Package | Description |
---|---|
org.scijava.parsington.eval |
Modifier and Type | Method and Description |
---|---|
Object |
Evaluator.get(Variable v)
Gets the value of the given variable.
|
Object |
AbstractEvaluator.get(Variable v) |
void |
Evaluator.set(Variable v,
Object value)
Sets the value of the given variable.
|
void |
AbstractEvaluator.set(Variable v,
Object value) |
Copyright © 2015–2022 SciJava. All rights reserved.