Kieker 1.12

Uses of Class
kieker.tools.traceAnalysis.systemModel.ComponentType

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, java.lang.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(java.lang.String namedIdentifier, java.lang.String fullqualifiedName)
          Creates and registers a component type that has not been registered yet.
 ComponentType TypeRepository.lookupComponentTypeByNamedIdentifier(java.lang.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
 java.util.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(java.lang.String namedIdentifier, ComponentType componentType)
          Creates a new assembly component instance and registers it as well.
 Operation OperationRepository.createAndRegisterOperation(java.lang.String namedIdentifier, ComponentType componentType, Signature signature)
           
 


Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net