public class SupportRules
extends java.lang.Object
Constructor and Description |
---|
SupportRules() |
Modifier and Type | Method and Description |
---|---|
static double |
simpleRulesChecks(org.nlogo.api.LogoList l)
Checks the format of the list given and evaluate the rule inside, only
one rule.
|
static java.util.List<java.lang.Double> |
variadicRulesChecks(org.nlogo.api.LogoList l)
Checks the format of the list given and evaluate the rules inside, more
than one.
|
public static double simpleRulesChecks(org.nlogo.api.LogoList l) throws org.nlogo.api.ExtensionException, org.nlogo.api.LogoException
l
- the list with the evaluation parameters inside.org.nlogo.api.ExtensionException
org.nlogo.api.LogoException
public static java.util.List<java.lang.Double> variadicRulesChecks(org.nlogo.api.LogoList l) throws org.nlogo.api.ExtensionException, org.nlogo.api.LogoException
l
- the list with the evaluation parameters inside.org.nlogo.api.ExtensionException
org.nlogo.api.LogoException