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

public class LeafAttribute<T,AV extends AttributeValue<T>> extends AbstractAttribute<T>
See Also:
  • Field Details

  • Constructor Details

    • LeafAttribute

      public LeafAttribute(String name, Map<String,MetaData> metaData, AV boxedValue)
    • LeafAttribute

      public LeafAttribute(String name, Timestamp createdAt, AV boxedValue)
    • LeafAttribute

      public LeafAttribute(String name, AV boxedValue)
  • Method Details

    • getBoxedValue

      public AV getBoxedValue()
    • getValue

      public T getValue()
    • getCopy

      public LeafAttribute<T,AV> getCopy()