Modifier and Type | Method and Description |
---|---|
void |
AnalysisController.connect(AbstractPlugin src,
java.lang.String outputPortName,
AbstractPlugin dst,
java.lang.String inputPortName)
This method should be used to connect two plugins.
|
void |
IAnalysisController.connect(AbstractPlugin src,
java.lang.String outputPortName,
AbstractPlugin dst,
java.lang.String inputPortName)
This method should be used to connect two plugins.
|
void |
AnalysisController.connect(AbstractPlugin plugin,
java.lang.String repositoryPort,
AbstractRepository repository)
Connects the given repository to this plugin via the given name.
|
void |
IAnalysisController.connect(AbstractPlugin plugin,
java.lang.String repositoryPort,
AbstractRepository repository)
Connects the given repository to this plugin via the given name.
|
static AnalysisController.AnalysisControllerWithMapping |
AnalysisController.createAnalysisController(MIProject project,
java.lang.ClassLoader classLoader)
This is a factory method which can be used to create a new instance of
AnalysisController , but delivers the mapping between the MIProject and
the actual analysis. |
MIProject |
IProjectContext.getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of
MIProject . |
MIProject |
AnalysisController.getCurrentConfiguration()
This method delivers the current configuration of this instance as an instance of
MIProject . |
void |
AnalysisController.run()
Starts an
AnalysisController instance. |
void |
IAnalysisController.run()
Starts an
AnalysisController instance. |
void |
AnalysisController.saveToFile(java.io.File file)
This method can be used to store the current configuration of this analysis controller in a specified file.
|
void |
IAnalysisController.saveToFile(java.io.File file)
This method can be used to store the current configuration of this analysis controller in a specified file.
|
void |
AnalysisController.saveToFile(java.lang.String pathname)
This method can be used to store the current configuration of this analysis controller in a specified file.
|
void |
IAnalysisController.saveToFile(java.lang.String pathname)
This method can be used to store the current configuration of this analysis controller in a specified file.
|
Constructor and Description |
---|
AnalysisController(java.io.File file)
This constructors creates an
AnalysisController instance, using the given file to load an analysis model. |
AnalysisController(java.io.File file,
java.lang.ClassLoader classLoader)
This constructors creates an
AnalysisController instance, using the given file to load an analysis model and the given classloader to initialize the
objects. |
AnalysisController(MIProject project)
Creates a new instance of the class
AnalysisController but uses the given instance of MIProject to construct the analysis. |
AnalysisController(MIProject project,
java.lang.ClassLoader classLoader)
Creates a new instance of the class
AnalysisController but uses the given instance of @link{Project} to construct the analysis. |
Modifier and Type | Method and Description |
---|---|
static void |
MetaModelHandler.checkPorts(MIPlugin mPlugin,
AbstractPlugin plugin)
This method checks the ports of the given model plugin against the ports of the actual plugin.
|
static MIProject |
MetaModelHandler.javaToMetaModel(java.util.Collection<AbstractReaderPlugin> readers,
java.util.Collection<AbstractFilterPlugin> filters,
java.util.Collection<AbstractRepository> repositories,
java.util.Collection<MIDependency> dependencies,
java.lang.String projectName,
Configuration globalConfiguration)
This method can be used to convert the current analysis configuration (which is represented by Java objects) into a meta model.
|
static void |
MetaModelHandler.metaModelToJava(MIProject mProject,
AnalysisController ac,
java.util.Collection<MetaModelHandler.PluginConnection> pluginConnections,
java.util.Collection<MetaModelHandler.RepositoryConnection> repositoryConnections,
java.util.Collection<MIDependency> dependencies,
java.lang.ClassLoader classLoader,
Configuration globalConfiguration,
java.util.Map<MIRepository,AbstractRepository> repositoryMap,
java.util.Map<MIPlugin,AbstractPlugin> pluginMap)
This method can be used to convert a given analysis meta model instance to the actual java instances.
|
Modifier and Type | Method and Description |
---|---|
static void |
AbstractPlugin.connect(AbstractPlugin src,
java.lang.String outputPortName,
AbstractPlugin dst,
java.lang.String inputPortName)
This method connects two plugins.
|
void |
IPlugin.connect(java.lang.String name,
AbstractRepository repo)
Connects the given repository to this plugin via the given name.
|
void |
AbstractPlugin.connect(java.lang.String reponame,
AbstractRepository repository)
Connects the given repository to this plugin via the given name.
|
protected void |
AbstractPlugin.notifyNewIncomingConnection(java.lang.String inputPortName,
AbstractPlugin connectedPlugin,
java.lang.String outputPortName)
Notification method which is called when a new incoming connection to this plugin is established.
|
protected void |
AbstractPlugin.notifyNewOutgoingConnection(java.lang.String outputPortName,
AbstractPlugin connectedPlugin,
java.lang.String inputPortName)
Notification method which is called when a new outgoing connection from this plugin is established.
|
Modifier and Type | Method and Description |
---|---|
void |
IGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy)
Requests that the given retention policy is used by this graph producer.
|
void |
AbstractGraphProducingFilter.requestOriginRetentionPolicy(IOriginRetentionPolicy policy) |
Modifier and Type | Method and Description |
---|---|
protected abstract IOriginRetentionPolicy |
AbstractGraphFilter.getDesiredOriginRetentionPolicy() |
protected void |
AbstractGraphFilter.notifyNewIncomingConnection(java.lang.String inputPortName,
AbstractPlugin connectedPlugin,
java.lang.String outputPortName) |
Modifier and Type | Method and Description |
---|---|
protected IOriginRetentionPolicy |
TraceColoringFilter.getDesiredOriginRetentionPolicy() |
Copyright 2017 Kieker Project, http://kieker-monitoring.net