Kieker 1.4

Uses of Class
kieker.tools.traceAnalysis.systemModel.Operation

Packages that use Operation
kieker.tools.traceAnalysis.plugins.visualization.callTree   
kieker.tools.traceAnalysis.systemModel   
kieker.tools.traceAnalysis.systemModel.repository   
kieker.tools.traceAnalysis.systemModel.util   
 

Uses of Operation in kieker.tools.traceAnalysis.plugins.visualization.callTree
 

Methods in kieker.tools.traceAnalysis.plugins.visualization.callTree that return Operation
 Operation CallTreeOperationHashKey.getOperation()
           
 Operation CallTreeNode.getOperation()
           
 

Methods in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type Operation
 CallTreeNode CallTreeNode.createNewChild(AllocationComponent allocationComponent, Operation operation)
          Creates a new child and adds it to the nodes list of children
 CallTreeNode CallTreeNode.getChild(AllocationComponent allocationComponent, Operation operation)
          Returns the child node with given operation, name, and vmName.
 

Constructors in kieker.tools.traceAnalysis.plugins.visualization.callTree with parameters of type Operation
CallTreeOperationHashKey(AllocationComponent allocationComponent, Operation operation)
           
 

Uses of Operation in kieker.tools.traceAnalysis.systemModel
 

Methods in kieker.tools.traceAnalysis.systemModel that return Operation
 Operation ComponentType.addOperation(Operation op)
           
 Operation Execution.getOperation()
           
 

Methods in kieker.tools.traceAnalysis.systemModel that return types with arguments of type Operation
 Collection<Operation> ComponentType.getOperations()
           
 

Methods in kieker.tools.traceAnalysis.systemModel with parameters of type Operation
 Operation ComponentType.addOperation(Operation op)
           
 

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)
          Creates a new Execution instance.
Execution(Operation op, AllocationComponent allocationComponent, long traceId, String sessionId, int eoi, int ess, long tin, long tout)
          Creates a new Execution instance.
 

Uses of Operation in kieker.tools.traceAnalysis.systemModel.repository
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return Operation
 Operation OperationRepository.createAndRegisterOperation(String namedIdentifier, ComponentType componentType, Signature signature)
           
 Operation OperationRepository.getRootOperation()
           
 Operation OperationRepository.lookupOperationByNamedIdentifier(String namedIdentifier)
          Returns the instance for the passed namedIdentifier; null if no instance with this namedIdentifier.
 

Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type Operation
 Collection<Operation> OperationRepository.getOperations()
           
 

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)
 

Constructors in kieker.tools.traceAnalysis.systemModel.repository with parameters of type Operation
OperationRepository(SystemModelRepository systemFactory, Operation rootOperation)
           
 

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)
           
AssemblyComponentOperationPair(int id, Operation operation, AssemblyComponent assemblyComponent)
           
 


Kieker 1.4

Copyright 2011 the Kieker Project, http://kieker.sourceforge.net