Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.MethodCall
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of MethodCall in fr.inria.atlanmod.mogwai.gremlin
Subinterfaces of MethodCall in fr.inria.atlanmod.mogwai.gremlin Modifier and Type Interface Description interfaceAddAllCallA representation of the model object 'Add All Call'.interfaceContainsAllCallA representation of the model object 'Contains All Call'.interfaceContainsCallA representation of the model object 'Contains Call'.interfaceCountCallA representation of the model object 'Count Call'.interfaceCustomMethodCallA representation of the model object 'Custom Method Call'.interfaceFirstCallA representation of the model object 'First Call'.interfaceHasNextCallA representation of the model object 'Has Next Call'.interfaceIndexCallA representation of the model object 'Index Call'.interfaceIntersectionCallA representation of the model object 'Intersection Call'.interfaceIsEmptyCallA representation of the model object 'Is Empty Call'.interfaceNextCallA representation of the model object 'Next Call'.interfaceRetainAllCallA representation of the model object 'Retain All Call'.interfaceSizeCallA representation of the model object 'Size Call'.interfaceToIntegerCallA representation of the model object 'To Integer Call'.interfaceToListCallA representation of the model object 'To List Call'.interfaceUnionCallA representation of the model object 'Union Call'. -
Uses of MethodCall in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement MethodCall Modifier and Type Class Description classAddAllCallImplAn implementation of the model object 'Add All Call'.classContainsAllCallImplAn implementation of the model object 'Contains All Call'.classContainsCallImplAn implementation of the model object 'Contains Call'.classCountCallImplAn implementation of the model object 'Count Call'.classCustomMethodCallImplAn implementation of the model object 'Custom Method Call'.classFirstCallImplAn implementation of the model object 'First Call'.classHasNextCallImplAn implementation of the model object 'Has Next Call'.classIndexCallImplAn implementation of the model object 'Index Call'.classIntersectionCallImplAn implementation of the model object 'Intersection Call'.classIsEmptyCallImplAn implementation of the model object 'Is Empty Call'.classMethodCallImplAn implementation of the model object 'Method Call'.classNextCallImplAn implementation of the model object 'Next Call'.classRetainAllCallImplAn implementation of the model object 'Retain All Call'.classSizeCallImplAn implementation of the model object 'Size Call'.classToIntegerCallImplAn implementation of the model object 'To Integer Call'.classToListCallImplAn implementation of the model object 'To List Call'.classUnionCallImplAn implementation of the model object 'Union Call'. -
Uses of MethodCall in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type MethodCall Modifier and Type Method Description TGremlinSwitch. caseMethodCall(MethodCall object)Returns the result of interpreting the object as an instance of 'Method Call'.