Interface RETENode

All Known Subinterfaces:
RETESinkNode, RETESourceNode
All Known Implementing Classes:
RETEClauseFilter, RETEQueue, RETETerminal

public interface RETENode
Interface for all nodes in the network.
  • Method Details

    • clone

      RETENode clone(Map<RETENode,RETENode> netCopy, RETERuleContext context)
      Clone this node in the network across to a different context.
      Parameters:
      netCopy - a map from RETENodes to cloned instance so far.
      context - the new context to which the network is being ported