Class ParametricsHelper
- java.lang.Object
 - 
- com.nomagic.magicdraw.simulation.parametrics.utils.ParametricsHelper
 
 
- 
@OpenApiAll public final class ParametricsHelper extends java.lang.ObjectThe helper class for Parametric execution.- Since:
 - CST 18.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ParametricsHelper() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanexecuteObject(java.lang.Object object)Execute the parametric execution of the specified fUML Object(Object_ or Reference). 
 - 
 
- 
- 
Method Detail
- 
executeObject
public static boolean executeObject(java.lang.Object object)
Execute the parametric execution of the specified fUML Object(Object_ or Reference).- Parameters:
 object- the specified fUML Object(Object_ or Reference) which will be execution in the parametric engine.- Returns:
 - true if the parametric execution is successful
 
 
 - 
 
 -