Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Pipe
-
Packages that use Pipe Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util fr.esrf.tango.pogo.serializer -
-
Uses of Pipe in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Pipe Modifier and Type Method Description PipePogoDslFactory. createPipe()Returns a new object of class 'Pipe'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type Pipe Modifier and Type Method Description org.eclipse.emf.common.util.EList<Pipe>PogoDeviceClass. getPipes()Returns the value of the 'Pipes' containment reference list. -
Uses of Pipe in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Pipe Modifier and Type Class Description classPipeImplAn implementation of the model object 'Pipe'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type Pipe Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Pipe>PogoDeviceClassImpl. pipesThe cached value of the 'Pipes' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Pipe Modifier and Type Method Description PipePogoDslFactoryImpl. createPipe()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type Pipe Modifier and Type Method Description org.eclipse.emf.common.util.EList<Pipe>PogoDeviceClassImpl. getPipes() -
Uses of Pipe in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Pipe Modifier and Type Method Description TPogoDslSwitch. casePipe(Pipe object)Returns the result of interpreting the object as an instance of 'Pipe'. -
Uses of Pipe in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Pipe Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Pipe(org.eclipse.xtext.serializer.ISerializationContext context, Pipe semanticObject)Contexts: Pipe returns Pipe Constraint: ( name=STRING description=STRING label=STRING rwType=RW_PipeType displayLevel=DisplayLevel readExcludedStates+=STRING* writeExcludedStates+=STRING* )
-