Package fr.inria.atlanmod.mogwai.gremlin
Interface UnionCall
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,MethodCall,org.eclipse.emf.common.notify.Notifier,TraversalElement
- All Known Implementing Classes:
UnionCallImpl
public interface UnionCall extends MethodCall
A representation of the model object 'Union Call'.
The following features are supported:
- See Also:
GremlinPackage.getUnionCall()
-
Method Summary
Modifier and Type Method Description TypeDeclarationgetCast()Returns the value of the 'Cast' containment reference.InstructiongetLeftCollection()Returns the value of the 'Left Collection' containment reference.InstructiongetRightCollection()Returns the value of the 'Right Collection' containment reference.voidsetCast(TypeDeclaration value)Sets the value of the 'Cast' containment reference.voidsetLeftCollection(Instruction value)Sets the value of the 'Left Collection' containment reference.voidsetRightCollection(Instruction value)Sets the value of the 'Right Collection' containment reference.StringtoString()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, eSetDeliverMethods inherited from interface fr.inria.atlanmod.mogwai.gremlin.TraversalElement
getNextElement, getPreviousElement, setNextElement, setPreviousElement
-
Method Details
-
getLeftCollection
Instruction getLeftCollection()Returns the value of the 'Left Collection' containment reference.- Returns:
- the value of the 'Left Collection' containment reference.
- See Also:
setLeftCollection(Instruction),GremlinPackage.getUnionCall_LeftCollection()
-
setLeftCollection
Sets the value of the 'Left Collection' containment reference.- Parameters:
value- the new value of the 'Left Collection' containment reference.- See Also:
getLeftCollection()
-
getRightCollection
Instruction getRightCollection()Returns the value of the 'Right Collection' containment reference.- Returns:
- the value of the 'Right Collection' containment reference.
- See Also:
setRightCollection(Instruction),GremlinPackage.getUnionCall_RightCollection()
-
setRightCollection
Sets the value of the 'Right Collection' containment reference.- Parameters:
value- the new value of the 'Right Collection' containment reference.- See Also:
getRightCollection()
-
getCast
TypeDeclaration getCast()Returns the value of the 'Cast' containment reference.- Returns:
- the value of the 'Cast' containment reference.
- See Also:
setCast(TypeDeclaration),GremlinPackage.getUnionCall_Cast()
-
setCast
Sets the value of the 'Cast' containment reference.- Parameters:
value- the new value of the 'Cast' containment reference.- See Also:
getCast()
-
toString
String toString()
-