Uses of Interface
ai.stapi.graph.NodeLoader
Packages that use NodeLoader
-
Uses of NodeLoader in ai.stapi.graph
Classes in ai.stapi.graph that implement NodeLoader -
Uses of NodeLoader in ai.stapi.graph.traversableGraphElements
Constructors in ai.stapi.graph.traversableGraphElements with parameters of type NodeLoaderModifierConstructorDescriptionTraversableEdge(ai.stapi.identity.UniqueIdentifier edgeId, TraversableNode nodeFrom, String edgeType, TraversableNode nodeTo, VersionedAttributeGroup attributeGroup, NodeLoader nodeLoader) TraversableEdge(ai.stapi.identity.UniqueIdentifier edgeId, String edgeType, ai.stapi.identity.UniqueIdentifier nodeFromId, String nodeFromType, ai.stapi.identity.UniqueIdentifier nodeToId, String nodeToType, VersionedAttributeGroup attributeGroup, NodeLoader nodeLoader)