Class BooleanAttributeValue

java.lang.Object
ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue<Boolean>
ai.stapi.graph.attribute.attributeValue.BooleanAttributeValue
All Implemented Interfaces:
AttributeValue<Boolean>, Serializable, Comparable<AttributeValue<?>>

public class BooleanAttributeValue extends AbstractAttributeValue<Boolean>
See Also:
  • Field Details

  • Constructor Details

    • BooleanAttributeValue

      public BooleanAttributeValue(Boolean value)
  • Method Details

    • getDataType

      public String getDataType()
    • compareTo

      public int compareTo(@NotNull @NotNull AttributeValue<?> other)