org.eclipse.gmt.umlx.eqvtrelation
Interface RelationCallExp

All Superinterfaces:
org.eclipse.ocl.utilities.ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.TypedElement<org.eclipse.emf.ecore.EClassifier>, org.eclipse.ocl.utilities.Visitable

public interface RelationCallExp
extends org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>

A representation of the model object 'Relation Call Exp'.

The following features are supported:

See Also:
EqvtRelationPackage.getRelationCallExp()

Method Summary
 org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>> getArgument()
          Returns the value of the 'Argument' containment reference list.
 Relation getReferredRelation()
          Returns the value of the 'Referred Relation' reference.
 void setReferredRelation(Relation value)
          Sets the value of the 'Referred Relation' reference.
 
Methods inherited from interface org.eclipse.ocl.utilities.TypedElement
getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.ocl.utilities.Visitable
accept
 
Methods inherited from interface org.eclipse.ocl.utilities.ASTNode
getEndPosition, getStartPosition, setEndPosition, setStartPosition
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getArgument

org.eclipse.emf.common.util.EList<org.eclipse.ocl.expressions.OCLExpression<org.eclipse.emf.ecore.EClassifier>> getArgument()
Returns the value of the 'Argument' containment reference list. The list contents are of type org.eclipse.ocl.expressions.OCLExpression.

If the meaning of the 'Argument' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Argument' containment reference list.
See Also:
EqvtRelationPackage.getRelationCallExp_Argument()

getReferredRelation

Relation getReferredRelation()
Returns the value of the 'Referred Relation' reference.

If the meaning of the 'Referred Relation' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referred Relation' reference.
See Also:
setReferredRelation(Relation), EqvtRelationPackage.getRelationCallExp_ReferredRelation()

setReferredRelation

void setReferredRelation(Relation value)
Sets the value of the 'Referred Relation' reference.

Parameters:
value - the new value of the 'Referred Relation' reference.
See Also:
getReferredRelation()