Interface NetworkNode

    • Method Detail

      • getId

        int getId()
        Returns the unique id that represents the node in the Rete network
      • getPartitionId

        RuleBasePartitionId getPartitionId()
        Returns the partition ID to which this node belongs to
      • getType

        short getType()
      • getAssociatedRules

        org.kie.api.definition.rule.Rule[] getAssociatedRules()
      • isAssociatedWith

        boolean isAssociatedWith​(org.kie.api.definition.rule.Rule rule)
      • addAssociatedTerminal

        void addAssociatedTerminal​(TerminalNode terminalNode)
      • removeAssociatedTerminal

        void removeAssociatedTerminal​(TerminalNode terminalNode)
      • getAssociatedTerminalsSize

        int getAssociatedTerminalsSize()
      • hasAssociatedTerminal

        boolean hasAssociatedTerminal​(NetworkNode terminalNode)