|
The Meta-Environment API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ToolBus | |
|---|---|
| toolbus | This package implements the ToolBus coordination architecture. |
| toolbus.adapter | |
| toolbus.adapter.java | |
| toolbus.atom | |
| toolbus.commandline | |
| toolbus.parsercup | |
| toolbus.process | |
| toolbus.tool | |
| toolbus.tool.execution | |
| toolbus.viewer | |
| Uses of ToolBus in toolbus |
|---|
| Fields in toolbus declared as ToolBus | |
|---|---|
private ToolBus |
DirectConnectionHandler.toolbus
|
private ToolBus |
SocketConnectionHandler.toolbus
|
| Constructors in toolbus with parameters of type ToolBus | |
|---|---|
DirectConnectionHandler(ToolBus toolbus)
|
|
SocketConnectionHandler(ToolBus toolbus)
Constructor. |
|
| Uses of ToolBus in toolbus.adapter |
|---|
| Fields in toolbus.adapter declared as ToolBus | |
|---|---|
private ToolBus |
ToolBridge.toolbus
|
| Constructors in toolbus.adapter with parameters of type ToolBus | |
|---|---|
ToolBridge(aterm.pure.PureFactory termFactory,
java.lang.String toolName,
int toolID,
ToolBus toolbus)
Constructor. |
|
| Uses of ToolBus in toolbus.adapter.java |
|---|
| Methods in toolbus.adapter.java with parameters of type ToolBus | |
|---|---|
void |
AbstractJavaTool.connectDirectly(ToolBus toolbus,
java.lang.String toolName,
int toolID)
Connects to the ToolBus directly (instead of through TCP/IP). |
| Constructors in toolbus.adapter.java with parameters of type ToolBus | |
|---|---|
JavaToolBridge(aterm.pure.PureFactory termFactory,
AbstractTool tool,
java.lang.String toolName,
int toolID,
ToolBus toolbus)
Constructor. |
|
| Uses of ToolBus in toolbus.atom |
|---|
| Methods in toolbus.atom that return ToolBus | |
|---|---|
ToolBus |
Atom.getToolBus()
|
| Uses of ToolBus in toolbus.commandline |
|---|
| Fields in toolbus.commandline declared as ToolBus | |
|---|---|
private ToolBus |
CommandLine.ToolBusInputStreamHandler.toolbus
|
| Methods in toolbus.commandline with parameters of type ToolBus | |
|---|---|
static CommandLine |
CommandLine.createCommandLine(ToolBus toolbus,
java.io.InputStream is,
boolean closeStreamWhenDone)
|
| Constructors in toolbus.commandline with parameters of type ToolBus | |
|---|---|
CommandLine.ToolBusInputStreamHandler(ToolBus toolbus,
java.io.InputStream inputStream,
boolean closeStreamWhenDone)
|
|
CommandLine(ToolBus toolbus,
java.io.InputStream is,
boolean closeStreamWhenDone)
|
|
| Uses of ToolBus in toolbus.parsercup |
|---|
| Fields in toolbus.parsercup declared as ToolBus | |
|---|---|
protected ToolBus |
parser.toolbus
|
| Constructors in toolbus.parsercup with parameters of type ToolBus | |
|---|---|
parser(java.util.HashSet<java.lang.String> includedFiles,
java.util.List<aterm.ATerm> toolbusProcessCalls,
java.lang.String filename,
java.io.Reader input,
ToolBus tb)
ToolBus specific constructor |
|
parser(ToolBus tb,
java.lang.String filename)
ToolBus specific constructor |
|
parser(ToolBus tb,
java.lang.String filename,
java.io.Reader input)
ToolBus specific constructor |
|
| Uses of ToolBus in toolbus.process |
|---|
| Fields in toolbus.process declared as ToolBus | |
|---|---|
private ToolBus |
ProcessInstance.toolbus
|
| Methods in toolbus.process that return ToolBus | |
|---|---|
ToolBus |
ProcessInstance.getToolBus()
|
| Constructors in toolbus.process with parameters of type ToolBus | |
|---|---|
ProcessInstance(ToolBus TB,
ProcessCall call,
int processId)
|
|
| Uses of ToolBus in toolbus.tool |
|---|
| Fields in toolbus.tool declared as ToolBus | |
|---|---|
private ToolBus |
ToolInstance.toolbus
|
private ToolBus |
ToolDefinition.toolbus
|
| Constructors in toolbus.tool with parameters of type ToolBus | |
|---|---|
ToolDefinition(java.lang.String toolName,
java.lang.String host,
java.lang.String kind,
java.lang.String command,
java.lang.String className,
ToolBus toolbus)
|
|
ToolInstance(ToolDefinition toolDef,
ToolBus toolbus)
Constructor. |
|
| Uses of ToolBus in toolbus.tool.execution |
|---|
| Fields in toolbus.tool.execution declared as ToolBus | |
|---|---|
private ToolBus |
DefaultToolExecutor.toolbus
|
| Methods in toolbus.tool.execution with parameters of type ToolBus | |
|---|---|
IToolExecutor |
DefaultToolExecutorFactory.getToolExecutor(ToolInstance toolInstance,
ToolDefinition toolDefinition,
ToolBus toolbus)
|
IToolExecutor |
IToolExecutorFactory.getToolExecutor(ToolInstance toolInstance,
ToolDefinition toolDefinition,
ToolBus toolbus)
Constructs a tool executor. |
| Constructors in toolbus.tool.execution with parameters of type ToolBus | |
|---|---|
DefaultToolExecutor(ToolInstance toolInstance,
ToolDefinition toolDefinition,
ToolBus toolbus)
Constructor. |
|
| Uses of ToolBus in toolbus.viewer |
|---|
| Subclasses of ToolBus in toolbus.viewer | |
|---|---|
class |
DebugToolBus
A specialized version of the ToolBus, which executes the process logic in debug mode. |
| Fields in toolbus.viewer declared as ToolBus | |
|---|---|
private ToolBus |
ScriptCodeStore.toolbus
|
| Constructors in toolbus.viewer with parameters of type ToolBus | |
|---|---|
ScriptCodeStore(ToolBus toolbus)
Constructor. |
|
|
The Meta-Environment API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||