public static class VariableInfo.VariableInfoLong extends VariableInfo<NodeVariableLong>
VariableInfo.CacheType, VariableInfo.VariableInfoBoolean, VariableInfo.VariableInfoDouble, VariableInfo.VariableInfoLong, VariableInfo.VariableInfoObject<T>
Modifier and Type | Field and Description |
---|---|
java.util.List<java.lang.Long> |
possibleValues |
java.util.function.LongPredicate |
shouldCacheFunc |
cacheType, node, setIsComplete
Constructor and Description |
---|
VariableInfoLong(NodeVariableLong node) |
Modifier and Type | Method and Description |
---|---|
int |
getCurrentOrdinal() |
java.util.Collection<java.lang.Long> |
getPossibleValues() |
boolean |
shouldCacheCurrentValue() |
toString
public final java.util.List<java.lang.Long> possibleValues
public java.util.function.LongPredicate shouldCacheFunc
public VariableInfoLong(NodeVariableLong node)
public java.util.Collection<java.lang.Long> getPossibleValues()
getPossibleValues
in class VariableInfo<NodeVariableLong>
public boolean shouldCacheCurrentValue()
shouldCacheCurrentValue
in class VariableInfo<NodeVariableLong>
public int getCurrentOrdinal()
getCurrentOrdinal
in class VariableInfo<NodeVariableLong>