Kieker 1.2

kieker.tools.traceAnalysis.systemModel
Class ExecutionContainer

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.ExecutionContainer

public class ExecutionContainer
extends Object

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 getName()
           
 ExecutionContainer getParent()
           
 int hashCode()
           
 
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

Kieker 1.2

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