public static class Retrascope.Run
extends java.lang.Object
Constructor and Description |
---|
Retrascope.Run()
Construct a tool run with unspecified tool chain.
|
Retrascope.Run(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.Run(ToolChain toolChain, java.util.Map<EntityType,Entity> sources)
toolChain
- the tool chain to be used.sources
- the source entities to be analyzed.public Retrascope.Run()
public ToolChain getEngine()
public java.util.Map<EntityType,Entity> getSources()
public void start(EngineEventHandler eventHandler)
eventHandler
- the engine event handler.