Class SystemModelRepository
java.lang.Object
kieker.analysis.analysisComponent.AbstractAnalysisComponent
kieker.analysis.repository.AbstractRepository
kieker.tools.trace.analysis.systemModel.repository.SystemModelRepository
- All Implemented Interfaces:
IAnalysisComponent,IRepository
Deprecated.
since 1.15.2
This repository is a model manager for the Kieker's component model. It consists of multiple "sub"repositories.
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExecutionDeprecated.static final StringDeprecated.Fields inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
CONFIG_NAME, configuration, logger, projectContext, recordsTimeUnitFromProjectContext -
Constructor Summary
ConstructorsConstructorDescriptionSystemModelRepository(Configuration configuration, IProjectContext projectContext) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionfinal AllocationRepositoryDeprecated.Deprecated.final AssemblyRepositoryDeprecated.Deprecated.Deprecated.This method should deliver aConfigurationobject containing the current configuration of this instance.Deprecated.final OperationRepositoryDeprecated.Delivering the factory managing the available operations.final TypeRepositoryDeprecated.Delivering the factory managing the available component types.voidsaveSystemToHTMLFile(String outputFn) Deprecated.Writes the contents of this system model to an HTML file.Methods inherited from class kieker.analysis.repository.AbstractRepository
getDefaultConfiguration, getRepositoryDescription, getRepositoryNameMethods inherited from class kieker.analysis.analysisComponent.AbstractAnalysisComponent
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface kieker.analysis.analysisComponent.IAnalysisComponent
getName
-
Field Details
-
ROOT_EXECUTION
Deprecated. -
ROOT_NODE_LABEL
Deprecated.- See Also:
-
-
Constructor Details
-
SystemModelRepository
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
configuration- The configuration to use for this repository.projectContext- The project context to use for this repository.
-
-
Method Details
-
getAllocationFactory
Deprecated. -
getAssemblyFactory
Deprecated. -
getExecutionEnvironmentFactory
Deprecated. -
getOperationFactory
Deprecated.Delivering the factory managing the available operations.- Returns:
- The operation factory.
-
getTypeRepositoryFactory
Deprecated.Delivering the factory managing the available component types.- Returns:
- The types factory.
-
getAllocationPairFactory
Deprecated. -
getAssemblyPairFactory
Deprecated. -
saveSystemToHTMLFile
Deprecated.Writes the contents of this system model to an HTML file.- Parameters:
outputFn- file system location of the output file (as accepted byFile(String)).- Throws:
IOException- on io error
-
getCurrentConfiguration
Deprecated.Description copied from class:AbstractAnalysisComponentThis method should deliver aConfigurationobject 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.- Specified by:
getCurrentConfigurationin interfaceIAnalysisComponent- Specified by:
getCurrentConfigurationin classAbstractAnalysisComponent- Returns:
- A completely filled configuration object.
-