|
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.ComponentType
public class ComponentType
This class represents the type of a component within the trace analysis tool.
| Constructor Summary | |
|---|---|
ComponentType(int id,
String fullqualifiedTypeName)
Creates a new instance of this class using the given parameters. |
|
ComponentType(int id,
String packageName,
String typeName)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
Operation |
addOperation(Operation op)
This method adds a given operation to the list of available operations. |
boolean |
equals(Object obj)
|
String |
getFullQualifiedName()
Delivers the full qualified name of this type (the packages are separated with '.'). |
int |
getId()
Delivers the ID of the component type. |
Collection<Operation> |
getOperations()
Delivers a collection containing the available operations within this component type. |
String |
getPackageName()
Delivers the package name of this type. |
String |
getTypeName()
Delivers the name of the type. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ComponentType(int id,
String packageName,
String typeName)
id - The ID of the component type.packageName - The package name.typeName - The type name.
public ComponentType(int id,
String fullqualifiedTypeName)
id - The ID of the component type.fullqualifiedTypeName - The fully qualified name of the type, separated with '.'.| Method Detail |
|---|
public final int getId()
public final String getTypeName()
public final String getPackageName()
public final String getFullQualifiedName()
public final Collection<Operation> getOperations()
public final Operation addOperation(Operation op)
op - The operation to be added.
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||