See: Description
Interface | Description |
---|---|
ISystemModelElement |
Abstract supertype for all entities in the system model.
|
Class | Description |
---|---|
AbstractMessage |
An abstract base for messages which can later be used and combined in a
MessageTrace . |
AbstractSession<T extends AbstractTrace> |
Sessions group traces which belong to the same high-level user interaction.
|
AbstractTrace |
This is the abstract base for a trace (like a message trace e.g.).
|
AllocationComponent | |
AssemblyComponent | |
ComponentType |
This class represents the type of a component within the trace analysis tool.
|
Execution |
This class represents an execution within the trace analysis tool.
|
ExecutionContainer | |
ExecutionTrace |
This class is a container for a whole trace of executions (represented as instances of
Execution ). |
ExecutionTraceBasedSession |
Specialized sub-class for sessions which are derived from execution traces (see
ExecutionTrace ). |
InvalidExecutionTrace |
This object represents an somehow invalid trace of executions.
|
MessageTrace |
This class is a container for a whole trace of messages (represented as actual instances of
AbstractMessage ). |
MessageTraceBasedSession |
Specialized sub-class for sessions based on message traces (see
MessageTrace ). |
Operation |
This class represents an operation within the trace analysis tool.
|
RootAssemblyComponent |
This class represents a root assembly component.
|
RootExecutionContainer |
Specific subtype for the root execution container.
|
SynchronousCallMessage |
A specified class of messages which represent synchronous calls.
|
SynchronousReplyMessage |
A specified class of messages which represent synchronous replies.
|
TraceInformation |
This class stores trace meta-information, such as the trace ID.
|
Copyright 2020 Kieker Project, http://kieker-monitoring.net