Uses of Class
lij.runtime.DefInstance

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

Subclasses of DefInstance in lij.runtime
private static class DefInstance.DefAgentInstance
          A DefInstance subclass for AGENT (i.e.
private static class DefInstance.DefMessageInstance
          A DefInstance subclass for MESSAGE (i.e.
private static class DefInstance.DefNullOpInstance
          A DefInstance subclass for NULLOP events.
 

Methods in lij.runtime that return DefInstance
static DefInstance DefInstance.createDefInstance(Def _def, Interpreter _interpreter, AgentInstance _agent)
          Factory method for creating an instance of a DefInstance subclass.