Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
AbstractDependencyGraphFormatter.createAssemblyComponentId(AssemblyComponent component)
Utility function to create a textual container ID for an assembly component.
|
Constructor and Description |
---|
ComponentAssemblyDependencyGraph(AssemblyComponent rootEntity)
Creates a new graph with the given root entity.
|
Modifier and Type | Class and Description |
---|---|
class |
RootAssemblyComponent
This class represents a root assembly component.
|
Modifier and Type | Method and Description |
---|---|
AssemblyComponent |
AllocationComponent.getAssemblyComponent() |
Constructor and Description |
---|
AllocationComponent(int id,
AssemblyComponent assemblyComponent,
ExecutionContainer executionContainer) |
Modifier and Type | Field and Description |
---|---|
static AssemblyComponent |
AssemblyRepository.ROOT_ASSEMBLY_COMPONENT
This constant represents the root assembly component.
|
Modifier and Type | Method and Description |
---|---|
AssemblyComponent |
AssemblyRepository.createAndRegisterAssemblyComponentInstance(java.lang.String namedIdentifier,
ComponentType componentType)
Creates a new assembly component instance and registers it as well.
|
AssemblyComponent |
AssemblyRepository.lookupAssemblyComponentById(int containerId)
Returns the instance for the passed ID; null if no instance with this ID exists.
|
AssemblyComponent |
AssemblyRepository.lookupAssemblyComponentInstanceByNamedIdentifier(java.lang.String namedIdentifier)
Returns the instance for the passed factoryIdentifier; null if no instance
with this factoryIdentifier.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<AssemblyComponent> |
AssemblyRepository.getAssemblyComponentInstances()
Delivers all available assembly component instances.
|
Modifier and Type | Method and Description |
---|---|
AllocationComponent |
AllocationRepository.createAndRegisterAllocationComponentInstance(java.lang.String namedIdentifier,
AssemblyComponent assemblyComponentInstance,
ExecutionContainer executionContainer) |
AssemblyComponentOperationPair |
AssemblyComponentOperationPairFactory.getPairInstanceByPair(AssemblyComponent assemblyComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created).
|
Modifier and Type | Method and Description |
---|---|
AssemblyComponent |
AssemblyComponentOperationPair.getAssemblyComponent() |
Constructor and Description |
---|
AssemblyComponentOperationPair(int id,
Operation operation,
AssemblyComponent assemblyComponent)
Creates a new instance of this class using the given parameters.
|
Copyright 2017 Kieker Project, http://kieker-monitoring.net