Interface Node

    • Method Detail

      • getContainer

        ReteContainer getContainer()
        Returns:
        the network this node belongs to.
      • getNodeId

        long getNodeId()
        Returns:
        the identifier unique to this node within the network.
      • setTag

        void setTag​(java.lang.Object tag)
        Assigns a descriptive tag to the node
      • getTag

        java.lang.Object getTag()
        Returns:
        the tag of the node
      • getTraceInfos

        java.util.Set<TraceInfo> getTraceInfos()
        Returns:
        unmodifiable view of the list of traceability infos assigned to this node
      • assignTraceInfo

        void assignTraceInfo​(TraceInfo traceInfo)
        assigns new traceability info to this node
      • acceptPropagatedTraceInfo

        void acceptPropagatedTraceInfo​(TraceInfo traceInfo)
        accepts traceability info propagated to this node