Interface Disconnectable
- All Known Implementing Classes:
- ExternalInputEnumeratorNode,- ExternalInputStatelessFilterNode
public interface Disconnectable
For objects that connect a RETE implementation to the underlying model.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDisconnects this rete engine component from the underlying model.
- 
Method Details- 
disconnectvoid disconnect()Disconnects this rete engine component from the underlying model. Disconnecting enables the garbage collection mechanisms to dispose of the rete network.
 
-