Class ParametricsHelper


  • @OpenApiAll
    public final class ParametricsHelper
    extends java.lang.Object
    The helper class for calling Parametric execution from scripts
    Since:
    CST 18.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean executeObject​(java.lang.Object object)
      Execute the parametric execution of the specified fUML Object(Object_ or Reference).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParametricsHelper

        public ParametricsHelper()
    • 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