public class AssemblyComponentOperationPairFactory extends AbstractSystemSubRepository
Modifier and Type | Field and Description |
---|---|
static AssemblyComponentOperationPair |
ROOT_PAIR |
ROOT_ELEMENT_ID
Constructor and Description |
---|
AssemblyComponentOperationPairFactory(SystemModelRepository systemFactory)
Creates a new instance of this class using the given parameters.
|
Modifier and Type | Method and Description |
---|---|
AssemblyComponentOperationPair |
getPairById(int id) |
AssemblyComponentOperationPair |
getPairInstanceByPair(AssemblyComponent assemblyComponent,
Operation operation)
Returns a corresponding pair instance (existing or newly created).
|
java.util.Collection<AssemblyComponentOperationPair> |
getPairs() |
AssemblyComponentOperationPair |
getRootPair() |
getAndIncrementNextId, getSystemFactory
public static final AssemblyComponentOperationPair ROOT_PAIR
public AssemblyComponentOperationPairFactory(SystemModelRepository systemFactory)
systemFactory
- The system factory.public final AssemblyComponentOperationPair getPairInstanceByPair(AssemblyComponent assemblyComponent, Operation operation)
assemblyComponent
- The assemble component for the pair.operation
- The operation for the pair.public final AssemblyComponentOperationPair getPairById(int id)
id
- The ID of the instance in question.public final java.util.Collection<AssemblyComponentOperationPair> getPairs()
public AssemblyComponentOperationPair getRootPair()
Copyright 2017 Kieker Project, http://kieker-monitoring.net