Uses of Interface
ai.stapi.graph.versionedAttributes.VersionedAttribute
Packages that use VersionedAttribute
Package
Description
-
Uses of VersionedAttribute in ai.stapi.graph
Methods in ai.stapi.graph that return VersionedAttribute -
Uses of VersionedAttribute in ai.stapi.graph.attribute
Methods in ai.stapi.graph.attribute that return VersionedAttributeMethods in ai.stapi.graph.attribute that return types with arguments of type VersionedAttribute -
Uses of VersionedAttribute in ai.stapi.graph.renderer.infrastructure.apiRenderer.attributes
Methods in ai.stapi.graph.renderer.infrastructure.apiRenderer.attributes with parameters of type VersionedAttributeModifier and TypeMethodDescriptionApiAttributeVersionsRenderer.render(VersionedAttribute<?> attributeVersions, RendererOptions options) -
Uses of VersionedAttribute in ai.stapi.graph.renderer.infrastructure.responseRenderer.attributes
Methods in ai.stapi.graph.renderer.infrastructure.responseRenderer.attributes with parameters of type VersionedAttributeModifier and TypeMethodDescription<T extends Attribute<?>>
ArrayList<ResponseAttributeVersion<T>>ResponseAttributeVersionsRenderer.render(VersionedAttribute<T> attributeVersions, RendererOptions options) -
Uses of VersionedAttribute in ai.stapi.graph.versionedAttributes
Classes in ai.stapi.graph.versionedAttributes that implement VersionedAttributeModifier and TypeClassDescriptionclassAbstractVersionedAttribute<T extends Attribute<?>>classImmutableVersionedAttribute<T extends Attribute<?>>Fields in ai.stapi.graph.versionedAttributes with type parameters of type VersionedAttributeModifier and TypeFieldDescriptionprotected HashMap<String,VersionedAttribute<?>> AbstractVersionedAttributeGroup.rawMapMethods in ai.stapi.graph.versionedAttributes that return VersionedAttributeModifier and TypeMethodDescriptionAbstractVersionedAttributeGroup.getVersionedAttribute(String name) VersionedAttributeGroup.getVersionedAttribute(String name) ImmutableVersionedAttribute.mergeOverwrite(VersionedAttribute<?> other) VersionedAttribute.mergeOverwrite(VersionedAttribute<?> other) protected VersionedAttribute<T>AbstractVersionedAttribute.protectedMergeOverwrite(VersionedAttribute<?> other) Methods in ai.stapi.graph.versionedAttributes that return types with arguments of type VersionedAttributeModifier and TypeMethodDescriptionprotected HashMap<String,VersionedAttribute<?>> AbstractVersionedAttributeGroup.addAttributeToRawMap(Attribute<?> attribute, HashMap<String, VersionedAttribute<?>> rawMap) AbstractVersionedAttributeGroup.getVersionedAttributeList()VersionedAttributeGroup.getVersionedAttributeList()Methods in ai.stapi.graph.versionedAttributes with parameters of type VersionedAttributeModifier and TypeMethodDescriptionImmutableVersionedAttribute.mergeOverwrite(VersionedAttribute<?> other) VersionedAttribute.mergeOverwrite(VersionedAttribute<?> other) protected VersionedAttribute<T>AbstractVersionedAttribute.protectedMergeOverwrite(VersionedAttribute<?> other) Method parameters in ai.stapi.graph.versionedAttributes with type arguments of type VersionedAttributeModifier and TypeMethodDescriptionprotected HashMap<String,VersionedAttribute<?>> AbstractVersionedAttributeGroup.addAttributeToRawMap(Attribute<?> attribute, HashMap<String, VersionedAttribute<?>> rawMap) Constructor parameters in ai.stapi.graph.versionedAttributes with type arguments of type VersionedAttributeModifierConstructorDescription -
Uses of VersionedAttribute in ai.stapi.graph.versionedAttributes.exceptions
Methods in ai.stapi.graph.versionedAttributes.exceptions with parameters of type VersionedAttributeModifier and TypeMethodDescriptionCannotMergeTwoVersionedAttributes.becauseTheyHaveDifferentNames(VersionedAttribute<?> oldAttribute, VersionedAttribute<?> newAttribute)