Uses of Class
ai.stapi.graph.NodeIdAndType
Packages that use NodeIdAndType
-
Uses of NodeIdAndType in ai.stapi.graph
Methods in ai.stapi.graph that return NodeIdAndTypeMethods in ai.stapi.graph with parameters of type NodeIdAndTypeModifier and TypeMethodDescriptionEdgeRepository.findEdgeByTypeAndNodes(String edgeType, NodeIdAndType nodeFrom, NodeIdAndType nodeTo) Graph.findEdgeByTypeAndNodes(String edgeType, NodeIdAndType nodeFromIdAndType, NodeIdAndType nodeToIdAndType) -
Uses of NodeIdAndType in ai.stapi.graph.graphelements
Methods in ai.stapi.graph.graphelements that return NodeIdAndTypeConstructors in ai.stapi.graph.graphelements with parameters of type NodeIdAndTypeModifierConstructorDescriptionEdge(UniqueIdentifier id, String type, VersionedAttributeGroup versionedAttributes, NodeIdAndType nodeFromIdAndType, NodeIdAndType nodeToIdAndType) -
Uses of NodeIdAndType in ai.stapi.graph.inMemoryGraph
Methods in ai.stapi.graph.inMemoryGraph with parameters of type NodeIdAndTypeModifier and TypeMethodDescriptionInMemoryGraphRepository.findEdgeByTypeAndNodes(String edgeType, NodeIdAndType nodeFrom, NodeIdAndType nodeTo)