kieker.tools.traceAnalysis.systemModel.repository
Class OperationRepository
java.lang.Object
kieker.tools.traceAnalysis.systemModel.repository.AbstractSystemSubRepository
kieker.tools.traceAnalysis.systemModel.repository.OperationRepository
public class OperationRepository
- extends AbstractSystemSubRepository
- Author:
- Andre van Hoorn
rootOperation
public final Operation rootOperation
OperationRepository
public OperationRepository(SystemModelRepository systemFactory,
Operation rootOperation)
lookupOperationByNamedIdentifier
public final Operation lookupOperationByNamedIdentifier(String namedIdentifier)
- Returns the instance for the passed namedIdentifier; null if no instance
with this namedIdentifier.
createAndRegisterOperation
public final Operation createAndRegisterOperation(String namedIdentifier,
ComponentType componentType,
Signature signature)
getOperations
public final Collection<Operation> getOperations()
Copyright 2011 the Kieker Project, http://kieker.sourceforge.net>