Uses of Class
org.knime.gateway.api.entity.NodeIDEnt
Packages that use NodeIDEnt
Package
Description
This package contains entities which are used as messages between the core (i.e.
-
Uses of NodeIDEnt in org.knime.gateway.api.entity
Methods in org.knime.gateway.api.entity that return NodeIDEntModifier and TypeMethodDescriptionNodeIDEnt.appendNodeID(int id) Appends the given single node id to this id and returns a copy.ConnectionIDEnt.getDestNodeIDEnt()AnnotationIDEnt.getNodeIDEnt()static NodeIDEntNodeIDEnt.getRootID()The id representing the root node (i.e.Methods in org.knime.gateway.api.entity with parameters of type NodeIDEntConstructors in org.knime.gateway.api.entity with parameters of type NodeIDEntModifierConstructorDescriptionAnnotationIDEnt(NodeIDEnt nodeId, int index) Creates a new annotation id entity from a node id entity and an index.ConnectionIDEnt(NodeIDEnt destNodeID, int destPortIdx)