Uses of Interface
things.thinger.ExpressionInterface

Packages that use ExpressionInterface
things.thing   
things.thinger   
things.thinger.kernel.basic   
 

Uses of ExpressionInterface in things.thing
 

Methods in things.thing that return ExpressionInterface
 ExpressionInterface THING.getParentExpressionInterface()
          Get a reference tot he parent expression interface.
 

Methods in things.thing with parameters of type ExpressionInterface
 void THING.init(SystemInterface si, ControlInterface ci, ExpressionInterface ei, ExpressionInterface parent)
          Initialize this THING.
 

Constructors in things.thing with parameters of type ExpressionInterface
Cluster(SystemInterface si, ExpressionInterface parentInterface)
          Construct a cluster not owned by a THING.
 

Uses of ExpressionInterface in things.thinger
 

Methods in things.thinger that return ExpressionInterface
 ExpressionInterface SystemInterface.getNamedExpressor(java.lang.String name)
          Forge a new named expressor.
 

Methods in things.thinger with parameters of type ExpressionInterface
 java.lang.String SystemInterface.runThing(java.lang.String name, ExpressionInterface parentExpressor)
          Load and run a thing in a new process, giving an expression parent.
 java.lang.String SystemInterface.runThing(java.lang.String name, ExpressionInterface parentExpressor, ThingsPropertyView properties)
          Load and run a thing in a new process, giving an expression parent.
 

Uses of ExpressionInterface in things.thinger.kernel.basic
 

Classes in things.thinger.kernel.basic that implement ExpressionInterface
 class KernalBasic_LoggingExpressor
          This implements a logging based expressor.
 class KernalBasic_THINGProcessWrapper
          Things Process wrapper for THINGs.
 

Methods in things.thinger.kernel.basic that return ExpressionInterface
 ExpressionInterface KernelBasic.getNamedExpressor(java.lang.String name)
          Forge a new named expressor.
 

Methods in things.thinger.kernel.basic with parameters of type ExpressionInterface
 java.lang.String KernelBasic.runThing(java.lang.String name, ExpressionInterface parentExpressor)
          Load and run a thing in a new process, giving an expression parent.
 java.lang.String KernelBasic.runThing(java.lang.String name, ExpressionInterface parentExpressor, ThingsPropertyView properties)
          Load and run a thing in a new process, giving an expression parent.
 

Constructors in things.thinger.kernel.basic with parameters of type ExpressionInterface
KernalBasic_THINGProcessWrapper(java.lang.Class<THING> thingClass, ExpressionInterface parentEi)
          Set the THING name.
 



Things.