Uses of Interface
fr.esrf.tango.pogo.pogoDsl.State
-
Packages that use State 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 State in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return State Modifier and Type Method Description StatePogoDslFactory. createState()Returns a new object of class 'State'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type State Modifier and Type Method Description org.eclipse.emf.common.util.EList<State>PogoDeviceClass. getStates()Returns the value of the 'States' containment reference list. -
Uses of State in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement State Modifier and Type Class Description classStateImplAn implementation of the model object 'State'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type State Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<State>PogoDeviceClassImpl. statesThe cached value of the 'States' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return State Modifier and Type Method Description StatePogoDslFactoryImpl. createState()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type State Modifier and Type Method Description org.eclipse.emf.common.util.EList<State>PogoDeviceClassImpl. getStates() -
Uses of State in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type State Modifier and Type Method Description TPogoDslSwitch. caseState(State object)Returns the result of interpreting the object as an instance of 'State'. -
Uses of State in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type State Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_State(org.eclipse.xtext.serializer.ISerializationContext context, State semanticObject)Contexts: State returns State Constraint: (name=ID description=STRING status=InheritanceStatus)
-