Uses of Interface
fr.esrf.tango.pogo.pogoDsl.PogoDeviceClass
-
Packages that use PogoDeviceClass Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util fr.esrf.tango.pogo.serializer fr.esrf.tango.pogo.validation -
-
Uses of PogoDeviceClass in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return PogoDeviceClass Modifier and Type Method Description PogoDeviceClassPogoDslFactory. createPogoDeviceClass()Returns a new object of class 'Pogo Device Class'.PogoDeviceClassPogoDeviceClass. getBaseClass()Returns the value of the 'Base Class' reference.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type PogoDeviceClass Modifier and Type Method Description org.eclipse.emf.common.util.EList<PogoDeviceClass>PogoSystem. getClasses()Returns the value of the 'Classes' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type PogoDeviceClass Modifier and Type Method Description voidPogoDeviceClass. setBaseClass(PogoDeviceClass value)Sets the value of the 'Base Class' reference. -
Uses of PogoDeviceClass in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement PogoDeviceClass Modifier and Type Class Description classPogoDeviceClassImplAn implementation of the model object 'Pogo Device Class'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as PogoDeviceClass Modifier and Type Field Description protected PogoDeviceClassPogoDeviceClassImpl. baseClassThe cached value of the 'Base Class' reference.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type PogoDeviceClass Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<PogoDeviceClass>PogoSystemImpl. classesThe cached value of the 'Classes' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return PogoDeviceClass Modifier and Type Method Description PogoDeviceClassPogoDeviceClassImpl. basicGetBaseClass()PogoDeviceClassPogoDslFactoryImpl. createPogoDeviceClass()PogoDeviceClassPogoDeviceClassImpl. getBaseClass()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type PogoDeviceClass Modifier and Type Method Description org.eclipse.emf.common.util.EList<PogoDeviceClass>PogoSystemImpl. getClasses()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type PogoDeviceClass Modifier and Type Method Description voidPogoDeviceClassImpl. setBaseClass(PogoDeviceClass newBaseClass) -
Uses of PogoDeviceClass in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type PogoDeviceClass Modifier and Type Method Description TPogoDslSwitch. casePogoDeviceClass(PogoDeviceClass object)Returns the result of interpreting the object as an instance of 'Pogo Device Class'. -
Uses of PogoDeviceClass in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type PogoDeviceClass Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_PogoDeviceClass(org.eclipse.xtext.serializer.ISerializationContext context, PogoDeviceClass semanticObject)Contexts: PogoDeviceClass returns PogoDeviceClass Constraint: ( name=ID isAbstract?='abstract'? baseClass=[PogoDeviceClass|ID]? pogoRevision=ID institute=ID description=ClassDescription classProperties+=Property* deviceProperties+=Property* commands+=Command* dynamicCommands+=Command* attributes+=Attribute* dynamicAttributes+=Attribute* forwardedAttributes+=ForwardedAttribute* pipes+=Pipe* states+=State* preferences=Preferences additionalFiles+=AdditionalFile* overlodedPollPeriodObject+=OverlodedPollPeriodObject* ) -
Uses of PogoDeviceClass in fr.esrf.tango.pogo.validation
Methods in fr.esrf.tango.pogo.validation with parameters of type PogoDeviceClass Modifier and Type Method Description voidPogoDslJavaValidator. checkClassDescription(PogoDeviceClass element)
-