kieker.tools.traceAnalysis.systemModel.repository
Class AllocationComponentOperationPairFactory
java.lang.Object
kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory
public class AllocationComponentOperationPairFactory
- extends AbstractSystemSubRepository
- Author:
- Andre van Hoorn
rootPair
public final AllocationComponentOperationPair rootPair
AllocationComponentOperationPairFactory
public AllocationComponentOperationPairFactory(SystemModelRepository systemFactory)
getPairInstanceByPair
public final AllocationComponentOperationPair getPairInstanceByPair(AllocationComponent allocationComponent,
Operation operation)
- Returns a corresponding pair instance (existing or newly created)
getPairById
public final AllocationComponentOperationPair getPairById(int id)
- Returns the instance for the passed ID; null if no instance
with this ID.
getPairs
public final Collection<AllocationComponentOperationPair> getPairs()
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>