Interface Disconnectable
-
- All Known Implementing Classes:
ExternalInputEnumeratorNode
,ExternalInputStatelessFilterNode
public interface Disconnectable
For objects that connect a RETE implementation to the underlying model.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
disconnect()
Disconnects this rete engine component from the underlying model.
-