|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cell | |
org.xmloperator.lambda2.net.impl | |
org.xmloperator.lambda2.net.model |
Uses of Cell in org.xmloperator.lambda2.net.impl |
Classes in org.xmloperator.lambda2.net.impl that implement Cell | |
class |
BinaryCellImpl
BinaryCell implementation. |
class |
CellImpl
Cell implementation. |
class |
DecoderImpl
Decoder implementation. |
class |
EraserCellImpl
Eraser implementation. |
class |
PentaryMultiplexorImpl
Multiplexor implementation. |
class |
WireCellImpl
Wire cell implementation. |
Methods in org.xmloperator.lambda2.net.impl that return Cell | |
Cell |
BinaryCellImpl.cloneCell()
|
Cell |
DecoderImpl.cloneCell()
|
Cell |
EraserCellImpl.cloneCell()
|
Cell |
PentaryMultiplexorImpl.cloneCell()
|
Cell |
PortImpl.getCell()
|
Cell |
WireCellImpl.cloneCell()
|
Uses of Cell in org.xmloperator.lambda2.net.model |
Subinterfaces of Cell in org.xmloperator.lambda2.net.model | |
interface |
BinaryCell
Binary cell. |
interface |
Decoder
Cell used for decoding a LambdaNet that represents an abstraction. |
interface |
Eraser
Eraser. |
interface |
PentaryMultiplexor
Abstraction multiplexor or application demultiplexor. |
interface |
WireCell
Wire Cell. |
Methods in org.xmloperator.lambda2.net.model that return Cell | |
Cell |
Cell.cloneCell()
Clones this Cell and returns the clone. |
Cell |
Port.getCell()
Returns the Cell to which this port belongs to or null if this Port is free. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |