Kieker 1.2

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()
           
 ComponentType AssemblyComponent.getType()
           
 

Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type ComponentType
AssemblyComponent(int id, String name, ComponentType type)
           
Operation(int id, ComponentType componentType, Signature signature)
           
 

Uses of ComponentType in kieker.tools.traceAnalysis.systemModel.repository
 

Fields in kieker.tools.traceAnalysis.systemModel.repository declared as ComponentType
 ComponentType TypeRepository.rootComponent
           
 

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)
           
 Operation OperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature)
           
 

Constructors in kieker.tools.traceAnalysis.systemModel.repository with parameters of type ComponentType
TypeRepository(SystemModelRepository systemFactory, ComponentType rootComponent)
           
 


Kieker 1.2

Copyright 2010 the Kieker Project, http://kieker.sourceforge.net