Uses of Interface
fr.esrf.tango.pogo.pogoDsl.EventCriteria
-
Packages that use EventCriteria 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 EventCriteria in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return EventCriteria Modifier and Type Method Description EventCriteriaPogoDslFactory. createEventCriteria()Returns a new object of class 'Event Criteria'.EventCriteriaAttribute. getEvArchiveCriteria()Returns the value of the 'Ev Archive Criteria' containment reference.EventCriteriaAttribute. getEventCriteria()Returns the value of the 'Event Criteria' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type EventCriteria Modifier and Type Method Description voidAttribute. setEvArchiveCriteria(EventCriteria value)Sets the value of the 'Ev Archive Criteria' containment reference.voidAttribute. setEventCriteria(EventCriteria value)Sets the value of the 'Event Criteria' containment reference. -
Uses of EventCriteria in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement EventCriteria Modifier and Type Class Description classEventCriteriaImplAn implementation of the model object 'Event Criteria'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as EventCriteria Modifier and Type Field Description protected EventCriteriaAttributeImpl. evArchiveCriteriaThe cached value of the 'Ev Archive Criteria' containment reference.protected EventCriteriaAttributeImpl. eventCriteriaThe cached value of the 'Event Criteria' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return EventCriteria Modifier and Type Method Description EventCriteriaPogoDslFactoryImpl. createEventCriteria()EventCriteriaAttributeImpl. getEvArchiveCriteria()EventCriteriaAttributeImpl. getEventCriteria()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type EventCriteria Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainAttributeImpl. basicSetEvArchiveCriteria(EventCriteria newEvArchiveCriteria, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainAttributeImpl. basicSetEventCriteria(EventCriteria newEventCriteria, org.eclipse.emf.common.notify.NotificationChain msgs)voidAttributeImpl. setEvArchiveCriteria(EventCriteria newEvArchiveCriteria)voidAttributeImpl. setEventCriteria(EventCriteria newEventCriteria) -
Uses of EventCriteria in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type EventCriteria Modifier and Type Method Description TPogoDslSwitch. caseEventCriteria(EventCriteria object)Returns the result of interpreting the object as an instance of 'Event Criteria'. -
Uses of EventCriteria in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type EventCriteria Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_EventCriteria(org.eclipse.xtext.serializer.ISerializationContext context, EventCriteria semanticObject)Contexts: EventCriteria returns EventCriteria Constraint: (relChange=STRING absChange=STRING period=STRING)
-