Class RootExecutionContainer
java.lang.Object
kieker.tools.trace.analysis.systemModel.ExecutionContainer
kieker.tools.trace.analysis.systemModel.RootExecutionContainer
- All Implemented Interfaces:
ISystemModelElement
@Deprecated public class RootExecutionContainer extends ExecutionContainer
Deprecated.
1.15 moved to kieker-model
Specific subtype for the root execution container.
- Since:
- 1.6
- Author:
- Holger Knoche
-
Constructor Summary
Constructors Constructor Description RootExecutionContainer()
Deprecated.Creates a new root execution container. -
Method Summary
Modifier and Type Method Description boolean
isRootContainer()
Deprecated.Returns whether this container is a root container.Methods inherited from class kieker.tools.trace.analysis.systemModel.ExecutionContainer
addChildContainer, equals, getChildContainers, getId, getIdentifier, getName, getParent, hashCode
-
Constructor Details
-
RootExecutionContainer
public RootExecutionContainer()Deprecated.Creates a new root execution container.
-
-
Method Details
-
isRootContainer
public boolean isRootContainer()Deprecated.Description copied from class:ExecutionContainer
Returns whether this container is a root container.- Overrides:
isRootContainer
in classExecutionContainer
- Returns:
- See above
-