|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentType | |
---|---|
kieker.tools.traceAnalysis.systemModel | |
kieker.tools.traceAnalysis.systemModel.repository |
Uses of ComponentType in kieker.tools.traceAnalysis.systemModel |
---|
Methods in kieker.tools.traceAnalysis.systemModel that return ComponentType | |
---|---|
ComponentType |
Operation.getComponentType()
Delivers the component type of the operation. |
ComponentType |
AssemblyComponent.getType()
|
Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type ComponentType | |
---|---|
AssemblyComponent(int id,
String name,
ComponentType type)
Creates a new instance of this class using the given parameters. |
|
Operation(int id,
ComponentType componentType,
Signature signature)
Creates a new instance of this class using the given parameters. |
Uses of ComponentType in kieker.tools.traceAnalysis.systemModel.repository |
---|
Fields in kieker.tools.traceAnalysis.systemModel.repository declared as ComponentType | |
---|---|
static ComponentType |
TypeRepository.ROOT_COMPONENT
This constant represents the root component. |
Methods in kieker.tools.traceAnalysis.systemModel.repository that return ComponentType | |
---|---|
ComponentType |
TypeRepository.createAndRegisterComponentType(String namedIdentifier,
String fullqualifiedName)
Creates and registers a component type that has not been registered yet. |
ComponentType |
TypeRepository.lookupComponentTypeByNamedIdentifier(String namedIdentifier)
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier. |
Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type ComponentType | |
---|---|
Collection<ComponentType> |
TypeRepository.getComponentTypes()
Returns a collection of all registered component types. |
Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type ComponentType | |
---|---|
AssemblyComponent |
AssemblyRepository.createAndRegisterAssemblyComponentInstance(String namedIdentifier,
ComponentType componentType)
Creates a new assembly component instance and registers it as well. |
Operation |
OperationRepository.createAndRegisterOperation(String namedIdentifier,
ComponentType componentType,
Signature signature)
|
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |