Class ConditionalBranchNode

All Implemented Interfaces:
Serializable, NetworkNode, MemoryFactory<ConditionalBranchNode.ConditionalBranchMemory>, LeftTupleNode, LeftTupleSink, LeftTupleSinkNode, Sink

Node which allows to follow different paths in the Rete-OO network, based on the result of a boolean Test.
See Also: