|
Kieker 1.11 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Operation in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type Operation | |
---|---|
protected static java.lang.String |
AbstractDependencyGraphFormatter.createOperationNodeId(Operation operation)
Utility function to create a textual node ID for an operation. |
protected java.lang.String |
AbstractOperationDependencyGraphFormatter.createOperationNodeLabel(Operation operation,
DependencyGraphNode<?> node)
|
Uses of Operation in kieker.tools.traceAnalysis.systemModel |
---|
Methods in kieker.tools.traceAnalysis.systemModel that return Operation | |
---|---|
Operation |
ComponentType.addOperation(Operation op)
This method adds a given operation to the list of available operations. |
Operation |
Execution.getOperation()
|
Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type Operation | |
---|---|
java.util.Collection<Operation> |
ComponentType.getOperations()
Delivers a collection containing the available operations within this component type. |
Methods in kieker.tools.traceAnalysis.systemModel with parameters of type Operation | |
---|---|
Operation |
ComponentType.addOperation(Operation op)
This method adds a given operation to the list of available operations. |
Constructors in kieker.tools.traceAnalysis.systemModel with parameters of type Operation | |
---|---|
Execution(Operation op,
AllocationComponent allocationComponent,
long traceId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed)
Creates a new Execution instance. |
|
Execution(Operation op,
AllocationComponent allocationComponent,
long traceId,
java.lang.String sessionId,
int eoi,
int ess,
long tin,
long tout,
boolean assumed)
Creates a new Execution instance. |
Uses of Operation in kieker.tools.traceAnalysis.systemModel.repository |
---|
Fields in kieker.tools.traceAnalysis.systemModel.repository declared as Operation | |
---|---|
static Operation |
OperationRepository.ROOT_OPERATION
|
Methods in kieker.tools.traceAnalysis.systemModel.repository that return Operation | |
---|---|
Operation |
OperationRepository.createAndRegisterOperation(java.lang.String namedIdentifier,
ComponentType componentType,
Signature signature)
|
Operation |
OperationRepository.lookupOperationByNamedIdentifier(java.lang.String namedIdentifier)
|
Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type Operation | |
---|---|
java.util.Collection<Operation> |
OperationRepository.getOperations()
Delivers a collection containing all available operations. |
Methods in kieker.tools.traceAnalysis.systemModel.repository with parameters of type Operation | |
---|---|
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created). |
AssemblyComponentOperationPair |
AssemblyComponentOperationPairFactory.getPairInstanceByPair(AssemblyComponent assemblyComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created). |
Uses of Operation in kieker.tools.traceAnalysis.systemModel.util |
---|
Methods in kieker.tools.traceAnalysis.systemModel.util that return Operation | |
---|---|
Operation |
AllocationComponentOperationPair.getOperation()
|
Operation |
AssemblyComponentOperationPair.getOperation()
|
Constructors in kieker.tools.traceAnalysis.systemModel.util with parameters of type Operation | |
---|---|
AllocationComponentOperationPair(int id,
Operation operation,
AllocationComponent allocationComponent)
Creates a new instance of this class using the given parameters. |
|
AssemblyComponentOperationPair(int id,
Operation operation,
AssemblyComponent assemblyComponent)
Creates a new instance of this class using the given parameters. |
|
Kieker 1.11 | |||||||||
PREV NEXT | FRAMES NO FRAMES |