Package de.sebinside.dcp.dsl.dSL
Interface Rule
-
- All Known Implementing Classes:
RuleImpl
public interface Rule extends EObject
A representation of the model object 'Rule'.The following features are supported:
- See Also:
DSLPackage.getRule()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditiongetCondition()Returns the value of the 'Condition' containment reference.DatagetData()Returns the value of the 'Data' containment reference.DestinationgetDestination()Returns the value of the 'Destination' containment reference.SourcegetFrom()Returns the value of the 'From' containment reference.StatementgetStatement()Returns the value of the 'Statement' containment reference.voidsetCondition(Condition value)Sets the value of the 'Condition' containment reference.voidsetData(Data value)Sets the value of the 'Data' containment reference.voidsetDestination(Destination value)Sets the value of the 'Destination' containment reference.voidsetFrom(Source value)Sets the value of the 'From' containment reference.voidsetStatement(Statement value)Sets the value of the 'Statement' 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
-
-
-
-
Method Detail
-
getData
Data getData()
Returns the value of the 'Data' containment reference.- Returns:
- the value of the 'Data' containment reference.
- See Also:
setData(Data),DSLPackage.getRule_Data()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setData
void setData(Data value)
Sets the value of the 'Data' containment reference.- Parameters:
value- the new value of the 'Data' containment reference.- See Also:
getData()- Generated class or method.
-
getStatement
Statement getStatement()
Returns the value of the 'Statement' containment reference.- Returns:
- the value of the 'Statement' containment reference.
- See Also:
setStatement(Statement),DSLPackage.getRule_Statement()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setStatement
void setStatement(Statement value)
Sets the value of the 'Statement' containment reference.- Parameters:
value- the new value of the 'Statement' containment reference.- See Also:
getStatement()- Generated class or method.
-
getDestination
Destination getDestination()
Returns the value of the 'Destination' containment reference.- Returns:
- the value of the 'Destination' containment reference.
- See Also:
setDestination(Destination),DSLPackage.getRule_Destination()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setDestination
void setDestination(Destination value)
Sets the value of the 'Destination' containment reference.- Parameters:
value- the new value of the 'Destination' containment reference.- See Also:
getDestination()- Generated class or method.
-
getFrom
Source getFrom()
Returns the value of the 'From' containment reference.- Returns:
- the value of the 'From' containment reference.
- See Also:
setFrom(Source),DSLPackage.getRule_From()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setFrom
void setFrom(Source value)
Sets the value of the 'From' containment reference.- Parameters:
value- the new value of the 'From' containment reference.- See Also:
getFrom()- Generated class or method.
-
getCondition
Condition getCondition()
Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
setCondition(Condition),DSLPackage.getRule_Condition()- Generated class or method.
- EMF model class or method.
- containment="true"
-
setCondition
void setCondition(Condition value)
Sets the value of the 'Condition' containment reference.- Parameters:
value- the new value of the 'Condition' containment reference.- See Also:
getCondition()- Generated class or method.
-
-