Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Command
-
Packages that use Command 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 Command in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Command Modifier and Type Method Description CommandPogoDslFactory. createCommand()Returns a new object of class 'Command'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type Command Modifier and Type Method Description org.eclipse.emf.common.util.EList<Command>PogoDeviceClass. getCommands()Returns the value of the 'Commands' containment reference list.org.eclipse.emf.common.util.EList<Command>PogoDeviceClass. getDynamicCommands()Returns the value of the 'Dynamic Commands' containment reference list. -
Uses of Command in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Command Modifier and Type Class Description classCommandImplAn implementation of the model object 'Command'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type Command Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Command>PogoDeviceClassImpl. commandsThe cached value of the 'Commands' containment reference list.protected org.eclipse.emf.common.util.EList<Command>PogoDeviceClassImpl. dynamicCommandsThe cached value of the 'Dynamic Commands' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Command Modifier and Type Method Description CommandPogoDslFactoryImpl. createCommand()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type Command Modifier and Type Method Description org.eclipse.emf.common.util.EList<Command>PogoDeviceClassImpl. getCommands()org.eclipse.emf.common.util.EList<Command>PogoDeviceClassImpl. getDynamicCommands() -
Uses of Command in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Command Modifier and Type Method Description TPogoDslSwitch. caseCommand(Command object)Returns the result of interpreting the object as an instance of 'Command'. -
Uses of Command in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Command Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Command(org.eclipse.xtext.serializer.ISerializationContext context, Command semanticObject)Contexts: Command returns Command Constraint: ( name=ID argin=Argument argout=Argument description=STRING status=InheritanceStatus execMethod=STRING displayLevel=DisplayLevel polledPeriod=STRING isDynamic=Boolean excludedStates+=STRING* ) -
Uses of Command in fr.esrf.tango.pogo.validation
Methods in fr.esrf.tango.pogo.validation with parameters of type Command Modifier and Type Method Description voidPogoDslJavaValidator. checkCommand(Command element)Checks the following conditions for a Command: Command name must start with capital letter Input type is specified Output type is specified
-