Interface Join
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
JoinImpl
public interface Join
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Join'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionde.uni_hildesheim.sse.vil.expressions.expressionDsl.ExpressionReturns the value of the 'Condition' containment reference.getVar1()Returns the value of the 'Var1' containment reference.getVar2()Returns the value of the 'Var2' containment reference.voidsetCondition(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Condition' containment reference.voidsetVar1(JoinVariable value) Sets the value of the 'Var1' containment reference.voidsetVar2(JoinVariable value) Sets the value of the 'Var2' 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, eUnsetMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getVar1
JoinVariable getVar1()Returns the value of the 'Var1' containment reference.- Returns:
- the value of the 'Var1' containment reference.
- See Also:
-
setVar1
Sets the value of the 'Var1' containment reference.- Parameters:
value- the new value of the 'Var1' containment reference.- See Also:
-
getVar2
JoinVariable getVar2()Returns the value of the 'Var2' containment reference.- Returns:
- the value of the 'Var2' containment reference.
- See Also:
-
setVar2
Sets the value of the 'Var2' containment reference.- Parameters:
value- the new value of the 'Var2' containment reference.- See Also:
-
getCondition
de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression getCondition()Returns the value of the 'Condition' containment reference.- Returns:
- the value of the 'Condition' containment reference.
- See Also:
-
setCondition
void setCondition(de.uni_hildesheim.sse.vil.expressions.expressionDsl.Expression value) Sets the value of the 'Condition' containment reference.- Parameters:
value- the new value of the 'Condition' containment reference.- See Also:
-