Interface ISimulatedModelEntityAccess<ModelEntity extends de.uka.ipd.sdq.identifier.Identifier,SimulatedModelEntityType>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface ISimulatedModelEntityAccess<ModelEntity extends de.uka.ipd.sdq.identifier.Identifier,SimulatedModelEntityType>
Through the ISimulatedModelEntityAccess interface it is possible to access
the current simulation entity responsible for a particular entity of the
model.
Furthermore, this interfaces allows for multiple contexts to share the same
lookup information.
-
Method Summary
Modifier and TypeMethodDescriptiongetSimulatedEntity
(String modelEntityIdentifier) Gets the simulation entity for the model entity identified by the provided id.default SimulatedModelEntityType
getSimulatedEntity
(ModelEntity modelEntity) Gets the simulation entity for the model entity.
-
Method Details
-
getSimulatedEntity
Gets the simulation entity for the model entity identified by the provided id. -
getSimulatedEntity
Gets the simulation entity for the model entity.
-