Package fr.inria.atlanmod.mogwai.gremlin
Interface GremlinScript
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
GremlinScriptImpl
public interface GremlinScript
extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Script'.
The following features are supported:
- See Also:
GremlinPackage.getGremlinScript()
-
Method Summary
Modifier and Type Method Description org.eclipse.emf.common.util.EList<Instruction>getInstructions()Returns the value of the 'Instructions' containment reference list.StringgetName()Returns the value of the 'Name' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.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, eSetDeliver
-
Method Details
-
getInstructions
org.eclipse.emf.common.util.EList<Instruction> getInstructions()Returns the value of the 'Instructions' containment reference list. The list contents are of typeInstruction.- Returns:
- the value of the 'Instructions' containment reference list.
- See Also:
GremlinPackage.getGremlinScript_Instructions()
-
getName
String getName()Returns the value of the 'Name' attribute.- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),GremlinPackage.getGremlinScript_Name()
-
setName
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()
-
toString
String toString()
-