|
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.ExecutionContainer
public class ExecutionContainer
| Constructor Summary | |
|---|---|
ExecutionContainer(int id,
ExecutionContainer parent,
String name)
Creates a new instance of this class using the given parameters. |
|
| Method Summary | |
|---|---|
void |
addChildContainer(ExecutionContainer container)
This method adds a given container to the list of child containers. |
boolean |
equals(Object obj)
|
Collection<ExecutionContainer> |
getChildContainers()
Delivers a collection containing the added child containers. |
int |
getId()
Delivers the ID of the container. |
String |
getIdentifier()
Delivers the identifier (name) of this object. |
String |
getName()
Delivers the name of the container. |
ExecutionContainer |
getParent()
Delivers the parent of the container. |
int |
hashCode()
|
boolean |
isRootContainer()
Returns whether this container is a root container. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExecutionContainer(int id,
ExecutionContainer parent,
String name)
id - The ID of this container.parent - The parent of this container.name - The name of this container.| Method Detail |
|---|
public final int getId()
public final String getName()
public final ExecutionContainer getParent()
public final Collection<ExecutionContainer> getChildContainers()
public final void addChildContainer(ExecutionContainer container)
container - The new child container.public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic boolean isRootContainer()
public String getIdentifier()
getIdentifier in interface ISystemModelElement
|
Kieker 1.10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||