Interface CustomStep

All Superinterfaces:
org.eclipse.emf.ecore.EObject, Instruction, org.eclipse.emf.common.notify.Notifier, Step, TraversalElement
All Known Implementing Classes:
CustomStepImpl

public interface CustomStep
extends Step
A representation of the model object 'Custom Step'.

The following features are supported:

See Also:
GremlinPackage.getCustomStep()
  • Method Summary

    Modifier and Type Method Description
    String getName()
    Returns the value of the 'Name' attribute.
    org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getParams()
    Returns the value of the 'Params' containment reference list.
    void setName​(String value)
    Sets the value of the 'Name' attribute.
    String toString()

    Methods inherited from interface org.eclipse.emf.ecore.EObject

    eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset

    Methods inherited from interface org.eclipse.emf.common.notify.Notifier

    eAdapters, eDeliver, eNotify, eSetDeliver

    Methods inherited from interface fr.inria.atlanmod.mogwai.gremlin.TraversalElement

    getNextElement, getPreviousElement, setNextElement, setPreviousElement
  • Method Details

    • getName

      String getName()
      Returns the value of the 'Name' attribute.
      Returns:
      the value of the 'Name' attribute.
      See Also:
      setName(String), GremlinPackage.getCustomStep_Name()
    • setName

      void setName​(String value)
      Sets the value of the 'Name' attribute.
      Parameters:
      value - the new value of the 'Name' attribute.
      See Also:
      getName()
    • getParams

      org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getParams()
      Returns the value of the 'Params' containment reference list. The list contents are of type EObject.
      Returns:
      the value of the 'Params' containment reference list.
      See Also:
      GremlinPackage.getCustomStep_Params()
    • toString

      String toString()
      Overrides:
      toString in class Object