Uses of Class
lij.runtime.ClauseInstance

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

Fields in lij.runtime declared as ClauseInstance
private  ClauseInstance AgentInstance.currentClauseInstance
           
 

Methods in lij.runtime that return ClauseInstance
 ClauseInstance AgentInstance.getCurrentClauseInstance()
          Accessor.
 ClauseInstance Interpreter.instantiateClause(Term newType, java.io.Serializable newID, java.io.Serializable[] arguments)
          Creates and returns a ClauseInstance object.
 

Methods in lij.runtime with parameters of type ClauseInstance
 ClauseInstanceReturns AgentInstance.executeClauseInstance(ClauseInstance clauseInstance)
          This method will cause this AgentInstance to execute the specified ClauseInstance.