Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.CollectionDefinition
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of CollectionDefinition in fr.inria.atlanmod.mogwai.gremlin
Methods in fr.inria.atlanmod.mogwai.gremlin that return CollectionDefinition Modifier and Type Method Description CollectionDefinitionGremlinFactory. createCollectionDefinition()Returns a new object of class 'Collection Definition'.CollectionDefinitionExceptStep. getCollection()Returns the value of the 'Collection' containment reference.CollectionDefinitionRetainStep. getCollection()Returns the value of the 'Collection' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin with parameters of type CollectionDefinition Modifier and Type Method Description voidExceptStep. setCollection(CollectionDefinition value)Sets the value of the 'Collection' containment reference.voidRetainStep. setCollection(CollectionDefinition value)Sets the value of the 'Collection' containment reference. -
Uses of CollectionDefinition in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement CollectionDefinition Modifier and Type Class Description classCollectionDefinitionImplAn implementation of the model object 'Collection Definition'.Fields in fr.inria.atlanmod.mogwai.gremlin.impl declared as CollectionDefinition Modifier and Type Field Description protected CollectionDefinitionExceptStepImpl. collectionThe cached value of the 'Collection' containment reference.protected CollectionDefinitionRetainStepImpl. collectionThe cached value of the 'Collection' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return CollectionDefinition Modifier and Type Method Description CollectionDefinitionGremlinFactoryImpl. createCollectionDefinition()CollectionDefinitionExceptStepImpl. getCollection()CollectionDefinitionRetainStepImpl. getCollection()Methods in fr.inria.atlanmod.mogwai.gremlin.impl with parameters of type CollectionDefinition Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainExceptStepImpl. basicSetCollection(CollectionDefinition newCollection, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainRetainStepImpl. basicSetCollection(CollectionDefinition newCollection, org.eclipse.emf.common.notify.NotificationChain msgs)voidExceptStepImpl. setCollection(CollectionDefinition newCollection)voidRetainStepImpl. setCollection(CollectionDefinition newCollection) -
Uses of CollectionDefinition in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type CollectionDefinition Modifier and Type Method Description TGremlinSwitch. caseCollectionDefinition(CollectionDefinition object)Returns the result of interpreting the object as an instance of 'Collection Definition'.