|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AllocationComponentOperationPair in kieker.tools.traceAnalysis.filter.visualization.callTree |
---|
Methods in kieker.tools.traceAnalysis.filter.visualization.callTree that return types with arguments of type AllocationComponentOperationPair | |
---|---|
AbstractCallTreeNode<AllocationComponentOperationPair> |
TraceCallTreeNode.newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
Methods in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPair | |
---|---|
AbstractCallTreeNode<AllocationComponentOperationPair> |
TraceCallTreeNode.newCall(AllocationComponentOperationPair destination,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
|
Constructors in kieker.tools.traceAnalysis.filter.visualization.callTree with parameters of type AllocationComponentOperationPair | |
---|---|
TraceCallTreeNode(int id,
AllocationComponentOperationPair entity,
boolean rootNode,
MessageTrace origin,
IOriginRetentionPolicy originPolicy)
Creates a new instance of this class using the given parameters. |
Uses of AllocationComponentOperationPair in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph |
---|
Constructors in kieker.tools.traceAnalysis.filter.visualization.dependencyGraph with parameters of type AllocationComponentOperationPair | |
---|---|
OperationAllocationDependencyGraph(AllocationComponentOperationPair rootEntity)
Creates a new graph with the given root entity. |
Uses of AllocationComponentOperationPair in kieker.tools.traceAnalysis.systemModel.repository |
---|
Fields in kieker.tools.traceAnalysis.systemModel.repository declared as AllocationComponentOperationPair | |
---|---|
static AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.ROOT_PAIR
|
Methods in kieker.tools.traceAnalysis.systemModel.repository that return AllocationComponentOperationPair | |
---|---|
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairById(int id)
Returns the instance for the passed ID; null if no instance with this ID is available. |
AllocationComponentOperationPair |
AllocationComponentOperationPairFactory.getPairInstanceByPair(AllocationComponent allocationComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created). |
Methods in kieker.tools.traceAnalysis.systemModel.repository that return types with arguments of type AllocationComponentOperationPair | |
---|---|
Collection<AllocationComponentOperationPair> |
AllocationComponentOperationPairFactory.getPairs()
Delivers all available allocation-component-operation pairs. |
|
Kieker 1.9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |