Uses of Interface
ai.stapi.graphoperations.graphLanguage.graphDescription.GraphDescription
Packages that use GraphDescription
Package
Description
-
Uses of GraphDescription in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer
Methods in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer with parameters of type GraphDescriptionModifier and TypeMethodDescriptionGenericGraphToObjectDeserializer.resolveInternally(List<TraversableGraphElement> elements, GraphDescription parentGraphDescription, ObjectGraphMapping objectGraphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) -
Uses of GraphDescription in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.specific
Methods in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.specific that return GraphDescriptionModifier and TypeMethodDescriptionprotected GraphDescriptionAbstractSpecificGraphToObjectDeserializer.updateLastGraphDescription(GraphDescription lastGraphDescription, GraphDescription lastlyTraversedDescription) Methods in ai.stapi.graphoperations.graphDeserializers.ogmDeserializer.specific with parameters of type GraphDescriptionModifier and TypeMethodDescriptionInterfaceGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) LeafGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) ListGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) MapGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) ObjectGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) default ObjectSpecificGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph) SpecificGraphToObjectDeserializer.deserialize(List<TraversableGraphElement> elements, GraphDescription lastGraphDescription, ObjectGraphMapping graphMapping, InMemoryGraphRepository contextualGraph, MissingTraversalTargetResolvingStrategy missingTraversalTargetResolvingStrategy) protected booleanAbstractSpecificGraphToObjectDeserializer.doesGraphDescriptionDescribesGivenGraphElement(TraversableGraphElement element, GraphDescription graphDescription) protected List<TraversableGraphElement>AbstractSpecificGraphToObjectDeserializer.ensureElementsAreNodes(List<TraversableGraphElement> traversedField, GraphDescription lastGraphDescription) protected GraphDescriptionAbstractSpecificGraphToObjectDeserializer.updateLastGraphDescription(GraphDescription lastGraphDescription, GraphDescription lastlyTraversedDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription
Classes in ai.stapi.graphoperations.graphLanguage.graphDescription that implement GraphDescriptionFields in ai.stapi.graphoperations.graphLanguage.graphDescription with type parameters of type GraphDescriptionModifier and TypeFieldDescriptionprotected List<GraphDescription>AbstractGraphDescription.childGraphDescriptionsMethods in ai.stapi.graphoperations.graphLanguage.graphDescription that return types with arguments of type GraphDescriptionModifier and TypeMethodDescriptionAbstractGraphDescription.getChildGraphDescriptions()GraphDescription.getChildGraphDescriptions()Constructors in ai.stapi.graphoperations.graphLanguage.graphDescription with parameters of type GraphDescriptionModifierConstructorDescriptionprotectedAbstractGraphDescription(String deserializationType, String traversingType, GraphDescription... childGraphDescriptions) Constructor parameters in ai.stapi.graphoperations.graphLanguage.graphDescription with type arguments of type GraphDescriptionModifierConstructorDescriptionprotectedAbstractGraphDescription(String deserializationType, String traversingType, List<GraphDescription> childGraphDescriptions) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder
Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder that return GraphDescriptionModifier and TypeMethodDescriptionGraphDescriptionBuilder.build()GraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, GraphDescription... newChildren) GraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) GraphDescriptionBuilderResult.getGraphDescription()Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder that return types with arguments of type GraphDescriptionModifier and TypeMethodDescriptionstatic Stream<GraphDescription>GraphDescriptionBuilder.getGraphDescriptionAsStream(GraphDescription graphDescription) Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder with parameters of type GraphDescriptionModifier and TypeMethodDescriptionGraphDescriptionBuilder.addBuilderCopyOfGraphDescriptionWithNoChildrenToBuilder(GraphDescription graphDescription) GraphDescriptionBuilder.convertToGraphDescriptionBuilderComposite(GraphDescription graphDescription) GraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, GraphDescription... newChildren) GraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) static Stream<GraphDescription>GraphDescriptionBuilder.getGraphDescriptionAsStream(GraphDescription graphDescription) static booleanGraphDescriptionBuilder.isGraphDescriptionEndingWithAttributeDescription(GraphDescription graphDescription) static booleanGraphDescriptionBuilder.isGraphDescriptionEndingWithAttributeOrUuidDescription(GraphDescription graphDescription) static booleanGraphDescriptionBuilder.isGraphDescriptionSinglePath(GraphDescription graphDescription) Method parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder with type arguments of type GraphDescriptionModifier and TypeMethodDescriptionGraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) Constructors in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder with parameters of type GraphDescriptionModifierConstructorDescriptionGraphDescriptionBuilderResult(List<RemovalGraphDescription> removalGraphDescriptions, PositiveGraphDescription positiveGraphDescription, GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.exception
Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.exception with parameters of type GraphDescriptionModifier and TypeMethodDescriptionGraphDescriptionBuilderException.becauseDescriptionTypeIsNotSupported(GraphDescription graphDescription) GraphDescriptionBuilderException.becauseDescriptionTypeIsSupportedByMultipleBuilders(GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders
Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders that return GraphDescriptionModifier and TypeMethodDescriptionSpecificGraphDescriptionBuilder.build()SpecificGraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders with parameters of type GraphDescriptionModifier and TypeMethodDescriptionSpecificGraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) booleanSpecificGraphDescriptionBuilder.represents(GraphDescription graphDescription) SpecificGraphDescriptionBuilder.setValues(GraphDescription graphDescription) Method parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders with type arguments of type GraphDescriptionModifier and TypeMethodDescriptionSpecificGraphDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.positive
Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.positive with parameters of type GraphDescriptionModifier and TypeMethodDescriptionabstract PositiveGraphDescriptionAbstractAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) abstract PositiveGraphDescriptionAbstractAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) abstract PositiveGraphDescriptionAbstractPositiveDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) Base64BinaryAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) BooleanAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) CanonicalAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) CodeAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) ConstantSpecificDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) DateAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) DateTimeAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) DecimalAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) EdgeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) IdAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) InstantAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) IntegerAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) InterfaceDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) LeafAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) ListAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) MarkdownAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) NodeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) NullSpecificDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) OidAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) PositiveIntegerAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) ReferenceDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) SetAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) StringAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) TimeAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UnsignedIntegerAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UriAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UrlAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UuidAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UuidSpecificDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) XhtmlAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) abstract booleanAbstractAttributeDescriptionBuilder.represents(GraphDescription graphDescription) abstract booleanAbstractAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanBase64BinaryAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanBooleanAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanCanonicalAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanCodeAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanConstantSpecificDescriptionBuilder.represents(GraphDescription graphDescription) booleanDateAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanDateTimeAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanDecimalAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanEdgeDescriptionBuilder.represents(GraphDescription graphDescription) booleanIdAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanInstantAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanIntegerAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanInterfaceDescriptionBuilder.represents(GraphDescription graphDescription) booleanLeafAttributeDescriptionBuilder.represents(GraphDescription graphDescription) booleanListAttributeDescriptionBuilder.represents(GraphDescription graphDescription) booleanMarkdownAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanNodeDescriptionBuilder.represents(GraphDescription graphDescription) booleanNullSpecificDescriptionBuilder.represents(GraphDescription graphDescription) booleanOidAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanPositiveIntegerAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanReferenceDescriptionBuilder.represents(GraphDescription graphDescription) booleanSetAttributeDescriptionBuilder.represents(GraphDescription graphDescription) booleanStringAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanTimeAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanUnsignedIntegerAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanUriAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanUrlAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanUuidAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) booleanUuidSpecificDescriptionBuilder.represents(GraphDescription graphDescription) booleanXhtmlAttributeValueDescriptionBuilder.represents(GraphDescription graphDescription) AbstractAttributeDescriptionBuilder.setValues(GraphDescription graphDescription) AbstractAttributeValueDescriptionBuilder.setValues(GraphDescription graphDescription) abstract AbstractPositiveDescriptionBuilderAbstractPositiveDescriptionBuilder.setValues(GraphDescription graphDescription) ConstantSpecificDescriptionBuilder.setValues(GraphDescription graphDescription) EdgeDescriptionBuilder.setValues(GraphDescription graphDescription) InterfaceDescriptionBuilder.setValues(GraphDescription graphDescription) NodeDescriptionBuilder.setValues(GraphDescription graphDescription) NullSpecificDescriptionBuilder.setValues(GraphDescription graphDescription) ReferenceDescriptionBuilder.setValues(GraphDescription graphDescription) UuidSpecificDescriptionBuilder.setValues(GraphDescription graphDescription) Method parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.positive with type arguments of type GraphDescriptionModifier and TypeMethodDescriptionprotected abstract PositiveGraphDescriptionAbstractAttributeDescriptionBuilder.buildAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> children) protected abstract PositiveGraphDescriptionAbstractAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected Base64BinaryAttributeValueDescriptionBase64BinaryAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected BooleanAttributeValueDescriptionBooleanAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected CanonicalAttributeValueDescriptionCanonicalAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected CodeAttributeValueDescriptionCodeAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected DateAttributeValueDescriptionDateAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected DateTimeAttributeValueDescriptionDateTimeAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected DecimalAttributeValueDescriptionDecimalAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected IdAttributeValueDescriptionIdAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected InstantAttributeValueDescriptionInstantAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected IntegerAttributeValueDescriptionIntegerAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected PositiveGraphDescriptionLeafAttributeDescriptionBuilder.buildAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> children) protected PositiveGraphDescriptionListAttributeDescriptionBuilder.buildAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> children) protected MarkdownAttributeValueDescriptionMarkdownAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected OidAttributeValueDescriptionOidAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected PositiveIntegerAttributeValueDescriptionPositiveIntegerAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected PositiveGraphDescriptionSetAttributeDescriptionBuilder.buildAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> children) protected StringAttributeValueDescriptionStringAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected TimeAttributeValueDescriptionTimeAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected UnsignedIntegerAttributeValueDescriptionUnsignedIntegerAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected UriAttributeValueDescriptionUriAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected UrlAttributeValueDescriptionUrlAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected UuidAttributeValueDescriptionUuidAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) protected XhtmlAttributeValueDescriptionXhtmlAttributeValueDescriptionBuilder.buildAttributeDescription(List<GraphDescription> children) abstract PositiveGraphDescriptionAbstractAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) abstract PositiveGraphDescriptionAbstractAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) abstract PositiveGraphDescriptionAbstractPositiveDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) Base64BinaryAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) BooleanAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) CanonicalAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) CodeAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) ConstantSpecificDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) DateAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) DateTimeAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) DecimalAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) EdgeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) IdAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) InstantAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) IntegerAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) InterfaceDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) LeafAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) ListAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) MarkdownAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) NodeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) NullSpecificDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) OidAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) PositiveIntegerAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) ReferenceDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) SetAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) StringAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) TimeAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UnsignedIntegerAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UriAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UrlAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UuidAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) UuidSpecificDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) XhtmlAttributeValueDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.query
Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.query with parameters of type GraphDescriptionModifier and TypeMethodDescriptionAttributeQueryDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) booleanAttributeQueryDescriptionBuilder.represents(GraphDescription graphDescription) Method parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.query with type arguments of type GraphDescriptionModifier and TypeMethodDescriptionprotected PositiveGraphDescriptionAttributeQueryDescriptionBuilder.buildAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> children) AttributeQueryDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.removal
Methods in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.removal with parameters of type GraphDescriptionModifier and TypeMethodDescriptionabstract RemovalGraphDescriptionAbstractRemovalDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) RemovalAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) RemovalEdgeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) RemovalNodeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) abstract booleanAbstractRemovalDescriptionBuilder.represents(GraphDescription graphDescription) booleanRemovalAttributeDescriptionBuilder.represents(GraphDescription graphDescription) booleanRemovalEdgeDescriptionBuilder.represents(GraphDescription graphDescription) booleanRemovalNodeDescriptionBuilder.represents(GraphDescription graphDescription) abstract AbstractRemovalDescriptionBuilderAbstractRemovalDescriptionBuilder.setValues(GraphDescription graphDescription) RemovalAttributeDescriptionBuilder.setValues(GraphDescription graphDescription) RemovalEdgeDescriptionBuilder.setValues(GraphDescription graphDescription) RemovalNodeDescriptionBuilder.setValues(GraphDescription graphDescription) Method parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.graphDescriptionBuilder.specificDescriptionBuilders.removal with type arguments of type GraphDescriptionModifier and TypeMethodDescriptionabstract RemovalGraphDescriptionAbstractRemovalDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) RemovalAttributeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) RemovalEdgeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) RemovalNodeDescriptionBuilder.copyWithNewChildren(GraphDescription graphDescription, List<GraphDescription> newChildren) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.extrapolate
Classes in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.extrapolate that implement GraphDescriptionModifier and TypeClassDescriptionclassclassclassclassMethods in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.extrapolate that return GraphDescriptionModifier and TypeMethodDescriptionAttributeExtrapolatingDescription.getExtrapolatingInstructions()IngoingEdgeExtrapolateDescription.getExtrapolatingInstructions()NodeExtrapolateDescription.getExtrapolatingInstructions()OutgoingEdgeExtrapolateDescription.getExtrapolatingInstructions()Constructors in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.extrapolate with parameters of type GraphDescriptionModifierConstructorDescriptionAttributeExtrapolatingDescription(AttributeValueDescriptionParameters parameters, GraphDescription extrapolatingInstructions, GraphDescription... childDescriptions) IngoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions) IngoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, GraphDescription... childDeclarations) IngoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, List<GraphDescription> childDeclarations) NodeExtrapolateDescription(NodeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, GraphDescription... childDescriptions) NodeExtrapolateDescription(NodeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, List<GraphDescription> childDescriptions) OutgoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions) OutgoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, GraphDescription... childDeclarations) OutgoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, List<GraphDescription> childDeclarations) Constructor parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.extrapolate with type arguments of type GraphDescriptionModifierConstructorDescriptionIngoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, List<GraphDescription> childDeclarations) NodeExtrapolateDescription(NodeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, List<GraphDescription> childDescriptions) OutgoingEdgeExtrapolateDescription(EdgeDescriptionParameters parameters, GraphDescription extrapolatingInstructions, List<GraphDescription> childDeclarations) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive
Subinterfaces of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positiveClasses in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive that implement GraphDescriptionModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassConstructors in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive with parameters of type GraphDescriptionModifierConstructorDescriptionprotectedAbstractAttributeDescription(String serializationType, String describedStructureType, AttributeDescriptionParameters parameters, GraphDescription... childDescriptions) protectedAbstractAttributeValueDescription(String serializationType, String describedAttributeDataTypeId, GraphDescription... childDescriptions) protectedAbstractEdgeDescription(EdgeDescriptionParameters parameters, String serializationType, GraphDescription... childDeclarations) AbstractNodeDescription(String serializationType, NodeDescriptionParameters parameters, GraphDescription... childDescriptions) AbstractPositiveGraphDescription(String serializationType, String traversingType, GraphDescription... childDescriptions) AllAttributesDescription(GraphDescription... childDescriptions) Base64BinaryAttributeValueDescription(GraphDescription... childDeclarations) BooleanAttributeValueDescription(GraphDescription... childDescriptions) CanonicalAttributeValueDescription(GraphDescription... childDeclarations) CodeAttributeValueDescription(GraphDescription... childDeclarations) DateAttributeValueDescription(GraphDescription... childDeclarations) DateTimeAttributeValueDescription(GraphDescription... childDeclarations) DecimalAttributeValueDescription(GraphDescription... childDeclarations) IdAttributeValueDescription(GraphDescription... childDeclarations) IngoingEdgeDescription(EdgeDescriptionParameters parameters, GraphDescription... childDeclarations) InstantAttributeValueDescription(GraphDescription... childDeclarations) IntegerAttributeValueDescription(GraphDescription... childDeclarations) InterfaceGraphDescription(InterfaceGraphDescriptionParameters parameters, GraphDescription... childDescriptions) LeafAttributeDescription(AttributeDescriptionParameters parameters, GraphDescription... childDescriptions) LeafAttributeDescription(String attributeName, GraphDescription... childDescriptions) ListAttributeDescription(AttributeDescriptionParameters parameters, GraphDescription... childDescriptions) MarkdownAttributeValueDescription(GraphDescription... childDeclarations) NodeDescription(NodeDescriptionParameters parameters, GraphDescription... childDeclarations) NodeDescription(String nodeType, GraphDescription... childDeclarations) OidAttributeValueDescription(GraphDescription... childDeclarations) OutgoingEdgeDescription(EdgeDescriptionParameters parameters, GraphDescription... childDeclarations) PositiveIntegerAttributeValueDescription(GraphDescription... childDeclarations) SetAttributeDescription(AttributeDescriptionParameters parameters, GraphDescription... childDescriptions) StringAttributeValueDescription(GraphDescription... childDeclarations) TimeAttributeValueDescription(GraphDescription... childDeclarations) UnsignedIntegerAttributeValueDescription(GraphDescription... childDeclarations) UriAttributeValueDescription(GraphDescription... childDeclarations) UrlAttributeValueDescription(GraphDescription... childDeclarations) UuidAttributeValueDescription(GraphDescription... childDeclarations) UuidIdentityDescription(GraphDescription... children) XhtmlAttributeValueDescription(GraphDescription... childDeclarations) Constructor parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.positive with type arguments of type GraphDescriptionModifierConstructorDescriptionprotectedAbstractAttributeDescription(String serializationType, String describedStructureType, AttributeDescriptionParameters parameters, List<GraphDescription> childDescriptions) protectedAbstractAttributeDescription(String serializationType, String describedStructureType, String attributeName, List<GraphDescription> childDescriptions) protectedAbstractAttributeValueDescription(String serializationType, String describedAttributeDataTypeId, List<GraphDescription> childDescriptions) protectedAbstractEdgeDescription(EdgeDescriptionParameters parameters, String serializationType, List<GraphDescription> childDeclarations) AbstractNodeDescription(String serializationType, NodeDescriptionParameters parameters, List<GraphDescription> childDescriptions) AbstractNodeDescription(String serializationType, List<GraphDescription> childDescriptions) AbstractPositiveGraphDescription(String serializationType, String traversingType, List<GraphDescription> childDescriptions) AllAttributesDescription(List<GraphDescription> childDescriptions) Base64BinaryAttributeValueDescription(List<GraphDescription> childDeclarations) BooleanAttributeValueDescription(List<GraphDescription> childDescriptions) CanonicalAttributeValueDescription(List<GraphDescription> childDeclarations) CodeAttributeValueDescription(List<GraphDescription> childDeclarations) DateAttributeValueDescription(List<GraphDescription> childDeclarations) DateTimeAttributeValueDescription(List<GraphDescription> childDeclarations) DecimalAttributeValueDescription(List<GraphDescription> childDeclarations) IdAttributeValueDescription(List<GraphDescription> childDeclarations) IngoingEdgeDescription(EdgeDescriptionParameters parameters, List<GraphDescription> childDeclarations) InstantAttributeValueDescription(List<GraphDescription> childDeclarations) IntegerAttributeValueDescription(List<GraphDescription> childDeclarations) InterfaceGraphDescription(InterfaceGraphDescriptionParameters parameters, List<GraphDescription> childDescriptions) LeafAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> childDescriptions) LeafAttributeDescription(String attributeName, List<GraphDescription> childDescriptions) ListAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> childDescriptions) ListAttributeDescription(String attributeName, List<GraphDescription> childDescriptions) MarkdownAttributeValueDescription(List<GraphDescription> childDeclarations) NodeDescription(NodeDescriptionParameters parameters, List<GraphDescription> childDeclarations) OidAttributeValueDescription(List<GraphDescription> childDeclarations) OutgoingEdgeDescription(EdgeDescriptionParameters parameters, List<GraphDescription> childDeclarations) PositiveIntegerAttributeValueDescription(List<GraphDescription> childDeclarations) ReferenceGraphDescription(NodeDescriptionParameters parameters, List<GraphDescription> graphDescriptions) SetAttributeDescription(AttributeDescriptionParameters parameters, List<GraphDescription> childDescriptions) SetAttributeDescription(String attributeName, List<GraphDescription> childDescriptions) StringAttributeValueDescription(List<GraphDescription> childDeclarations) TimeAttributeValueDescription(List<GraphDescription> childDeclarations) UnsignedIntegerAttributeValueDescription(List<GraphDescription> childDeclarations) UriAttributeValueDescription(List<GraphDescription> childDeclarations) UrlAttributeValueDescription(List<GraphDescription> childDeclarations) UuidAttributeValueDescription(List<GraphDescription> childDeclarations) UuidIdentityDescription(List<GraphDescription> children) XhtmlAttributeValueDescription(List<GraphDescription> childDeclarations) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query
Subinterfaces of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.queryModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceClasses in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query that implement GraphDescriptionModifier and TypeClassDescriptionclassclassclassclassMethods in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query with parameters of type GraphDescriptionModifier and TypeMethodDescriptionstatic IngoingEdgeQueryDescriptionIngoingEdgeQueryDescription.asConnections(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, GraphDescription... childDeclarations) static IngoingEdgeQueryDescriptionIngoingEdgeQueryDescription.asConnections(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, CollectionComparisonOperator collectionComparisonOperator, GraphDescription... childDeclarations) static OutgoingEdgeQueryDescriptionOutgoingEdgeQueryDescription.asConnections(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, GraphDescription... childDeclarations) static OutgoingEdgeQueryDescriptionOutgoingEdgeQueryDescription.asConnections(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, CollectionComparisonOperator collectionComparisonOperator, GraphDescription... childDeclarations) Constructors in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query with parameters of type GraphDescriptionModifierConstructorDescriptionAttributeQueryDescription(AttributeDescriptionParameters parameters, GraphDescription... childDescriptions) IngoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, GraphDescription... childDeclarations) IngoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, CollectionComparisonOperator collectionComparisonOperator, GraphDescription... childDeclarations) NodeQueryGraphDescription(NodeDescriptionParameters parameters, GraphDescription... childDeclarations) NodeQueryGraphDescription(NodeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, GraphDescription... childDeclarations) OutgoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, GraphDescription... childDeclarations) OutgoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, CollectionComparisonOperator collectionComparisonOperator, GraphDescription... childDeclarations) Constructor parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.query with type arguments of type GraphDescriptionModifierConstructorDescriptionAttributeQueryDescription(AttributeDescriptionParameters parameters, List<GraphDescription> childDescriptions) AttributeQueryDescription(String attributeName, List<GraphDescription> childDescriptions) IngoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, CollectionComparisonOperator collectionComparisonOperator, List<GraphDescription> childDeclarations) IngoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, List<GraphDescription> childDeclarations) NodeQueryGraphDescription(NodeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, List<GraphDescription> childDeclarations) OutgoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, CollectionComparisonOperator collectionComparisonOperator, List<GraphDescription> childDeclarations) OutgoingEdgeQueryDescription(EdgeDescriptionParameters parameters, SearchQueryParameters searchQueryParameters, List<GraphDescription> childDeclarations) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.removal
Subinterfaces of GraphDescription in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.removalClasses in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.removal that implement GraphDescriptionModifier and TypeClassDescriptionclassclassclassclassConstructors in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.removal with parameters of type GraphDescriptionModifierConstructorDescriptionAbstractRemovalGraphDescription(String serializationType, String traversingType, GraphDescription... childDescriptions) RemovalAttributeGraphDescription(RemovalAttributeDescriptionParameters parameters, GraphDescription... childDescriptions) RemovalEdgeDescription(RemovalEdgeDescriptionParameters parameters, GraphDescription... childDeclarations) RemovalNodeDescription(RemovalNodeDescriptionParameters parameters, GraphDescription... childDeclarations) Constructor parameters in ai.stapi.graphoperations.graphLanguage.graphDescription.specific.removal with type arguments of type GraphDescriptionModifierConstructorDescriptionAbstractRemovalGraphDescription(String serializationType, String traversingType, List<GraphDescription> childDescriptions) RemovalAttributeGraphDescription(RemovalAttributeDescriptionParameters parameters, List<GraphDescription> childDescriptions) RemovalEdgeDescription(RemovalEdgeDescriptionParameters parameters, List<GraphDescription> childDeclarations) RemovalNodeDescription(RemovalNodeDescriptionParameters parameters, List<GraphDescription> childDeclarations) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLoader
Subinterfaces of GraphDescription in ai.stapi.graphoperations.graphLoaderMethods in ai.stapi.graphoperations.graphLoader that return GraphDescription -
Uses of GraphDescription in ai.stapi.graphoperations.graphLoader.exceptions
Methods in ai.stapi.graphoperations.graphLoader.exceptions with parameters of type GraphDescriptionModifier and TypeMethodDescriptionstatic GraphLoaderExceptionGraphLoaderException.becauseThereIsNoGraphElementWithProvidedUuid(ai.stapi.identity.UniqueIdentifier uuid, GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLoader.graphLoaderOGMFactory
Methods in ai.stapi.graphoperations.graphLoader.graphLoaderOGMFactory with parameters of type GraphDescriptionModifier and TypeMethodDescriptionGraphLoaderOgmFactory.create(GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.graphLoader.search
Methods in ai.stapi.graphoperations.graphLoader.search with parameters of type GraphDescriptionModifier and TypeMethodDescriptionAbstractSearchOptionResolver.createRelationshipStructureSchema(GraphDescription attributeNamePath, String graphElementType) -
Uses of GraphDescription in ai.stapi.graphoperations.graphReader.exception
Methods in ai.stapi.graphoperations.graphReader.exception with parameters of type GraphDescriptionModifier and TypeMethodDescriptionstatic GraphReaderExceptionGraphReaderException.becauseGraphDescriptionContainsRemovalGraphDescription(GraphDescription description) -
Uses of GraphDescription in ai.stapi.graphoperations.graphWriter
Methods in ai.stapi.graphoperations.graphWriter with parameters of type GraphDescriptionModifier and TypeMethodDescriptionbooleanSpecificGraphWriter.supports(GraphDescription graphDescription) SpecificGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) -
Uses of GraphDescription in ai.stapi.graphoperations.graphWriter.exceptions
Methods in ai.stapi.graphoperations.graphWriter.exceptions with parameters of type GraphDescriptionModifier and TypeMethodDescriptionstatic SpecificGraphWriterExceptionSpecificGraphWriterException.becauseAttributeDescriptionDoesNotContainValue(GraphDescription graphDescription) static SpecificGraphWriterExceptionSpecificGraphWriterException.becauseAttributeTypeIsNotSupported(GraphDescription graphDescription) static SpecificGraphWriterExceptionSpecificGraphWriterException.becauseGivenEdgeDirectionIsNotSupported(GraphDescription graphDescription) static GenericGraphWriterExceptionGenericGraphWriterException.becauseGraphDescriptionContainsRemovalGraphDescription(GraphDescription description) static SpecificGraphWriterExceptionSpecificGraphWriterException.becauseProvidedAttributeValueDoesNotContainAnyConstantDescription(GraphDescription graphDescription) static SpecificGraphWriterExceptionSpecificGraphWriterException.becauseRemovalDescriptionDoesNotHaveUuidDescriptionAsChild(GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.graphWriter.specific
Methods in ai.stapi.graphoperations.graphWriter.specific with parameters of type GraphDescriptionModifier and TypeMethodDescriptionbooleanAttributeGraphWriter.supports(GraphDescription graphDescription) booleanAttributeValueSpecificGraphWriter.supports(GraphDescription graphDescription) booleanConstantSpecificGraphWriter.supports(GraphDescription graphDescription) booleanEdgeGraphWriter.supports(GraphDescription graphDescription) booleanNodeGraphWriter.supports(GraphDescription graphDescription) booleanRemovalEdgeGraphWriter.supports(GraphDescription graphDescription) booleanRemovalNodeGraphWriter.supports(GraphDescription graphDescription) booleanUuidGraphWriter.supports(GraphDescription graphDescription) AttributeGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) AttributeValueSpecificGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) ConstantSpecificGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) EdgeGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) NodeGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) RemovalEdgeGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) RemovalNodeGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) UuidGraphWriter.write(GraphDescription graphDescription, GraphBuilder builder) -
Uses of GraphDescription in ai.stapi.graphoperations.objectGraphLanguage
Fields in ai.stapi.graphoperations.objectGraphLanguage declared as GraphDescriptionModifier and TypeFieldDescriptionprotected GraphDescriptionAbstractObjectGraphMapping.graphDescriptionMethods in ai.stapi.graphoperations.objectGraphLanguage that return GraphDescriptionModifier and TypeMethodDescriptionAbstractObjectGraphMapping.getGraphDescription()ObjectGraphMapping.getGraphDescription()Constructors in ai.stapi.graphoperations.objectGraphLanguage with parameters of type GraphDescriptionModifierConstructorDescriptionAbstractObjectGraphMapping(GraphDescription graphDescription, String deserializationType) InterfaceObjectGraphMapping(String interfaceUuid, GraphDescription graphDescription) LeafObjectGraphMapping(GraphDescription graphDescription) ListObjectGraphMapping(GraphDescription graphDescription, ObjectGraphMapping childObjectGraphMapping) MapObjectGraphMapping(GraphDescription graphDescription, ObjectGraphMapping keyObjectGraphMapping, ObjectGraphMapping valueObjectGraphMapping) ObjectObjectGraphMapping(GraphDescription graphDescription, Map<String, ObjectFieldDefinition> fields) ObjectObjectGraphMapping(GraphDescription graphDescription, Map<String, ObjectFieldDefinition> fields, String serializationType) ReferenceObjectGraphMapping(GraphDescription graphDescription, String referencedSerializationType) -
Uses of GraphDescription in ai.stapi.graphoperations.objectGraphLanguage.objectGraphMappingBuilder.specific
Methods in ai.stapi.graphoperations.objectGraphLanguage.objectGraphMappingBuilder.specific that return GraphDescriptionMethods in ai.stapi.graphoperations.objectGraphLanguage.objectGraphMappingBuilder.specific with parameters of type GraphDescriptionModifier and TypeMethodDescriptionvoidSpecificObjectGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.objectGraphLanguage.objectGraphMappingBuilder.specific.ogm
Methods in ai.stapi.graphoperations.objectGraphLanguage.objectGraphMappingBuilder.specific.ogm that return GraphDescriptionModifier and TypeMethodDescriptionInterfaceGraphMappingBuilder.getGraphDescription()LeafGraphMappingBuilder.getGraphDescription()ListGraphMappingBuilder.getGraphDescription()MapGraphMappingBuilder.getGraphDescription()ObjectGraphMappingBuilder.getGraphDescription()ReferenceGraphMappingBuilder.getGraphDescription()Methods in ai.stapi.graphoperations.objectGraphLanguage.objectGraphMappingBuilder.specific.ogm with parameters of type GraphDescriptionModifier and TypeMethodDescriptionInterfaceGraphMappingBuilder.setGraphDescription(GraphDescription graphDescription) LeafGraphMappingBuilder.setGraphDescription(GraphDescription graphDescription) ListGraphMappingBuilder.setGraphDescription(GraphDescription graphDescription) MapGraphMappingBuilder.setGraphDescription(GraphDescription graphDescription) ObjectGraphMappingBuilder.setGraphDescription(GraphDescription graphDescription) ReferenceGraphMappingBuilder.setGraphDescription(GraphDescription graphDescription) voidInterfaceGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) voidLeafGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) voidListGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) voidMapGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) voidObjectGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) voidReferenceGraphMappingBuilder.setNewGraphDescription(GraphDescription graphDescription) -
Uses of GraphDescription in ai.stapi.graphoperations.objectGraphMapper.model.specific
Methods in ai.stapi.graphoperations.objectGraphMapper.model.specific with parameters of type GraphDescriptionModifier and TypeMethodDescriptionprotected GraphDescriptionBuilderAbstractSpecificObjectGraphMapper.addGraphDescriptionCompositeToBuilder(GraphDescription graphDescription, GraphDescriptionBuilder rootBuilderBranch) -
Uses of GraphDescription in ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions
Methods in ai.stapi.graphoperations.objectGraphMapper.model.specific.exceptions with parameters of type GraphDescriptionModifier and TypeMethodDescriptionSpecificObjectGraphMapperException.becauseGraphDescriptionHasMultipleNonConstantChildren(GraphDescription graphDescription, Integer childrenCount)