public interface ConditionalExpression
extends org.eclipse.emf.ecore.EObject
The following features are supported:
VSLPackage.getConditionalExpression()
Modifier and Type | Method and Description |
---|---|
org.eclipse.uml2.uml.Element |
getContextElement() |
org.eclipse.emf.common.util.EList<AdditiveExpression> |
getExp()
Returns the value of the 'Exp' containment reference list.
|
org.eclipse.uml2.uml.Type |
getExpectedType() |
org.eclipse.emf.ecore.EObject |
getFilteredParentRule(org.eclipse.emf.ecore.EClass filter) |
org.eclipse.emf.common.util.EList<String> |
getOp()
Returns the value of the 'Op' attribute list.
|
org.eclipse.emf.common.util.EList<AdditiveExpression> getExp()
AdditiveExpression
.
If the meaning of the 'Exp' containment reference list isn't clear, there really should be more of a description here...
VSLPackage.getConditionalExpression_Exp()
org.eclipse.emf.common.util.EList<String> getOp()
String
.
If the meaning of the 'Op' attribute list isn't clear, there really should be more of a description here...
VSLPackage.getConditionalExpression_Op()
org.eclipse.emf.ecore.EObject getFilteredParentRule(org.eclipse.emf.ecore.EClass filter)
org.eclipse.uml2.uml.Type getExpectedType()
org.eclipse.uml2.uml.Element getContextElement()
Copyright © 2016 Eclipse foundation. All rights reserved.