|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CGCallExp
A representation of the model object 'CG Call Exp'.
The following features are supported:
CGModelPackage.getCGCallExp()| Method Summary | |
|---|---|
CGValuedElement |
getSource()
Returns the value of the 'Source' containment reference. |
boolean |
isInvalidating()
Returns the value of the 'Invalidating' attribute. |
boolean |
isValidating()
Returns the value of the 'Validating' attribute. |
void |
setInvalidating(boolean value)
Sets the value of the ' Invalidating' attribute. |
void |
setSource(CGValuedElement value)
Sets the value of the ' Source' containment reference. |
void |
setValidating(boolean value)
Sets the value of the ' Validating' attribute. |
| Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGValuedElement |
|---|
getDependsOn, getInvalidValue, getNamedValue, getOwns, getReferredValue, getSourceValue, getThisValue, getTypedValue, getValueName, isAssertedNonNull, isBoxed, isCaught, isCommonable, isConstant, isEquivalentTo, isEquivalentToInternal, isFalse, isGlobal, isInlined, isInvalid, isNonInvalid, isNonNull, isNull, isSettable, isTrue, isUnboxed, isUncommonable, setCaught, setValueName |
| Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGTypedElement |
|---|
getASTypeId, getTypeId, isRequired, setRequired, setTypeId |
| Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGNamedElement |
|---|
getAst, getName, setAst, setName |
| Methods inherited from interface org.eclipse.ocl.examples.codegen.cgmodel.CGElement |
|---|
accept, getChildren, getParent, getPlace, isContext, rewriteAs |
| 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 |
|---|
boolean isInvalidating()
"false".
If the meaning of the 'Invalidating' attribute isn't clear, there really should be more of a description here...
Whether this call expression may return an invalid result for non-invalid inputs.
setInvalidating(boolean),
CGModelPackage.getCGCallExp_Invalidating()void setInvalidating(boolean value)
Invalidating' attribute.
value - the new value of the 'Invalidating' attribute.isInvalidating()boolean isValidating()
"false".
If the meaning of the 'Validating' attribute isn't clear, there really should be more of a description here...
Whether this call expression may return a non-invalid result for invalid inputs.
setValidating(boolean),
CGModelPackage.getCGCallExp_Validating()void setValidating(boolean value)
Validating' attribute.
value - the new value of the 'Validating' attribute.isValidating()CGValuedElement getSource()
If the meaning of the 'Source' containment reference isn't clear, there really should be more of a description here...
The source expression for the call.
setSource(CGValuedElement),
CGModelPackage.getCGCallExp_Source()void setSource(CGValuedElement value)
Source' containment reference.
value - the new value of the 'Source' containment reference.getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||