Interface Node

    • Method Detail

      • setId

        void setId​(long id)
        Method for setting the id of the node
        Parameters:
        id - the id of the node
      • setName

        void setName​(String name)
        Method for setting the name of the node
        Parameters:
        name - the name of the node
      • getUniqueId

        String getUniqueId()
      • addIncomingConnection

        void addIncomingConnection​(String type,
                                   org.kie.api.definition.process.Connection connection)
      • addOutgoingConnection

        void addOutgoingConnection​(String type,
                                   org.kie.api.definition.process.Connection connection)
      • removeIncomingConnection

        void removeIncomingConnection​(String type,
                                      org.kie.api.definition.process.Connection connection)
      • removeOutgoingConnection

        void removeOutgoingConnection​(String type,
                                      org.kie.api.definition.process.Connection connection)
      • setNodeContainer

        void setNodeContainer​(org.kie.api.definition.process.NodeContainer nodeContainer)
      • setMetaData

        void setMetaData​(String name,
                         Object value)