Class PositiveIntegerAttributeValue
java.lang.Object
ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue<Integer>
ai.stapi.graph.attribute.attributeValue.IntegerAttributeValue
ai.stapi.graph.attribute.attributeValue.PositiveIntegerAttributeValue
- All Implemented Interfaces:
AttributeValue<Integer>,NumberLikeAttributeValue<Integer>,Serializable,Comparable<AttributeValue<?>>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.stapi.graph.attribute.attributeValue.IntegerAttributeValue
toDoubleValueMethods inherited from class ai.stapi.graph.attribute.attributeValue.AbstractAttributeValue
equals, getValue, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.stapi.graph.attribute.attributeValue.AttributeValue
getValueMethods inherited from interface ai.stapi.graph.attribute.attributeValue.NumberLikeAttributeValue
compareTo
-
Field Details
-
SERIALIZATION_TYPE
- See Also:
-
-
Constructor Details
-
PositiveIntegerAttributeValue
-
-
Method Details
-
getDataType
- Specified by:
getDataTypein interfaceAttributeValue<Integer>- Overrides:
getDataTypein classIntegerAttributeValue
-