Package ai.stapi.graph.attribute
Class LeafAttribute<T,AV extends AttributeValue<T>>
java.lang.Object
ai.stapi.graph.attribute.AbstractAttribute<T>
ai.stapi.graph.attribute.LeafAttribute<T,AV>
- All Implemented Interfaces:
Attribute<T>,Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLeafAttribute(String name, AV boxedValue) LeafAttribute(String name, Instant createdAt, AV boxedValue) -
Method Summary
Methods inherited from class ai.stapi.graph.attribute.AbstractAttribute
equals, getCreatedAt, getMetaData, getName, hashCode, setCreatedAt
-
Field Details
-
DATA_STRUCTURE_TYPE
- See Also:
-
-
Constructor Details
-
LeafAttribute
-
LeafAttribute
-
LeafAttribute
-
-
Method Details
-
getBoxedValue
-
getValue
-
getCopy
-