Package fr.inria.atlanmod.mogwai.gremlin
Interface ExceptStep
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,org.eclipse.emf.common.notify.Notifier,Step,TraversalElement
- All Known Implementing Classes:
ExceptStepImpl
public interface ExceptStep extends Step
A representation of the model object 'Except Step'.
The following features are supported:
- See Also:
GremlinPackage.getExceptStep()
-
Method Summary
Modifier and Type Method Description CollectionDefinitiongetCollection()Returns the value of the 'Collection' containment reference.voidsetCollection(CollectionDefinition value)Sets the value of the '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
-
getCollection
CollectionDefinition getCollection()Returns the value of the 'Collection' containment reference.- Returns:
- the value of the 'Collection' containment reference.
- See Also:
setCollection(CollectionDefinition),GremlinPackage.getExceptStep_Collection()
-
setCollection
Sets the value of the 'Collection' containment reference.- Parameters:
value- the new value of the 'Collection' containment reference.- See Also:
getCollection()
-
toString
String toString()
-