Package kieker.model.repository
Class SystemModelRepository
java.lang.Object
kieker.model.repository.AbstractRepository
kieker.model.repository.SystemModelRepository
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
FieldsModifier and TypeFieldDescriptionstatic final ExecutionDeprecated.static final StringDeprecated.Fields inherited from class kieker.model.repository.AbstractRepository
ROOT_ELEMENT_ID -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionfinal AllocationRepositoryDeprecated.Deprecated.final AssemblyRepositoryDeprecated.Deprecated.Deprecated.final OperationRepositoryDeprecated.Delivering the factory managing the available operations.final TypeRepositoryDeprecated.Delivering the factory managing the available component types.voidsaveSystemToHTMLFile(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
Deprecated.- See Also:
-
-
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(Path outputFile) throws IOException, FileNotFoundException, UnsupportedEncodingException Deprecated.Writes the contents of this system model to an HTML file.- Parameters:
outputFile- file system location of the output file- Throws:
IOException- If stream cannot be created.FileNotFoundException- If the given file is somehow invalid.UnsupportedEncodingException- If the used default encoding is not supported.
-