|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlij.runtime.ConstraintInstance
lij.runtime.ConstraintInstance.ConstraintListInstance
private static class ConstraintInstance.ConstraintListInstance
A ConstraintInstance subclass for list constraints.
Field Summary |
---|
Fields inherited from class lij.runtime.ConstraintInstance |
---|
agentInstance, constraint, interpreter |
Constructor Summary | |
---|---|
private |
ConstraintInstance.ConstraintListInstance()
|
Method Summary | |
---|---|
Result.State |
check()
This method needs to be implemented by any subclasses. |
private java.util.ArrayList<java.io.Serializable> |
createListForArgument(Argument argument)
Accepts an Argument, which can be either an ArrayList or a singleton value, creates a new ArrayList containing this Argument, and returns it. |
Methods inherited from class lij.runtime.ConstraintInstance |
---|
createConstraintInstance |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private ConstraintInstance.ConstraintListInstance()
Method Detail |
---|
public Result.State check() throws InterpreterException
ConstraintInstance
check
in class ConstraintInstance
InterpreterException
private java.util.ArrayList<java.io.Serializable> createListForArgument(Argument argument) throws InterpreterException
argument
- The Argument to encapsulate into an ArrayList.
InterpreterException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |