Interface SimulationElementMapping<S,M>
-
- Type Parameters:
S- simulation element type (actual implementation)M- model element type (part of the instrumentation description)
public interface SimulationElementMapping<S,M>Functional interface that maps a simulation element (actual implementation of the element) to an element of an instrumentation description
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Mget(S simulationElement)
-