Uses of Interface
lij.interfaces.Accessor

Packages that use Accessor
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 Accessor in lij.runtime
 

Classes in lij.runtime that implement Accessor
 class ArgumentAccessor
          For passing arguments to constraint methods, and allowing them to return values (i.e.
 

Methods in lij.runtime with parameters of type Accessor
 boolean SpecialConstraints._findPeers(Accessor role, Accessor list)
          Generates and returns (via the provided Accessor) a list of all the IDs of the agents that match the specified role.
(package private)  Result.State ConstraintInstance.ConstraintMethodInstance.executeConstraintMethod(java.lang.Object object, java.lang.String methodName, java.lang.Class[] parameterTypes, Accessor[] argumentAccessors)