Interface Disconnectable

All Known Implementing Classes:
ExternalInputEnumeratorNode, ExternalInputStatelessFilterNode

public interface Disconnectable
For objects that connect a RETE implementation to the underlying model.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Disconnects this rete engine component from the underlying model.
  • Method Details

    • disconnect

      void disconnect()
      Disconnects this rete engine component from the underlying model. Disconnecting enables the garbage collection mechanisms to dispose of the rete network.