| 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 |
|---|---|
CollectionDefinition |
GremlinFactory.createCollectionDefinition()
Returns a new object of class 'Collection Definition'.
|
CollectionDefinition |
ExceptStep.getCollection()
Returns the value of the 'Collection' containment reference.
|
CollectionDefinition |
RetainStep.getCollection()
Returns the value of the 'Collection' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptStep.setCollection(CollectionDefinition value)
Sets the value of the '
Collection' containment reference. |
void |
RetainStep.setCollection(CollectionDefinition value)
Sets the value of the '
Collection' containment reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionDefinitionImpl
An implementation of the model object 'Collection Definition'.
|
| Modifier and Type | Field and Description |
|---|---|
protected CollectionDefinition |
RetainStepImpl.collection
The cached value of the '
Collection' containment reference. |
protected CollectionDefinition |
ExceptStepImpl.collection
The cached value of the '
Collection' containment reference. |
| Modifier and Type | Method and Description |
|---|---|
CollectionDefinition |
GremlinFactoryImpl.createCollectionDefinition() |
CollectionDefinition |
RetainStepImpl.getCollection() |
CollectionDefinition |
ExceptStepImpl.getCollection() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
RetainStepImpl.basicSetCollection(CollectionDefinition newCollection,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
ExceptStepImpl.basicSetCollection(CollectionDefinition newCollection,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
RetainStepImpl.setCollection(CollectionDefinition newCollection) |
void |
ExceptStepImpl.setCollection(CollectionDefinition newCollection) |
| Modifier and Type | Method and Description |
|---|---|
T |
GremlinSwitch.caseCollectionDefinition(CollectionDefinition object)
Returns the result of interpreting the object as an instance of 'Collection Definition'.
|
Copyright © 2018–2019 Atlanmod. All rights reserved.