|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
kieker.tools.traceAnalysis.systemModel.repository.TypeRepository
public class TypeRepository
This is a repository in which the different component types (ComponentType) can be stored.
| Field Summary | |
|---|---|
static ComponentType |
ROOT_COMPONENT
This constant represents the root component. |
| Fields inherited from class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository |
|---|
ROOT_ELEMENT_ID |
| Constructor Summary | |
|---|---|
TypeRepository(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
ComponentType |
createAndRegisterComponentType(String namedIdentifier,
String fullqualifiedName)
Creates and registers a component type that has not been registered yet. |
Collection<ComponentType> |
getComponentTypes()
Returns a collection of all registered component types. |
ComponentType |
lookupComponentTypeByNamedIdentifier(String namedIdentifier)
Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ComponentType ROOT_COMPONENT
| Constructor Detail |
|---|
public TypeRepository(SystemModelRepository systemFactory)
systemFactory - The system factory.| Method Detail |
|---|
public final ComponentType lookupComponentTypeByNamedIdentifier(String namedIdentifier)
namedIdentifier - The identifier to search for.
public final ComponentType createAndRegisterComponentType(String namedIdentifier,
String fullqualifiedName)
namedIdentifier - The identifier of the new component type.fullqualifiedName - The fully qualfieid name of the new component type.
public final Collection<ComponentType> getComponentTypes()
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||