Interface Conditional
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ConditionalImpl
public interface Conditional extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Conditional'.The following features are supported:
- See Also:
RtPackage.getConditional()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExpressiongetPredicate()Returns the value of the 'Predicate' containment reference.TemplategetTemplate()Returns the value of the 'Template' containment reference.voidsetPredicate(Expression value)Sets the value of the 'Predicate' containment reference.voidsetTemplate(Template value)Sets the value of the 'Template' containment reference.
-
-
-
Method Detail
-
getPredicate
Expression getPredicate()
Returns the value of the 'Predicate' containment reference.- Returns:
- the value of the 'Predicate' containment reference.
- See Also:
setPredicate(Expression),RtPackage.getConditional_Predicate()
-
setPredicate
void setPredicate(Expression value)
Sets the value of the 'Predicate' containment reference.- Parameters:
value- the new value of the 'Predicate' containment reference.- See Also:
getPredicate()
-
getTemplate
Template getTemplate()
Returns the value of the 'Template' containment reference.- Returns:
- the value of the 'Template' containment reference.
- See Also:
setTemplate(Template),RtPackage.getConditional_Template()
-
setTemplate
void setTemplate(Template value)
Sets the value of the 'Template' containment reference.- Parameters:
value- the new value of the 'Template' containment reference.- See Also:
getTemplate()
-
-