Uses of Interface
fr.esrf.tango.pogo.pogoDsl.DoubleVectorType
-
Packages that use DoubleVectorType 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 DoubleVectorType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return DoubleVectorType Modifier and Type Method Description DoubleVectorTypePogoDslFactory. createDoubleVectorType()Returns a new object of class 'Double Vector Type'. -
Uses of DoubleVectorType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement DoubleVectorType Modifier and Type Class Description classDoubleVectorTypeImplAn implementation of the model object 'Double Vector Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return DoubleVectorType Modifier and Type Method Description DoubleVectorTypePogoDslFactoryImpl. createDoubleVectorType() -
Uses of DoubleVectorType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type DoubleVectorType Modifier and Type Method Description TPogoDslSwitch. caseDoubleVectorType(DoubleVectorType object)Returns the result of interpreting the object as an instance of 'Double Vector Type'. -
Uses of DoubleVectorType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type DoubleVectorType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_DoubleVectorType(org.eclipse.xtext.serializer.ISerializationContext context, DoubleVectorType semanticObject)Contexts: PropType returns DoubleVectorType VectorType returns DoubleVectorType DoubleVectorType returns DoubleVectorType Constraint: {DoubleVectorType}
-