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