Kieker 1.6

kieker.tools.traceAnalysis.systemModel
Class ExecutionContainer

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.ExecutionContainer
All Implemented Interfaces:
ISystemModelElement
Direct Known Subclasses:
RootExecutionContainer

public class ExecutionContainer
extends Object
implements ISystemModelElement

Author:
Andre van Hoorn

Constructor Summary
ExecutionContainer(int id, ExecutionContainer parent, String name)
           
 
Method Summary
 void addChildContainer(ExecutionContainer container)
           
 boolean equals(Object obj)
           
 Collection<ExecutionContainer> getChildContainers()
           
 int getId()
           
 String getIdentifier()
          Returns a textual identifier for this object (e.g., its name).
 String getName()
           
 ExecutionContainer getParent()
           
 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

ExecutionContainer

public ExecutionContainer(int id,
                          ExecutionContainer parent,
                          String name)
Method Detail

getId

public final int getId()

getName

public final String getName()

getParent

public final ExecutionContainer getParent()

getChildContainers

public final Collection<ExecutionContainer> getChildContainers()

addChildContainer

public final void addChildContainer(ExecutionContainer container)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

isRootContainer

public boolean isRootContainer()
Returns whether this container is a root container.

Returns:
See above

getIdentifier

public String getIdentifier()
Description copied from interface: ISystemModelElement
Returns a textual identifier for this object (e.g., its name).

Specified by:
getIdentifier in interface ISystemModelElement
Returns:
See above

Kieker 1.6

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