Interface SimulationOptionsProvider
@OpenApiAll
public interface SimulationOptionsProvider
The interface of the simulation options provider that provide a signature for loading the simulation options.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
loadOptions
(Element element, SimulationOptions options) load options.
-
Method Details
-
loadOptions
load options.- Parameters:
element
- elementoptions
- options
-