| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AffectationExpression
A representation of the model object 'Affectation Expression'.
|
interface |
AndExpression
A representation of the model object 'And Expression'.
|
interface |
DifferenceExpression
A representation of the model object 'Difference Expression'.
|
interface |
EqualityExpression
A representation of the model object 'Equality Expression'.
|
interface |
GreaterExpression
A representation of the model object 'Greater Expression'.
|
interface |
GreaterOrEqualExpression
A representation of the model object 'Greater Or Equal Expression'.
|
interface |
InExpression
A representation of the model object 'In Expression'.
|
interface |
LeftShiftExpression
A representation of the model object 'Left Shift Expression'.
|
interface |
LessExpression
A representation of the model object 'Less Expression'.
|
interface |
LessOrEqualExpression
A representation of the model object 'Less Or Equal Expression'.
|
interface |
OrExpression
A representation of the model object 'Or Expression'.
|
interface |
PlusExpression
A representation of the model object 'Plus Expression'.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression |
GremlinFactory.createBinaryExpression()
Returns a new object of class 'Binary Expression'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AffectationExpressionImpl
An implementation of the model object 'Affectation Expression'.
|
class |
AndExpressionImpl
An implementation of the model object 'And Expression'.
|
class |
BinaryExpressionImpl
An implementation of the model object 'Binary Expression'.
|
class |
DifferenceExpressionImpl
An implementation of the model object 'Difference Expression'.
|
class |
EqualityExpressionImpl
An implementation of the model object 'Equality Expression'.
|
class |
GreaterExpressionImpl
An implementation of the model object 'Greater Expression'.
|
class |
GreaterOrEqualExpressionImpl
An implementation of the model object 'Greater Or Equal Expression'.
|
class |
InExpressionImpl
An implementation of the model object 'In Expression'.
|
class |
LeftShiftExpressionImpl
An implementation of the model object 'Left Shift Expression'.
|
class |
LessExpressionImpl
An implementation of the model object 'Less Expression'.
|
class |
LessOrEqualExpressionImpl
An implementation of the model object 'Less Or Equal Expression'.
|
class |
OrExpressionImpl
An implementation of the model object 'Or Expression'.
|
class |
PlusExpressionImpl
An implementation of the model object 'Plus Expression'.
|
| Modifier and Type | Method and Description |
|---|---|
BinaryExpression |
GremlinFactoryImpl.createBinaryExpression() |
| Modifier and Type | Method and Description |
|---|---|
T |
GremlinSwitch.caseBinaryExpression(BinaryExpression object)
Returns the result of interpreting the object as an instance of 'Binary Expression'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.