|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintImplementor | |
---|---|
lij.runtime | These runtime classes are the ones that contain most of the code that is used during the execution of the IM by the interpreter. |
Uses of ConstraintImplementor in lij.runtime |
---|
Fields in lij.runtime declared as ConstraintImplementor | |
---|---|
private ConstraintImplementor |
AgentInstance.constraintImplementor
|
Methods in lij.runtime that return ConstraintImplementor | |
---|---|
ConstraintImplementor |
AgentInstance.getConstraintImplementor()
Accessor. |
Methods in lij.runtime with parameters of type ConstraintImplementor | |
---|---|
void |
Interpreter.subscribe(java.lang.String roleName,
ConstraintImplementor constraintImplementor)
Creates and adds a new agent subscription, using the default ID. |
void |
Interpreter.subscribe(java.lang.String roleName,
ConstraintImplementor constraintImplementor,
java.io.Serializable id)
Creates and adds a new agent subscription. |
Constructors in lij.runtime with parameters of type ConstraintImplementor | |
---|---|
AgentInstance(Term _roleType,
java.io.Serializable _id,
ConstraintImplementor _constraintImplementor,
Interpreter _interpreter)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |