Interface RuleDeclaration

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

public interface RuleDeclaration extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Rule Declaration'.

The following features are supported:

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations
    Returns the value of the 'Annotations' containment reference.
    Returns the value of the 'Block' containment reference.
    Returns the value of the 'Conditions' containment reference.
    Returns the value of the 'Modifier' containment reference.
    Returns the value of the 'Name' attribute.
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList
    Returns the value of the 'Param List' containment reference.
    de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type
    Returns the value of the 'Type' containment reference.
    void
    setAnnotations(de.uni_hildesheim.sse.vil.expressions.expressionDsl.AnnotationDeclarations value)
    Sets the value of the 'Annotations' containment reference.
    void
    Sets the value of the 'Block' containment reference.
    void
    Sets the value of the 'Conditions' containment reference.
    void
    Sets the value of the 'Modifier' containment reference.
    void
    setName(String value)
    Sets the value of the 'Name' attribute.
    void
    setParamList(de.uni_hildesheim.sse.vil.expressions.expressionDsl.ParameterList value)
    Sets the value of the 'Param List' containment reference.
    void
    setType(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Type value)
    Sets the value of the 'Type' containment reference.

    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