Uses of Package
lij.runtime

Packages that use lij.runtime
lij.model Classes that together constitute the data model of an LCC protocl. 
lij.monitor Various classes used for obtaining runtime debugging information. 
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. 
 

Classes in lij.runtime used by lij.model
AgentInstance
          A runtime instance of an Agent definition.
Interpreter
          The main interpreter class.
 

Classes in lij.runtime used by lij.monitor
Interpreter
          The main interpreter class.
Letter
          Encapsulates the data described by an LCC message.
 

Classes in lij.runtime used by lij.runtime
AgentInstance
          A runtime instance of an Agent definition.
ClauseInstance
          A ClauseInstance instance is a runtime instance of a Clause definition.
ClauseInstanceReturns
          Contains the execution result of a ClauseInstance (TRUE, FALSE or MAYBE) as well as any values returned via the clause's input arguments.
ConstraintInstance
          This class performs checking of Constraints.
DefInstance
          This class executes Def's.
Interpreter
          The main interpreter class.
Letter
          Encapsulates the data described by an LCC message.
LetterBox
          This class provides functionality for sending and receiving messages (encapsulated in Letter instances).
LetterPostData
          Encapsulates the post data of a letter described by an LCC message, i.e.
SymbolTable
          A SymbolTable instance is used by objects of the ClauseInstance class, for storing mappings between variable names and variable values.