Kieker 1.3

kieker.tools.traceAnalysis.systemModel.repository
Class AllocationComponentOperationPairFactory

java.lang.Object
  extended by kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
      extended by kieker.tools.traceAnalysis.systemModel.repository.AllocationComponentOperationPairFactory

public class AllocationComponentOperationPairFactory
extends AbstractSystemSubRepository

Author:
Andre van Hoorn

Field Summary
 AllocationComponentOperationPair rootPair
           
 
Fields inherited from class kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
ROOT_ELEMENT_ID
 
Constructor Summary
AllocationComponentOperationPairFactory(SystemModelRepository systemFactory)
           
 
Method Summary
 AllocationComponentOperationPair getPairById(int id)
          Returns the instance for the passed ID; null if no instance with this ID.
 AllocationComponentOperationPair getPairInstanceByPair(AllocationComponent allocationComponent, Operation operation)
          Returns a corresponding pair instance (existing or newly created)
 Collection<AllocationComponentOperationPair> getPairs()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootPair

public final AllocationComponentOperationPair rootPair
Constructor Detail

AllocationComponentOperationPairFactory

public AllocationComponentOperationPairFactory(SystemModelRepository systemFactory)
Method Detail

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()

Kieker 1.3

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