public static interface ArrayRow.ArrayRowVariables
| Modifier and Type | Method and Description |
|---|---|
void |
add(SolverVariable var,
float value,
boolean removeFromDefinition) |
void |
clear() |
boolean |
contains(SolverVariable v) |
void |
display() |
void |
divideByAmount(float amount) |
float |
get(SolverVariable variable) |
int |
getCurrentSize() |
SolverVariable |
getVariable(int i) |
float |
getVariableValue(int i) |
int |
indexOf(SolverVariable variable) |
void |
invert() |
void |
put(SolverVariable variable,
float value) |
float |
remove(SolverVariable v,
boolean removeFromDefinition) |
int |
sizeInBytes() |
float |
use(ArrayRow definition,
boolean removeFromDefinition) |
int getCurrentSize()
SolverVariable getVariable(int i)
float getVariableValue(int i)
float get(SolverVariable variable)
int indexOf(SolverVariable variable)
void display()
void clear()
boolean contains(SolverVariable v)
void put(SolverVariable variable, float value)
int sizeInBytes()
void invert()
float remove(SolverVariable v, boolean removeFromDefinition)
void divideByAmount(float amount)
void add(SolverVariable var, float value, boolean removeFromDefinition)
float use(ArrayRow definition, boolean removeFromDefinition)