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 Execution
ROOT_EXECUTION
Deprecated.static java.lang.String
ROOT_NODE_LABEL
Deprecated. -
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 AllocationRepository
getAllocationFactory()
Deprecated.AllocationComponentOperationPairFactory
getAllocationPairFactory()
Deprecated.AssemblyRepository
getAssemblyFactory()
Deprecated.AssemblyComponentOperationPairFactory
getAssemblyPairFactory()
Deprecated.ExecutionEnvironmentRepository
getExecutionEnvironmentFactory()
Deprecated.OperationRepository
getOperationFactory()
Deprecated.Delivering the factory managing the available operations.TypeRepository
getTypeRepositoryFactory()
Deprecated.Delivering the factory managing the available component types.void
saveSystemToHTMLFile(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.
-