Package fr.inria.atlanmod.mogwai.gremlin
Interface ClosureIt
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,Instruction,org.eclipse.emf.common.notify.Notifier,TraversalElement,VariableAccess
- All Known Implementing Classes:
ClosureItImpl
public interface ClosureIt extends VariableAccess
A representation of the model object 'Closure It'.
- See Also:
GremlinPackage.getClosureIt()
-
Method Summary
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, setPreviousElementMethods inherited from interface fr.inria.atlanmod.mogwai.gremlin.VariableAccess
getCast, setCast, setName
-
Method Details
-
toString
String toString()- Specified by:
toStringin interfaceVariableAccess- Overrides:
toStringin classObject
-
getName
String getName()- Specified by:
getNamein interfaceVariableAccess- Returns:
- the value of the 'Name' attribute.
- See Also:
VariableAccess.setName(String),GremlinPackage.getVariableAccess_Name()
-