Interface SimulationOptionsProvider
-
@OpenApiAll public interface SimulationOptionsProviderThe interface of the simulation options provider that provide a signature for loading the simulation options.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidloadOptions(Element element, SimulationOptions options)load options.
-
-
-
Method Detail
-
loadOptions
void loadOptions(Element element, SimulationOptions options)
load options.- Parameters:
element- elementoptions- options
-
-