Uses of Interface
ai.stapi.graph.attribute.attributeValue.AttributeValue
Packages that use AttributeValue
Package
Description
-
Uses of AttributeValue in ai.stapi.graph.attribute
Classes in ai.stapi.graph.attribute with type parameters of type AttributeValueMethods in ai.stapi.graph.attribute that return types with arguments of type AttributeValueModifier and TypeMethodDescriptionList<AttributeValue<?>>ListAttribute.getBoxedValues()Set<AttributeValue<?>>SetAttribute.getBoxedValues()List<AttributeValue<?>>MetaData.getValues()Constructors in ai.stapi.graph.attribute with parameters of type AttributeValueModifierConstructorDescriptionListAttribute(String name, AttributeValue<?>... values) ListAttribute(String name, Instant createdAt, AttributeValue<?>... values) ListAttribute(String name, Map<String, MetaData> metaData, AttributeValue<?>... values) MetaData(String name, AttributeValue<?> value) SetAttribute(String name, AttributeValue<?>... values) SetAttribute(String name, Instant createdAt, AttributeValue<?>... values) SetAttribute(String name, Map<String, MetaData> metaData, AttributeValue<?>... values) Constructor parameters in ai.stapi.graph.attribute with type arguments of type AttributeValueModifierConstructorDescriptionListAttribute(String name, Instant createdAt, List<AttributeValue<?>> values) ListAttribute(String name, List<AttributeValue<?>> values) ListAttribute(String name, Map<String, MetaData> metaData, List<AttributeValue<?>> values) MetaData(String name, List<AttributeValue<?>> values) SetAttribute(String name, Instant createdAt, Set<AttributeValue<?>> values) SetAttribute(String name, Map<String, MetaData> metaData, Set<AttributeValue<?>> values) SetAttribute(String name, Set<AttributeValue<?>> values) -
Uses of AttributeValue in ai.stapi.graph.attribute.attributeFactory.attributeValueFactory
Methods in ai.stapi.graph.attribute.attributeFactory.attributeValueFactory that return AttributeValueModifier and TypeMethodDescriptionGenericAttributeValueFactory.create(String attributeName, AttributeValueFactoryInput parameters) protected AttributeValue<?>DateAttributeValueFactory.createAttributeWithDate(LocalDate utcTime) protected AttributeValue<?>TimeAttributeValueFactory.createAttributeWithTime(LocalTime time) protected abstract AttributeValue<?>AbstractDateTimeAttributeValueFactory.createAttributeWithUtcTime(Instant utcTime) protected AttributeValue<?>DateTimeAttributeValueFactory.createAttributeWithUtcTime(Instant utcTime) protected AttributeValue<?>InstantAttributeValueFactory.createAttributeWithUtcTime(Instant utcTime) -
Uses of AttributeValue in ai.stapi.graph.attribute.attributeValue
Subinterfaces of AttributeValue in ai.stapi.graph.attribute.attributeValueModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in ai.stapi.graph.attribute.attributeValue that implement AttributeValueModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassMethods in ai.stapi.graph.attribute.attributeValue with parameters of type AttributeValueModifier and TypeMethodDescriptionintBooleanAttributeValue.compareTo(@NotNull AttributeValue<?> other) default intNumberLikeAttributeValue.compareTo(@NotNull AttributeValue<?> other) default intStringLikeAttributeValue.compareTo(@NotNull AttributeValue<?> other)