org.eclipse.xtext
Interface RuleCall

All Superinterfaces:
AbstractElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RuleCallImpl

public interface RuleCall
extends AbstractElement

A representation of the model object 'Rule Call'.

The following features are supported:

See Also:
XtextPackage.getRuleCall()
EMF generated code
EMF model element

Method Summary
 AbstractRule getRule()
          Returns the value of the 'Rule' reference
 void setRule(AbstractRule value)
          Sets the value of the 'Rule' reference
 
Methods inherited from interface org.eclipse.xtext.AbstractElement
getCardinality, isPredicated, setCardinality, setPredicated
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRule

AbstractRule getRule()
Returns the value of the 'Rule' reference.

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

Returns:
the value of the 'Rule' reference.
See Also:
setRule(AbstractRule), XtextPackage.getRuleCall_Rule()
EMF generated code
EMF model element

setRule

void setRule(AbstractRule value)
Sets the value of the 'Rule' reference.

Parameters:
value - the new value of the 'Rule' reference.
See Also:
getRule()
EMF generated code