Package kieker.model.repository
Class SystemModelRepository
java.lang.Object
kieker.model.repository.AbstractRepository
kieker.model.repository.SystemModelRepository
@Deprecated public class SystemModelRepository extends AbstractRepository
Deprecated.
2.0.0 should be removed in future releases
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, Reiner Jung -- ported
-
Field Summary
Fields Modifier and Type Field Description static ExecutionROOT_EXECUTIONDeprecated.static java.lang.StringROOT_NODE_LABELDeprecated. -
Constructor Summary
Constructors Constructor Description SystemModelRepository()Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and Type Method Description AllocationRepositorygetAllocationFactory()Deprecated.AllocationComponentOperationPairFactorygetAllocationPairFactory()Deprecated.AssemblyRepositorygetAssemblyFactory()Deprecated.AssemblyComponentOperationPairFactorygetAssemblyPairFactory()Deprecated.ExecutionEnvironmentRepositorygetExecutionEnvironmentFactory()Deprecated.OperationRepositorygetOperationFactory()Deprecated.Delivering the factory managing the available operations.TypeRepositorygetTypeRepositoryFactory()Deprecated.Delivering the factory managing the available component types.voidsaveSystemToHTMLFile(java.nio.file.Path outputFile)Deprecated.Writes the contents of this system model to an HTML file.Methods inherited from class kieker.model.repository.AbstractRepository
getAndIncrementNextId, getSystemFactory
-
Field Details
-
ROOT_EXECUTION
Deprecated. -
ROOT_NODE_LABEL
public static final java.lang.String ROOT_NODE_LABELDeprecated.- See Also:
- Constant Field Values
-
-
Constructor Details
-
SystemModelRepository
public SystemModelRepository()Deprecated.Creates a new instance of this class using the given parameters.
-
-
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
public void saveSystemToHTMLFile(java.nio.file.Path outputFile) throws java.io.IOException, java.io.FileNotFoundException, java.io.UnsupportedEncodingExceptionDeprecated.Writes the contents of this system model to an HTML file.- Parameters:
outputFile- file system location of the output file- Throws:
java.io.IOException- If stream cannot be created.java.io.FileNotFoundException- If the given file is somehow invalid.java.io.UnsupportedEncodingException- If the used default encoding is not supported.
-