public static class Retrascope.ToolRun
extends java.lang.Object
Constructor and Description |
---|
Retrascope.ToolRun()
Construct a tool run with unspecified tool chain.
|
Retrascope.ToolRun(ToolChain toolChain,
java.util.Map<EntityType,Entity> sources)
Constructs a tool run.
|
Modifier and Type | Method and Description |
---|---|
ToolChain |
getEngine()
Returns the tool chain to be used.
|
java.util.Map<EntityType,Entity> |
getSources()
Returns the sources entities to be analyzed.
|
void |
start(EngineEventHandler eventHandler)
Starts the tool chain with the given source entities.
|
public Retrascope.ToolRun(ToolChain toolChain, java.util.Map<EntityType,Entity> sources)
toolChain
- the tool chain to be used.sources
- the source entities to be analyzed.public Retrascope.ToolRun()
public ToolChain getEngine()
public java.util.Map<EntityType,Entity> getSources()
public void start(EngineEventHandler eventHandler)
eventHandler
- the engine event handler.