Class ExecutionContainer
java.lang.Object
kieker.tools.trace.analysis.systemModel.ExecutionContainer
- All Implemented Interfaces:
ISystemModelElement
- Direct Known Subclasses:
RootExecutionContainer
Deprecated.
1.15 moved to kieker-model
- Since:
- 1.1
- Author:
- Andre van Hoorn
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionContainer(int id, ExecutionContainer parent, String name) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddChildContainer(ExecutionContainer container) Deprecated.This method adds a given container to the list of child containers.booleanDeprecated.final Collection<ExecutionContainer>Deprecated.Delivers a collection containing the added child containers.final intgetId()Deprecated.Delivers the ID of the container.Deprecated.Delivers the identifier (name) of this object.final StringgetName()Deprecated.Delivers the name of the container.final ExecutionContainerDeprecated.Delivers the parent of the container.inthashCode()Deprecated.booleanDeprecated.Returns whether this container is a root container.
-
Constructor Details
-
ExecutionContainer
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
id- The ID of this container.parent- The parent of this container.name- The name of this container.
-
-
Method Details
-
getId
public final int getId()Deprecated.Delivers the ID of the container.- Returns:
- The ID.
-
getName
Deprecated.Delivers the name of the container.- Returns:
- The name.
-
getParent
Deprecated.Delivers the parent of the container.- Returns:
- The parent.
-
getChildContainers
Deprecated.Delivers a collection containing the added child containers.- Returns:
- The child containers.
-
addChildContainer
Deprecated.This method adds a given container to the list of child containers.- Parameters:
container- The new child container.
-
hashCode
public int hashCode()Deprecated. -
equals
Deprecated. -
isRootContainer
public boolean isRootContainer()Deprecated.Returns whether this container is a root container.- Returns:
- See above
-
getIdentifier
Deprecated.Delivers the identifier (name) of this object.- Specified by:
getIdentifierin interfaceISystemModelElement- Returns:
- The identifier.
-