Uses of Interface
ai.stapi.graph.attribute.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in ai.stapi.graph
Methods in ai.stapi.graph that return AttributeMethods in ai.stapi.graph with parameters of type AttributeModifier and TypeMethodDescription -
Uses of Attribute in ai.stapi.graph.attribute
Classes in ai.stapi.graph.attribute that implement AttributeModifier and TypeClassDescriptionclassclassLeafAttribute<T,AV extends AttributeValue<T>> classclassMethods in ai.stapi.graph.attribute that return AttributeModifier and TypeMethodDescriptionAttribute<?>AbstractAttributeContainer.getAttribute(String name) Attribute.getCopy()Methods in ai.stapi.graph.attribute that return types with arguments of type AttributeMethods in ai.stapi.graph.attribute with parameters of type AttributeModifier and TypeMethodDescriptionConstructors in ai.stapi.graph.attribute with parameters of type Attribute -
Uses of Attribute in ai.stapi.graph.attribute.attributeFactory
Methods in ai.stapi.graph.attribute.attributeFactory that return AttributeModifier and TypeMethodDescriptionAttribute<?>AttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) Attribute<?>GenericAttributeFactory.create(String attributeName, String structureType, List<AttributeValueFactoryInput> values, Map<String, MetaData> metaData) Attribute<?>LeafAttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) Attribute<?>ListAttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) Attribute<?>SetAttributeFactory.create(String attributeName, List<AttributeValueFactoryInput> parameters, Map<String, MetaData> metaData) -
Uses of Attribute in ai.stapi.graph.graphelements
Methods in ai.stapi.graph.graphelements with parameters of type AttributeModifier and TypeMethodDescriptionConstructors in ai.stapi.graph.graphelements with parameters of type AttributeModifierConstructorDescriptionprotectedAbstractGraphElement(UniqueIdentifier id, String type, Attribute<?>... attributes) Edge(UniqueIdentifier edgeId, Node nodeFrom, String edgeType, Node nodeTo, Attribute<?>... attributes) Node(UniqueIdentifier id, String nodeType, Attribute<?>... attributes) -
Uses of Attribute in ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph
Constructors in ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph with parameters of type Attribute -
Uses of Attribute in ai.stapi.graph.renderer.infrastructure.responseRenderer.attributes
Methods in ai.stapi.graph.renderer.infrastructure.responseRenderer.attributes with type parameters of type AttributeModifier and TypeMethodDescription<T extends Attribute<?>>
ArrayList<ResponseAttributeVersion<T>>ResponseAttributeVersionsRenderer.render(VersionedAttribute<T> attributeVersions, RendererOptions options) -
Uses of Attribute in ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph
Constructors in ai.stapi.graph.renderer.infrastructure.responseRenderer.responseGraph with parameters of type Attribute -
Uses of Attribute in ai.stapi.graph.traversableGraphElements
Methods in ai.stapi.graph.traversableGraphElements with parameters of type AttributeModifier and TypeMethodDescription -
Uses of Attribute in ai.stapi.graph.versionedAttributes
Classes in ai.stapi.graph.versionedAttributes with type parameters of type AttributeModifier and TypeClassDescriptionclassAbstractVersionedAttribute<T extends Attribute<?>>classImmutableVersionedAttribute<T extends Attribute<?>>interfaceVersionedAttribute<T extends Attribute<?>>Methods in ai.stapi.graph.versionedAttributes that return AttributeModifier and TypeMethodDescriptionAttribute<?>AbstractVersionedAttributeGroup.getCurrentAttribute(String name) Attribute<?>VersionedAttributeGroup.getCurrentAttribute(String name) Methods in ai.stapi.graph.versionedAttributes with parameters of type AttributeModifier and TypeMethodDescriptionprotected HashMap<String,VersionedAttribute<?>> AbstractVersionedAttributeGroup.addAttributeToRawMap(Attribute<?> attribute, HashMap<String, VersionedAttribute<?>> rawMap) AbstractVersionedAttribute.protectedAddToList(Attribute<?> attribute, List<T> currentList) Constructors in ai.stapi.graph.versionedAttributes with parameters of type AttributeModifierConstructorDescriptionprotectedAbstractVersionedAttribute(List<T> attributeVersions, Attribute<?> attribute) ImmutableVersionedAttribute(List<T> attributeVersions, Attribute<?> attribute) ImmutableVersionedAttribute(T... attributeVersions) ImmutableVersionedAttributeGroup(Attribute<?>... attributes) Constructor parameters in ai.stapi.graph.versionedAttributes with type arguments of type Attribute