Interface OCLRule

All Superinterfaces:
EObject, Notifier
All Known Subinterfaces:
HelperOCLDefinition, InstanceSelectionRule, SelectionRule, StaticSelectionRule, ValueRule
All Known Implementing Classes:
HelperOCLDefinitionImpl, InstanceSelectionRuleImpl, OCLRuleImpl, SelectionRuleImpl, StaticSelectionRuleImpl, ValueRuleImpl

public interface OCLRule extends EObject
A representation of the model object 'OCL Rule'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • 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:
      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:
      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:
      Generated class or method.
      EMF model class or method.
      containment="true" ordered="false"