Uses of Interface
ai.stapi.graph.versionedAttributes.VersionedAttributeGroup
Packages that use VersionedAttributeGroup
Package
Description
-
Uses of VersionedAttributeGroup in ai.stapi.graph
Methods in ai.stapi.graph that return VersionedAttributeGroup -
Uses of VersionedAttributeGroup in ai.stapi.graph.attribute
Methods in ai.stapi.graph.attribute that return VersionedAttributeGroupMethods in ai.stapi.graph.attribute with parameters of type VersionedAttributeGroupModifier and TypeMethodDescriptionprotected abstract AttributeContainerAbstractAttributeContainer.withNewAttributes(VersionedAttributeGroup newAttributes) Constructors in ai.stapi.graph.attribute with parameters of type VersionedAttributeGroupModifierConstructorDescriptionprotectedAbstractAttributeContainer(VersionedAttributeGroup versionedAttributes) -
Uses of VersionedAttributeGroup in ai.stapi.graph.graphelements
Methods in ai.stapi.graph.graphelements with parameters of type VersionedAttributeGroupModifier and TypeMethodDescriptionprotected AttributeContainerEdge.withNewAttributes(VersionedAttributeGroup newAttributes) protected AttributeContainerNode.withNewAttributes(VersionedAttributeGroup newAttributes) Constructors in ai.stapi.graph.graphelements with parameters of type VersionedAttributeGroupModifierConstructorDescriptionprotectedAbstractGraphElement(UniqueIdentifier id, String type, VersionedAttributeGroup versionedAttributes) Edge(Node nodeFrom, String edgeType, Node nodeTo, VersionedAttributeGroup attributeGroup) Edge(UniqueIdentifier edgeId, String edgeType, Node nodeFrom, Node nodeTo, VersionedAttributeGroup attributeGroup) Edge(UniqueIdentifier id, String type, VersionedAttributeGroup versionedAttributes, NodeIdAndType nodeFromIdAndType, NodeIdAndType nodeToIdAndType) Edge(UniqueIdentifier edgeId, String edgeType, UniqueIdentifier nodeFromId, UniqueIdentifier nodeToId, String nodeFromType, String nodeToType, VersionedAttributeGroup versionedAttributes) Node(UniqueIdentifier id, String type, VersionedAttributeGroup versionedAttributes) -
Uses of VersionedAttributeGroup in ai.stapi.graph.inMemoryGraph
Methods in ai.stapi.graph.inMemoryGraph with parameters of type VersionedAttributeGroupModifier and TypeMethodDescriptionEdgeBuilder.setVersionedAttributes(VersionedAttributeGroup versionedAttributes) -
Uses of VersionedAttributeGroup in ai.stapi.graph.traversableGraphElements
Methods in ai.stapi.graph.traversableGraphElements with parameters of type VersionedAttributeGroupModifier and TypeMethodDescriptionprotected AttributeContainerTraversableEdge.withNewAttributes(VersionedAttributeGroup newAttributes) protected AttributeContainerTraversableNode.withNewAttributes(VersionedAttributeGroup newAttributes) Constructors in ai.stapi.graph.traversableGraphElements with parameters of type VersionedAttributeGroupModifierConstructorDescriptionTraversableEdge(UniqueIdentifier edgeId, TraversableNode nodeFrom, String edgeType, TraversableNode nodeTo, VersionedAttributeGroup attributeGroup, NodeLoader nodeLoader) TraversableEdge(UniqueIdentifier edgeId, String edgeType, UniqueIdentifier nodeFromId, String nodeFromType, UniqueIdentifier nodeToId, String nodeToType, VersionedAttributeGroup attributeGroup, NodeLoader nodeLoader) TraversableNode(UniqueIdentifier uniqueIdentifier, String nodeType, VersionedAttributeGroup attributeGroup, EdgeLoader edgeLoader) -
Uses of VersionedAttributeGroup in ai.stapi.graph.versionedAttributes
Classes in ai.stapi.graph.versionedAttributes that implement VersionedAttributeGroupModifier and TypeClassDescriptionclassclassMethods in ai.stapi.graph.versionedAttributes that return VersionedAttributeGroupModifier and TypeMethodDescriptionImmutableVersionedAttributeGroup.mergeOverwrite(VersionedAttributeGroup other) VersionedAttributeGroup.mergeOverwrite(VersionedAttributeGroup other) Methods in ai.stapi.graph.versionedAttributes with parameters of type VersionedAttributeGroupModifier and TypeMethodDescriptionImmutableVersionedAttributeGroup.mergeOverwrite(VersionedAttributeGroup other) VersionedAttributeGroup.mergeOverwrite(VersionedAttributeGroup other)