Uses of Interface
fr.inria.atlanmod.mogwai.gremlin.Closure
| Package | Description |
|---|---|
| fr.inria.atlanmod.mogwai.gremlin | |
| fr.inria.atlanmod.mogwai.gremlin.impl | |
| fr.inria.atlanmod.mogwai.gremlin.util |
-
Uses of Closure in fr.inria.atlanmod.mogwai.gremlin
Methods in fr.inria.atlanmod.mogwai.gremlin that return Closure Modifier and Type Method Description ClosureGremlinFactory. createClosure()Returns a new object of class 'Closure'.ClosureFilterStep. getClosure()Returns the value of the 'Closure' containment reference.ClosureGatherStep. getClosure()Returns the value of the 'Closure' containment reference.ClosureTransformStep. getClosure()Returns the value of the 'Closure' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin with parameters of type Closure Modifier and Type Method Description voidFilterStep. setClosure(Closure value)Sets the value of the 'Closure' containment reference.voidGatherStep. setClosure(Closure value)Sets the value of the 'Closure' containment reference.voidTransformStep. setClosure(Closure value)Sets the value of the 'Closure' containment reference. -
Uses of Closure in fr.inria.atlanmod.mogwai.gremlin.impl
Classes in fr.inria.atlanmod.mogwai.gremlin.impl that implement Closure Modifier and Type Class Description classClosureImplAn implementation of the model object 'Closure'.Fields in fr.inria.atlanmod.mogwai.gremlin.impl declared as Closure Modifier and Type Field Description protected ClosureFilterStepImpl. closureThe cached value of the 'Closure' containment reference.protected ClosureGatherStepImpl. closureThe cached value of the 'Closure' containment reference.protected ClosureTransformStepImpl. closureThe cached value of the 'Closure' containment reference.Methods in fr.inria.atlanmod.mogwai.gremlin.impl that return Closure Modifier and Type Method Description ClosureGremlinFactoryImpl. createClosure()ClosureFilterStepImpl. getClosure()ClosureGatherStepImpl. getClosure()ClosureTransformStepImpl. getClosure()Methods in fr.inria.atlanmod.mogwai.gremlin.impl with parameters of type Closure Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainFilterStepImpl. basicSetClosure(Closure newClosure, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainGatherStepImpl. basicSetClosure(Closure newClosure, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainTransformStepImpl. basicSetClosure(Closure newClosure, org.eclipse.emf.common.notify.NotificationChain msgs)voidFilterStepImpl. setClosure(Closure newClosure)voidGatherStepImpl. setClosure(Closure newClosure)voidTransformStepImpl. setClosure(Closure newClosure) -
Uses of Closure in fr.inria.atlanmod.mogwai.gremlin.util
Methods in fr.inria.atlanmod.mogwai.gremlin.util with parameters of type Closure Modifier and Type Method Description TGremlinSwitch. caseClosure(Closure object)Returns the result of interpreting the object as an instance of 'Closure'.