Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.NotExpression
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of NotExpression in fr.inria.atlanmod.mogwai.gremlin
Methods in fr.inria.atlanmod.mogwai.gremlin that return NotExpression Modifier and Type Method Description NotExpressionGremlinFactory. createNotExpression()Returns a new object of class 'Not Expression'. -
Uses of NotExpression in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement NotExpression Modifier and Type Class Description classNotExpressionImplAn implementation of the model object 'Not Expression'.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return NotExpression Modifier and Type Method Description NotExpressionGremlinFactoryImpl. createNotExpression() -
Uses of NotExpression in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type NotExpression Modifier and Type Method Description TGremlinSwitch. caseNotExpression(NotExpression object)Returns the result of interpreting the object as an instance of 'Not Expression'.