Interface OCLRule

    • Method Detail

      • getMainOclQuery

        String getMainOclQuery()
        Returns the value of the 'Main Ocl Query' attribute.

        If the meaning of the 'Main Ocl Query' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Main Ocl Query' attribute.
        See Also:
        setMainOclQuery(String), gdofPackage.getOCLRule_MainOclQuery()
        Generated class or method.
        EMF model class or method.
        dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
      • setMainOclQuery

        void setMainOclQuery​(String value)
        Sets the value of the 'Main Ocl Query' attribute.
        Parameters:
        value - the new value of the 'Main Ocl Query' attribute.
        See Also:
        getMainOclQuery()
        Generated class or method.
      • getHelperDefinition

        EList<HelperOCLDefinition> getHelperDefinition()
        Returns the value of the 'Helper Definition' containment reference list. The list contents are of type HelperOCLDefinition.

        If the meaning of the 'Helper Definition' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Helper Definition' containment reference list.
        See Also:
        gdofPackage.getOCLRule_HelperDefinition()
        Generated class or method.
        EMF model class or method.
        containment="true" ordered="false"