|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LetExp
A representation of the model object 'Let Exp'.
The following features are supported:
PivotPackage.getLetExp()| Method Summary | |
|---|---|
OCLExpression |
createIn(org.eclipse.emf.ecore.EClass eClass)
Creates a new OCLExpression and sets the 'In' containment reference. |
Variable |
createVariable()
Creates a new Variable and sets the 'Variable' containment reference. |
OCLExpression |
getIn()
Returns the value of the 'In' containment reference. |
Variable |
getVariable()
Returns the value of the 'Variable' containment reference. |
void |
setIn(OCLExpression value)
Sets the value of the ' In' containment reference. |
void |
setVariable(Variable value)
Sets the value of the ' Variable' containment reference. |
boolean |
validateTypeIsInType(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
The type of a Let expression is the type of the in expression. |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.TypedElement |
|---|
getType, setType |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.NamedElement |
|---|
createOwnedAnnotation, createOwnedRule, getName, getOwnedAnnotation, getOwnedRule, isStatic, setIsStatic, setName |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.Element |
|---|
allOwnedElements, createOwnedComment, getETarget, getOwnedComment, validateNotOwnSelf |
| Methods inherited from interface org.eclipse.ocl.examples.pivot.util.Visitable |
|---|
accept, eClass |
| 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 |
| Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainNamedElement |
|---|
getName |
| Methods inherited from interface org.eclipse.ocl.examples.domain.elements.DomainExpression |
|---|
getType |
| Method Detail |
|---|
OCLExpression getIn()
If the meaning of the 'In' containment reference isn't clear, there really should be more of a description here...
setIn(OCLExpression),
PivotPackage.getLetExp_In()void setIn(OCLExpression value)
In' containment reference.
value - the new value of the 'In' containment reference.getIn()OCLExpression createIn(org.eclipse.emf.ecore.EClass eClass)
OCLExpression and sets the 'In' containment reference.
eClass - The Ecore class of the OCLExpression to create.
OCLExpression.getIn()Variable getVariable()
If the meaning of the 'Variable' containment reference isn't clear, there really should be more of a description here...
setVariable(Variable),
PivotPackage.getLetExp_Variable()void setVariable(Variable value)
Variable' containment reference.
value - the new value of the 'Variable' containment reference.getVariable()Variable createVariable()
Variable and sets the 'Variable' containment reference.
Variable.getVariable()
boolean validateTypeIsInType(org.eclipse.emf.common.util.DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||