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(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, SimulationOptions options)load options.
-
-
-
Method Detail
-
loadOptions
void loadOptions(com.nomagic.uml2.ext.magicdraw.classes.mdkernel.Element element, SimulationOptions options)load options.- Parameters:
element- elementoptions- options
-
-