A B C D E F G H I K L M N O P R S T V W Y Z

I

I - Static variable in class org.xmloperator.lambda2.term.util.CommonTerms
Term \x1.x1
IF - Static variable in class org.xmloperator.lambda2.term.util.CommonTerms
Term \x1x2x3.x1x2x3
INTERACTION_ABSTRACTOR_APPLICATOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ANNIHILATION_CONSTRUCTOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ANNIHILATION_DUPLICATOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ANNIHILATION_ERASER - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_APPLICATOR_DECODER - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_CONSTRUCTOR_DUPLICATOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_CONSTRUCTOR_DUPLICATOR_CONTRUCTORS - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_DUPLICATING_ABSTRACTOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_DUPLICATING_APPLICATOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_DUPLICATING_DECODER - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ERASING_ABSTRACTOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ERASING_APPLICATOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ERASING_CONSTRUCTOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ERASING_DECODER - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_ERASING_DUPLICATOR - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_MERGING_DECODER - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_MERGING_DECODERS - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_STAT - Static variable in class org.xmloperator.lambda2.MainTest
 
INTERACTION_SYMBOLS - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
INTERACTION_WIRE - Static variable in interface org.xmloperator.lambda2.net.model.Cell
 
IntStack - interface org.xmloperator.lambda2.net.model.IntStack.
Stack of integers.
IntStackImpl - class org.xmloperator.lambda2.net.impl.IntStackImpl.
IntStack implementation.
IntStackImpl() - Constructor for class org.xmloperator.lambda2.net.impl.IntStackImpl
 
IntStackImpl(int) - Constructor for class org.xmloperator.lambda2.net.impl.IntStackImpl
 
InteractionStat - class org.xmloperator.lambda2.net.util.InteractionStat.
Utilities about interaction statistic.
InteractionStat() - Constructor for class org.xmloperator.lambda2.net.util.InteractionStat
 
interact() - Method in class org.xmloperator.lambda2.net.impl.BinaryCellImpl
 
interact() - Method in class org.xmloperator.lambda2.net.impl.DecoderImpl
 
interact() - Method in class org.xmloperator.lambda2.net.impl.EraserCellImpl
 
interact() - Method in class org.xmloperator.lambda2.net.impl.PentaryMultiplexorImpl
 
interact() - Method in class org.xmloperator.lambda2.net.impl.WireCellImpl
 
interact() - Method in interface org.xmloperator.lambda2.net.model.Cell
Interacts with the opposite Cell.
isAbstraction() - Method in class org.xmloperator.lambda2.term.impl.Abstraction0Impl
 
isAbstraction() - Method in class org.xmloperator.lambda2.term.impl.TermImpl
 
isAbstraction() - Method in interface org.xmloperator.lambda2.term.model.Term
Returns true if this Term is an Abstraction.
isAbstractionMultiplexor() - Method in class org.xmloperator.lambda2.net.impl.PentaryMultiplexorImpl
 
isAbstractionMultiplexor() - Method in interface org.xmloperator.lambda2.net.model.PentaryMultiplexor
Returns true if this cell is an abstraction multiplexor, false if it is an application de-multiplexor.
isApplication() - Method in class org.xmloperator.lambda2.term.impl.Application1Impl
 
isApplication() - Method in class org.xmloperator.lambda2.term.impl.TermImpl
 
isApplication() - Method in interface org.xmloperator.lambda2.term.model.Term
Returns true if this Term is an Application.
isBinaryCell() - Method in class org.xmloperator.lambda2.net.impl.BinaryCellImpl
 
isBinaryCell() - Method in class org.xmloperator.lambda2.net.impl.CellImpl
 
isBinaryCell() - Method in interface org.xmloperator.lambda2.net.model.Cell
Returns true if this Cell is a binaryCell, i.e. a constructor or a duplicator.
isConnected() - Method in class org.xmloperator.lambda2.net.impl.PortImpl
 
isConnected() - Method in interface org.xmloperator.lambda2.net.model.Port
Returns true if this Port is connected, false elsewhere.
isDecoder() - Method in class org.xmloperator.lambda2.net.impl.CellImpl
 
isDecoder() - Method in class org.xmloperator.lambda2.net.impl.DecoderImpl
 
isDecoder() - Method in interface org.xmloperator.lambda2.net.model.Cell
Returns true if this Cell is a DecodingCell.
isDuplicator() - Method in class org.xmloperator.lambda2.net.impl.BinaryCellImpl
 
isDuplicator() - Method in interface org.xmloperator.lambda2.net.model.BinaryCell
Returns true if this cell is a duplicator, false if this is a constructor.
isEmpty() - Method in class org.xmloperator.lambda2.net.impl.IntStackImpl
 
isEmpty() - Method in class org.xmloperator.lambda2.net.impl.LongStackImpl
 
isEmpty() - Method in class org.xmloperator.lambda2.net.impl.StackImpl
 
isEmpty() - Method in interface org.xmloperator.lambda2.net.model.IntStack
Returns true if this stack is empty, false elsewhere.
isEmpty() - Method in interface org.xmloperator.lambda2.net.model.LongStack
Returns true if this stack is empty, false elsewhere.
isEmpty() - Method in interface org.xmloperator.lambda2.net.model.Stack
Returns true if this stack is empty, false elsewhere.
isEraser() - Method in class org.xmloperator.lambda2.net.impl.CellImpl
 
isEraser() - Method in class org.xmloperator.lambda2.net.impl.EraserCellImpl
 
isEraser() - Method in interface org.xmloperator.lambda2.net.model.Cell
Returns true if this Cell is an Eraser.
isFree() - Method in class org.xmloperator.lambda2.net.impl.PortImpl
 
isFree() - Method in interface org.xmloperator.lambda2.net.model.Port
Returns true if this Port is free, i.e. if it doesn't belong to a Cell.
isPentaryMultiplexor() - Method in class org.xmloperator.lambda2.net.impl.CellImpl
 
isPentaryMultiplexor() - Method in class org.xmloperator.lambda2.net.impl.PentaryMultiplexorImpl
 
isPentaryMultiplexor() - Method in interface org.xmloperator.lambda2.net.model.Cell
Returns true if this Cell is a PentaryMultiplexor, i.e. an Abstractor or an Applicator.
isPrincipal() - Method in class org.xmloperator.lambda2.net.impl.PortImpl
 
isPrincipal() - Method in interface org.xmloperator.lambda2.net.model.Port
Returns true if this Port is principal, false elsewhere.
isVariable() - Method in class org.xmloperator.lambda2.term.impl.TermImpl
 
isVariable() - Method in class org.xmloperator.lambda2.term.impl.VariableImpl
 
isVariable() - Method in interface org.xmloperator.lambda2.term.model.Term
Returns true if this Term is a Variable.
isWireCell() - Method in class org.xmloperator.lambda2.net.impl.CellImpl
 
isWireCell() - Method in class org.xmloperator.lambda2.net.impl.WireCellImpl
 
isWireCell() - Method in interface org.xmloperator.lambda2.net.model.Cell
Returns true if this Cell is a WireCell.

A B C D E F G H I K L M N O P R S T V W Y Z