Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.CustomStep
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of CustomStep in fr.inria.atlanmod.mogwai.gremlin
Methods in fr.inria.atlanmod.mogwai.gremlin that return CustomStep Modifier and Type Method Description CustomStepGremlinFactory. createCustomStep()Returns a new object of class 'Custom Step'. -
Uses of CustomStep in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement CustomStep Modifier and Type Class Description classCustomStepImplAn implementation of the model object 'Custom Step'.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return CustomStep Modifier and Type Method Description CustomStepGremlinFactoryImpl. createCustomStep() -
Uses of CustomStep in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type CustomStep Modifier and Type Method Description TGremlinSwitch. caseCustomStep(CustomStep object)Returns the result of interpreting the object as an instance of 'Custom Step'.