Kieker 1.6

kieker.tools.traceAnalysis.systemModel.repository
Class AssemblyComponentOperationPairFactory

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

public class AssemblyComponentOperationPairFactory
extends AbstractSystemSubRepository

Author:
Andre van Hoorn

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

Field Detail

ROOT_PAIR

public static final AssemblyComponentOperationPair ROOT_PAIR
Constructor Detail

AssemblyComponentOperationPairFactory

public AssemblyComponentOperationPairFactory(SystemModelRepository systemFactory)
Method Detail

getPairInstanceByPair

public final AssemblyComponentOperationPair getPairInstanceByPair(AssemblyComponent assemblyComponent,
                                                                  Operation operation)
Returns a corresponding pair instance (existing or newly created)


getPairById

public final AssemblyComponentOperationPair getPairById(int id)
Returns the instance for the passed ID; null if no instance with this ID.


getPairs

public final Collection<AssemblyComponentOperationPair> getPairs()

getRootPair

public AssemblyComponentOperationPair getRootPair()

Kieker 1.6

Copyright 2012 Kieker Project, http://kieker-monitoring.net