Uses of Interface
fr.esrf.tango.pogo.pogoDsl.PogoSystem
-
Packages that use PogoSystem 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 PogoSystem in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return PogoSystem Modifier and Type Method Description PogoSystemPogoDslFactory. createPogoSystem()Returns a new object of class 'Pogo System'. -
Uses of PogoSystem in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement PogoSystem Modifier and Type Class Description classPogoSystemImplAn implementation of the model object 'Pogo System'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return PogoSystem Modifier and Type Method Description PogoSystemPogoDslFactoryImpl. createPogoSystem() -
Uses of PogoSystem in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type PogoSystem Modifier and Type Method Description TPogoDslSwitch. casePogoSystem(PogoSystem object)Returns the result of interpreting the object as an instance of 'Pogo System'. -
Uses of PogoSystem in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type PogoSystem Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_PogoSystem(org.eclipse.xtext.serializer.ISerializationContext context, PogoSystem semanticObject)Contexts: PogoSystem returns PogoSystem Constraint: ( (imports+=Import* classes+=PogoDeviceClass+ multiClasses+=PogoMultiClasses+) | (imports+=Import* multiClasses+=PogoMultiClasses+) | multiClasses+=PogoMultiClasses+ )?
-