|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
---|---|
kieker.tools.traceAnalysis.systemModel | |
kieker.tools.traceAnalysis.systemModel.repository | |
kieker.tools.traceAnalysis.systemModel.util |
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 | |
---|---|
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,
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(String namedIdentifier,
ComponentType componentType,
Signature signature)
|
Operation |
OperationRepository.lookupOperationByNamedIdentifier(String namedIdentifier)
|
Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type Operation | |
---|---|
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 |
AssemblyComponentOperationPair.getOperation()
|
Operation |
AllocationComponentOperationPair.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.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |