Uses of Class
ai.stapi.graph.graphelements.Node
Packages that use Node
Package
Description
-
Uses of Node in ai.stapi.graph
Methods in ai.stapi.graph that return NodeModifier and TypeMethodDescriptionGraph.getExactlyOneNodeOfType(String nodeType) Graph.getNode(ai.stapi.identity.UniqueIdentifier uniqueIdentifier) Methods in ai.stapi.graph that return types with arguments of type NodeMethods in ai.stapi.graph with parameters of type NodeMethod parameters in ai.stapi.graph with type arguments of type Node -
Uses of Node in ai.stapi.graph.graphElementForRemoval
Constructors in ai.stapi.graph.graphElementForRemoval with parameters of type Node -
Uses of Node in ai.stapi.graph.graphelements
Methods in ai.stapi.graph.graphelements that return NodeMethods in ai.stapi.graph.graphelements with parameters of type NodeConstructors in ai.stapi.graph.graphelements with parameters of type NodeModifierConstructorDescriptionEdge(Node nodeFrom, String edgeType, Node nodeTo, VersionedAttributeGroup attributeGroup) Edge(ai.stapi.identity.UniqueIdentifier edgeId, Node nodeFrom, String edgeType, Node nodeTo, Attribute<?>... attributes) Edge(ai.stapi.identity.UniqueIdentifier edgeId, String edgeType, Node nodeFrom, Node nodeTo, VersionedAttributeGroup attributeGroup) -
Uses of Node in ai.stapi.graph.inMemoryGraph
Methods in ai.stapi.graph.inMemoryGraph with parameters of type Node -
Uses of Node in ai.stapi.graph.traversableGraphElements
Methods in ai.stapi.graph.traversableGraphElements with parameters of type NodeModifier and TypeMethodDescriptionstatic TraversableNodeTraversableNode.from(Node node, EdgeRepository edgeRepository) Constructors in ai.stapi.graph.traversableGraphElements with parameters of type Node