public class Evaluation
extends org.nlogo.api.DefaultReporter
Constructor and Description |
---|
Evaluation() |
Modifier and Type | Method and Description |
---|---|
org.nlogo.api.Syntax |
getSyntax()
This method tells Netlogo the appropriate syntax of the primitive.
|
java.lang.Object |
multipleEvaluation(FuzzySet a,
org.nlogo.api.LogoList b)
Calculate all the evaluations of the logo list elements.
|
java.lang.Object |
report(org.nlogo.api.Argument[] arg0,
org.nlogo.api.Context arg1) |
public org.nlogo.api.Syntax getSyntax()
getSyntax
in interface org.nlogo.api.Primitive
getSyntax
in class org.nlogo.api.DefaultReporter
public java.lang.Object report(org.nlogo.api.Argument[] arg0, org.nlogo.api.Context arg1) throws org.nlogo.api.ExtensionException, org.nlogo.api.LogoException
org.nlogo.api.ExtensionException
org.nlogo.api.LogoException
public java.lang.Object multipleEvaluation(FuzzySet a, org.nlogo.api.LogoList b) throws org.nlogo.api.ExtensionException
a
- The fuzzy set where the we should evaluate.b
- The logo list that contains the elements.org.nlogo.api.ExtensionException