|
Kieker 1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.analysisComponent.AbstractAnalysisComponent kieker.analysis.repository.AbstractRepository kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository
public class SystemModelRepository
This repository is a model manager for the Kieker's component model. It consists of multiple "sub"repositories.
Field Summary | |
---|---|
static Execution |
ROOT_EXECUTION
|
Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent |
---|
CONFIG_NAME |
Constructor Summary | |
---|---|
SystemModelRepository(Configuration configuration)
Deprecated. To be removed in Kieker 1.8. |
|
SystemModelRepository(Configuration configuration,
IProjectContext projectContext)
Creates a new instance of this class using the given parameters. |
Method Summary | |
---|---|
AllocationRepository |
getAllocationFactory()
|
AllocationComponentOperationPairFactory |
getAllocationPairFactory()
|
AssemblyRepository |
getAssemblyFactory()
|
AssemblyComponentOperationPairFactory |
getAssemblyPairFactory()
|
Configuration |
getCurrentConfiguration()
This method should deliver a Configuration object containing the current configuration of this instance. |
ExecutionEnvironmentRepository |
getExecutionEnvironmentFactory()
|
OperationRepository |
getOperationFactory()
Delivering the factory managing the available operations. |
TypeRepository |
getTypeRepositoryFactory()
Delivering the factory managing the available component types. |
void |
saveSystemToHTMLFile(String outputFn)
Writes the contents of this system model to an HTML file. |
Methods inherited from class kieker.analysis.repository.AbstractRepository |
---|
getRepositoryDescription, getRepositoryName |
Methods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent |
---|
getName, setProjectContext |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface kieker.analysis.analysisComponent.IAnalysisComponent |
---|
getName |
Field Detail |
---|
public static final Execution ROOT_EXECUTION
Constructor Detail |
---|
public SystemModelRepository(Configuration configuration, IProjectContext projectContext)
configuration
- The configuration to use for this repository.projectContext
- The project context to use for this repository.@Deprecated public SystemModelRepository(Configuration configuration)
configuration
- The configuration to use for this repository.Method Detail |
---|
public final AllocationRepository getAllocationFactory()
public final AssemblyRepository getAssemblyFactory()
public final ExecutionEnvironmentRepository getExecutionEnvironmentFactory()
public final OperationRepository getOperationFactory()
public final TypeRepository getTypeRepositoryFactory()
public AllocationComponentOperationPairFactory getAllocationPairFactory()
public AssemblyComponentOperationPairFactory getAssemblyPairFactory()
public void saveSystemToHTMLFile(String outputFn) throws FileNotFoundException, UnsupportedEncodingException
outputFn
- file system location of the output file (as accepted by File.File(String)
).
FileNotFoundException
- If the given file is somehow invalid.
UnsupportedEncodingException
- If the used default encoding is not supported.public Configuration getCurrentConfiguration()
AbstractAnalysisComponent
Configuration
object containing the current configuration of this instance. In other words: The constructor should be
able to use the given object to initialize a new instance of this class with the same intern properties.
getCurrentConfiguration
in interface IAnalysisComponent
getCurrentConfiguration
in class AbstractAnalysisComponent
|
Kieker 1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |