Interface Match

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, InvokeInstruction, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MatchImpl

public interface Match extends InvokeInstruction
A representation of the model object 'Match'.
See Also:
  • Method Details

    • getRulename

      String getRulename()
      Returns the value of the 'Rulename' attribute.

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

      Returns:
      the value of the 'Rulename' attribute.
      See Also:
    • setRulename

      void setRulename(String value)
      Sets the value of the 'Rulename' attribute.
      Parameters:
      value - the new value of the 'Rulename' attribute.
      See Also: