Interface OptFeature

    • Method Detail

      • comp

        java.lang.String comp()
        Returns component name.
        Returns:
        Component name.
      • comp

        void comp​(java.lang.String compName)
        Sets component name. Available for bound and scale features. Specifies on which field or state component to apply the bound or scale.
        Parameters:
        compName - Comp name.
      • constr

        java.lang.String constr()
        Returns pointwise constraint.
        Returns:
        Pointwise constraint.
      • constr

        void constr​(java.lang.String constrExpr)
        Sets pointwise constraint.
        Parameters:
        constrExpr - Pointwise constraint expression.
      • field

        @Deprecated
        java.lang.String field()
        Deprecated.
        Use comp() instead.
      • field

        @Deprecated
        void field​(java.lang.String arg0)
        Deprecated.
        Use comp(String) instead.
      • lbound

        java.lang.String lbound()
        Returns lower bound.
        Returns:
        Lower bound.
      • lbound

        void lbound​(java.lang.String boundExpr)
        Sets lower bound. Available for gconstr and bound features.
        Parameters:
        boundExpr - Bound expression.
      • scale

        java.lang.String scale()
        Returns scale.
        Returns:
        Scale.
      • scale

        void scale​(java.lang.String scaleExpr)
        Sets scale. Available for scale features.
        Parameters:
        scaleExpr - Scale expression.
      • ubound

        java.lang.String ubound()
        Returns upper bound.
        Returns:
        Upper bound.
      • ubound

        void ubound​(java.lang.String boundExpr)
        Sets upper bound. Available for gconstr and bound features.
        Parameters:
        boundExpr - Bound expression.