| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
| Modifier and Type | Method and Description |
|---|---|
Closure |
GremlinFactory.createClosure()
Returns a new object of class 'Closure'.
|
Closure |
GatherStep.getClosure()
Returns the value of the 'Closure' containment reference.
|
Closure |
TransformStep.getClosure()
Returns the value of the 'Closure' containment reference.
|
Closure |
FilterStep.getClosure()
Returns the value of the 'Closure' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GatherStep.setClosure(Closure value)
Sets the value of the '
Closure' containment reference. |
void |
TransformStep.setClosure(Closure value)
Sets the value of the '
Closure' containment reference. |
void |
FilterStep.setClosure(Closure value)
Sets the value of the '
Closure' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClosureImpl
An implementation of the model object 'Closure'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Closure |
FilterStepImpl.closure
The cached value of the '
Closure' containment reference. |
protected Closure |
GatherStepImpl.closure
The cached value of the '
Closure' containment reference. |
protected Closure |
TransformStepImpl.closure
The cached value of the '
Closure' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
Closure |
GremlinFactoryImpl.createClosure() |
Closure |
FilterStepImpl.getClosure() |
Closure |
GatherStepImpl.getClosure() |
Closure |
TransformStepImpl.getClosure() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
FilterStepImpl.basicSetClosure(Closure newClosure,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
GatherStepImpl.basicSetClosure(Closure newClosure,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
TransformStepImpl.basicSetClosure(Closure newClosure,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
FilterStepImpl.setClosure(Closure newClosure) |
void |
GatherStepImpl.setClosure(Closure newClosure) |
void |
TransformStepImpl.setClosure(Closure newClosure) |
| Modifier and Type | Method and Description |
|---|---|
T |
GremlinSwitch.caseClosure(Closure object)
Returns the result of interpreting the object as an instance of 'Closure'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.