The Meta-Environment API

Uses of Class
toolbus.TBTermFactory

Packages that use TBTermFactory
toolbus This package implements the ToolBus coordination architecture. 
toolbus.atom   
toolbus.atom.msg   
toolbus.atom.note   
toolbus.atom.tool   
toolbus.environment   
toolbus.matching   
toolbus.parsercup   
toolbus.process   
toolbus.tool   
toolbus.viewer   
 

Uses of TBTermFactory in toolbus
 

Fields in toolbus declared as TBTermFactory
static TBTermFactory TBTermFactory.InstanceKeeper.instance
           
private  TBTermFactory FunctionDescriptor.tbfactory
           
protected  TBTermFactory ToolBus.tbfactory
           
private static TBTermFactory Functions.tbfactory
           
protected  TBTermFactory AbstractTBTerm.tbfactory
           
 

Methods in toolbus that return TBTermFactory
static TBTermFactory TBTermFactory.getInstance()
           
 TBTermFactory ToolBus.getTBTermFactory()
          Get the ATermFactory used.
 

Methods in toolbus with parameters of type TBTermFactory
static void Functions.init(TBTermFactory tbfac)
           
 

Constructors in toolbus with parameters of type TBTermFactory
AbstractTBTerm(TBTermFactory tbfactory, aterm.ATermList annos, aterm.AFun fun, aterm.ATerm[] args)
           
FunctionDescriptor(TBTermFactory tbfactory, java.lang.String name, aterm.ATerm resultType)
           
FunctionDescriptor(TBTermFactory tbfactory, java.lang.String name, aterm.ATerm arg0, aterm.ATerm resultType)
           
FunctionDescriptor(TBTermFactory tbfactory, java.lang.String name, aterm.ATerm arg0, aterm.ATerm arg1, aterm.ATerm resultType)
           
FunctionDescriptor(TBTermFactory tbfactory, java.lang.String name, aterm.ATerm arg0, aterm.ATerm arg1, aterm.ATerm arg2, aterm.ATerm resultType)
           
TBTermVar(TBTermFactory tbfactory, aterm.ATermList annos, aterm.AFun fun, aterm.ATerm[] args)
           
 

Uses of TBTermFactory in toolbus.atom
 

Constructors in toolbus.atom with parameters of type TBTermFactory
Assign(aterm.ATerm v, aterm.ATerm e, TBTermFactory tbfactory, PositionInformation posInfo)
           
Atom(TBTermFactory tbfactory, PositionInformation posInfo)
           
Create(aterm.ATerm c, aterm.ATerm v, TBTermFactory tbfactory, PositionInformation posInfo)
           
Delta(TBTermFactory tbfactory, PositionInformation posInfo)
           
Print(aterm.ATerm a, TBTermFactory tbfactory, PositionInformation posInfo)
           
ShutDown(aterm.ATerm trm, TBTermFactory tbfactory, PositionInformation posInfo)
           
Tau(TBTermFactory tbfactory, PositionInformation posInfo)
           
 

Uses of TBTermFactory in toolbus.atom.msg
 

Constructors in toolbus.atom.msg with parameters of type TBTermFactory
MsgAtom(aterm.ATerm msg, TBTermFactory tbfactory, PositionInformation posInfo)
           
RecMsg(aterm.ATerm msg, TBTermFactory tbfactory, PositionInformation posInfo)
           
SndMsg(aterm.ATerm msg, TBTermFactory tbfactory, PositionInformation posInfo)
           
 

Uses of TBTermFactory in toolbus.atom.note
 

Constructors in toolbus.atom.note with parameters of type TBTermFactory
NoNote(aterm.ATerm msgpat, TBTermFactory tbfactory, PositionInformation posInfo)
           
RecNote(aterm.ATerm msgpat, TBTermFactory tbfactory, PositionInformation posInfo)
           
SndNote(aterm.ATerm note, TBTermFactory tbfactory, PositionInformation posInfo)
           
Subscribe(aterm.ATerm msgpat, TBTermFactory tbfactory, PositionInformation posInfo)
           
UnSubscribe(aterm.ATerm msgpat, TBTermFactory tbfactory, PositionInformation posInfo)
           
 

Uses of TBTermFactory in toolbus.atom.tool
 

Constructors in toolbus.atom.tool with parameters of type TBTermFactory
AckEvent(aterm.ATerm toolId, aterm.ATerm event, aterm.ATerm callbackData, TBTermFactory tbfactory, PositionInformation posInfo)
           
Connect(aterm.ATerm toolId, TBTermFactory tbfactory, PositionInformation posInfo, boolean followsExecute)
           
DisConnect(aterm.ATerm toolId, TBTermFactory tbfactory, PositionInformation posInfo)
           
Do(aterm.ATerm toolId, aterm.ATerm request, TBTermFactory tbfactory, PositionInformation posInfo)
           
Eval(aterm.ATerm toolId, aterm.ATerm request, TBTermFactory tbfactory, PositionInformation posInfo)
           
Event(aterm.ATerm toolId, aterm.ATerm result, TBTermFactory tbfactory, PositionInformation posInfo)
           
Execute(aterm.ATerm tool, aterm.ATerm rvar, TBTermFactory tbfactory, PositionInformation posInfo)
           
GetPerfStats(aterm.ATerm toolId, TBTermFactory tbfactory, PositionInformation posInfo)
           
RecPerfStats(aterm.ATerm toolId, aterm.ATerm result, TBTermFactory tbfactory, PositionInformation posInfo)
           
RecRequest(aterm.ATerm toolId, aterm.ATerm request, TBTermFactory tbfactory, PositionInformation posInfo)
           
RecVal(aterm.ATerm toolId, aterm.ATerm result, TBTermFactory tbfactory, PositionInformation posInfo)
           
SndKill(aterm.ATerm toolId, aterm.ATerm value, TBTermFactory tbfactory, PositionInformation posInfo)
           
SndResponse(aterm.ATerm toolId, aterm.ATerm response, TBTermFactory tbfactory, PositionInformation posInfo)
           
Terminate(aterm.ATerm toolId, aterm.ATerm request, TBTermFactory tbfactory, PositionInformation posInfo)
           
 

Uses of TBTermFactory in toolbus.environment
 

Fields in toolbus.environment declared as TBTermFactory
private  TBTermFactory Environment.tbfactory
           
 

Methods in toolbus.environment that return TBTermFactory
 TBTermFactory Environment.getTBTermFactory()
           
 

Constructors in toolbus.environment with parameters of type TBTermFactory
Environment(TBTermFactory tbfactory)
           
 

Uses of TBTermFactory in toolbus.matching
 

Fields in toolbus.matching declared as TBTermFactory
private  TBTermFactory MatchStore.tbFactory
           
 

Constructors in toolbus.matching with parameters of type TBTermFactory
MatchStore(TBTermFactory tbTermFactory)
          Constructor.
 

Uses of TBTermFactory in toolbus.parsercup
 

Fields in toolbus.parsercup declared as TBTermFactory
protected  TBTermFactory parser.tbfactory
           
 

Uses of TBTermFactory in toolbus.process
 

Fields in toolbus.process declared as TBTermFactory
protected  TBTermFactory ProcessExpression.tbfactory
          The term factory to be used.
private  TBTermFactory ProcessDefinition.tbfactory
           
private  TBTermFactory ProcessInstance.tbfactory
           
 

Methods in toolbus.process that return TBTermFactory
 TBTermFactory ProcessInstance.getTBTermFactory()
           
 

Constructors in toolbus.process with parameters of type TBTermFactory
Alternative(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
Disrupt(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
DynamicProcessCall(java.lang.String name, aterm.ATermList actuals, TBTermFactory tbfactory, PositionInformation posInfo)
           
IfElse(aterm.ATerm test, ProcessExpression Pthen, ProcessExpression Pelse, TBTermFactory tbfactory, PositionInformation posInfo)
           
IfThen(aterm.ATerm test, ProcessExpression Pthen, TBTermFactory tbfactory, PositionInformation posInfo)
           
Iteration(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
LeftBiasedAlternative(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
LetDefinition(aterm.ATermList locals, ProcessExpression PE, TBTermFactory tbfactory, PositionInformation posInfo)
           
Merge(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
ProcessCall(aterm.ATerm call, TBTermFactory tbfactory, PositionInformation posInfo)
           
ProcessCall(java.lang.String name, aterm.ATermList actuals, boolean evalArgs, TBTermFactory tbfactory, PositionInformation posInfo)
           
ProcessCall(java.lang.String name, aterm.ATermList actuals, TBTermFactory tbfactory, PositionInformation posInfo)
           
ProcessDefinition(java.lang.String name, aterm.ATermList formals, ProcessExpression PE, TBTermFactory tbfactory, PositionInformation posInfo)
           
ProcessExpression(TBTermFactory tbfactory, PositionInformation posInfo)
           
RightBiasedAlternative(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
Sequence(ProcessExpression left, ProcessExpression right, TBTermFactory tbfactory, PositionInformation posInfo)
           
 

Uses of TBTermFactory in toolbus.tool
 

Fields in toolbus.tool declared as TBTermFactory
private  TBTermFactory ToolInstance.tbfactory
           
private  TBTermFactory ToolDefinition.tbfactory
           
 

Uses of TBTermFactory in toolbus.viewer
 

Fields in toolbus.viewer declared as TBTermFactory
private static TBTermFactory Viewer.tbFactory
           
 


The Meta-Environment API