Uses of Interface
org.eclipse.ohf.ihe.common.cdar2.PQ

Packages that use PQ
org.eclipse.ohf.ihe.common.cdar2   
org.eclipse.ohf.ihe.common.cdar2.impl   
org.eclipse.ohf.ihe.common.cdar2.util   
 

Uses of PQ in org.eclipse.ohf.ihe.common.cdar2
 

Subinterfaces of PQ in org.eclipse.ohf.ihe.common.cdar2
 interface BXITIVLPQ
          A representation of the model object 'BXITIVLPQ'.
 interface HXITPQ
          A representation of the model object 'HXITPQ'.
 interface IVLPPDPQ
          A representation of the model object 'IVLPPDPQ'.
 interface IVLPQ
          A representation of the model object 'IVLPQ'.
 interface IVXBPPDPQ
          A representation of the model object 'IVXBPPDPQ'.
 interface IVXBPQ
          A representation of the model object 'IVXBPQ'.
 interface PPDPQ
          A representation of the model object 'PPDPQ'.
 interface SXCMPPDPQ
          A representation of the model object 'SXCMPPDPQ'.
 interface SXCMPQ
          A representation of the model object 'SXCMPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 that return PQ
 PQ CDAR2Factory.createPQ()
          Returns a new object of class 'PQ'.
 PQ IVLPQ.getCenter()
          Returns the value of the 'Center' containment reference.
 PQ RTOMOPQ.getDenominator()
          Returns the value of the 'Denominator' containment reference.
 PQ RTOPQPQ.getDenominator()
          Returns the value of the 'Denominator' containment reference.
 PQ GLISTPQ.getHead()
          Returns the value of the 'Head' containment reference.
 PQ GLISTPQ.getIncrement()
          Returns the value of the 'Increment' containment reference.
 PQ GLISTTS.getIncrement()
          Returns the value of the 'Increment' containment reference.
 PQ RTOPQPQ.getNumerator()
          Returns the value of the 'Numerator' containment reference.
 PQ SLISTPQ.getOrigin()
          Returns the value of the 'Origin' containment reference.
 PQ PIVLTS.getPeriod()
          Returns the value of the 'Period' containment reference.
 PQ POCDMT000040Supply.getQuantity()
          Returns the value of the 'Quantity' containment reference.
 PQ SLISTPQ.getScale()
          Returns the value of the 'Scale' containment reference.
 PQ SLISTTS.getScale()
          Returns the value of the 'Scale' containment reference.
 PQ PPDPQ.getStandardDeviation()
          Returns the value of the 'Standard Deviation' containment reference.
 PQ PPDTS.getStandardDeviation()
          Returns the value of the 'Standard Deviation' containment reference.
 PQ IVLTS.getWidth()
          Returns the value of the 'Width' containment reference.
 PQ IVLPQ.getWidth()
          Returns the value of the 'Width' containment reference.
 PQ IVLTS.getWidth1()
          Returns the value of the 'Width1' containment reference.
 PQ IVLPQ.getWidth1()
          Returns the value of the 'Width1' containment reference.
 PQ IVLTS.getWidth2()
          Returns the value of the 'Width2' containment reference.
 PQ IVLPQ.getWidth2()
          Returns the value of the 'Width2' containment reference.
 

Methods in org.eclipse.ohf.ihe.common.cdar2 with parameters of type PQ
 void IVLPQ.setCenter(PQ value)
          Sets the value of the 'Center' containment reference.
 void RTOMOPQ.setDenominator(PQ value)
          Sets the value of the 'Denominator' containment reference.
 void RTOPQPQ.setDenominator(PQ value)
          Sets the value of the 'Denominator' containment reference.
 void GLISTPQ.setHead(PQ value)
          Sets the value of the 'Head' containment reference.
 void GLISTPQ.setIncrement(PQ value)
          Sets the value of the 'Increment' containment reference.
 void GLISTTS.setIncrement(PQ value)
          Sets the value of the 'Increment' containment reference.
 void RTOPQPQ.setNumerator(PQ value)
          Sets the value of the 'Numerator' containment reference.
 void SLISTPQ.setOrigin(PQ value)
          Sets the value of the 'Origin' containment reference.
 void PIVLTS.setPeriod(PQ value)
          Sets the value of the 'Period' containment reference.
 void POCDMT000040Supply.setQuantity(PQ value)
          Sets the value of the 'Quantity' containment reference.
 void SLISTPQ.setScale(PQ value)
          Sets the value of the 'Scale' containment reference.
 void SLISTTS.setScale(PQ value)
          Sets the value of the 'Scale' containment reference.
 void PPDPQ.setStandardDeviation(PQ value)
          Sets the value of the 'Standard Deviation' containment reference.
 void PPDTS.setStandardDeviation(PQ value)
          Sets the value of the 'Standard Deviation' containment reference.
 void IVLTS.setWidth(PQ value)
          Sets the value of the 'Width' containment reference.
 void IVLPQ.setWidth(PQ value)
          Sets the value of the 'Width' containment reference.
 void IVLTS.setWidth1(PQ value)
          Sets the value of the 'Width1' containment reference.
 void IVLPQ.setWidth1(PQ value)
          Sets the value of the 'Width1' containment reference.
 void IVLTS.setWidth2(PQ value)
          Sets the value of the 'Width2' containment reference.
 void IVLPQ.setWidth2(PQ value)
          Sets the value of the 'Width2' containment reference.
 

Uses of PQ in org.eclipse.ohf.ihe.common.cdar2.impl
 

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement PQ
 class BXITIVLPQImpl
          An implementation of the model object 'BXITIVLPQ'.
 class HXITPQImpl
          An implementation of the model object 'HXITPQ'.
 class IVLPPDPQImpl
          An implementation of the model object 'IVLPPDPQ'.
 class IVLPQImpl
          An implementation of the model object 'IVLPQ'.
 class IVXBPPDPQImpl
          An implementation of the model object 'IVXBPPDPQ'.
 class IVXBPQImpl
          An implementation of the model object 'IVXBPQ'.
 class PPDPQImpl
          An implementation of the model object 'PPDPQ'.
 class PQImpl
          An implementation of the model object 'PQ'.
 class SXCMPPDPQImpl
          An implementation of the model object 'SXCMPPDPQ'.
 class SXCMPQImpl
          An implementation of the model object 'SXCMPQ'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return PQ
 PQ CDAR2FactoryImpl.createPQ()
           
 PQ IVLPQImpl.getCenter()
           
 PQ RTOPQPQImpl.getDenominator()
           
 PQ RTOMOPQImpl.getDenominator()
           
 PQ GLISTPQImpl.getHead()
           
 PQ GLISTTSImpl.getIncrement()
           
 PQ GLISTPQImpl.getIncrement()
           
 PQ RTOPQPQImpl.getNumerator()
           
 PQ SLISTPQImpl.getOrigin()
           
 PQ PIVLTSImpl.getPeriod()
           
 PQ POCDMT000040SupplyImpl.getQuantity()
           
 PQ SLISTTSImpl.getScale()
           
 PQ SLISTPQImpl.getScale()
           
 PQ PPDTSImpl.getStandardDeviation()
           
 PQ PPDPQImpl.getStandardDeviation()
           
 PQ IVLTSImpl.getWidth()
           
 PQ IVLPQImpl.getWidth()
           
 PQ IVLTSImpl.getWidth1()
           
 PQ IVLPQImpl.getWidth1()
           
 PQ IVLTSImpl.getWidth2()
           
 PQ IVLPQImpl.getWidth2()
           
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl with parameters of type PQ
 org.eclipse.emf.common.notify.NotificationChain IVLPQImpl.basicSetCenter(PQ newCenter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RTOPQPQImpl.basicSetDenominator(PQ newDenominator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RTOMOPQImpl.basicSetDenominator(PQ newDenominator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GLISTPQImpl.basicSetHead(PQ newHead, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GLISTTSImpl.basicSetIncrement(PQ newIncrement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GLISTPQImpl.basicSetIncrement(PQ newIncrement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain RTOPQPQImpl.basicSetNumerator(PQ newNumerator, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SLISTPQImpl.basicSetOrigin(PQ newOrigin, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PIVLTSImpl.basicSetPeriod(PQ newPeriod, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain POCDMT000040SupplyImpl.basicSetQuantity(PQ newQuantity, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SLISTTSImpl.basicSetScale(PQ newScale, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain SLISTPQImpl.basicSetScale(PQ newScale, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PPDTSImpl.basicSetStandardDeviation(PQ newStandardDeviation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PPDPQImpl.basicSetStandardDeviation(PQ newStandardDeviation, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLTSImpl.basicSetWidth(PQ newWidth, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPQImpl.basicSetWidth(PQ newWidth, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLTSImpl.basicSetWidth1(PQ newWidth1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPQImpl.basicSetWidth1(PQ newWidth1, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLTSImpl.basicSetWidth2(PQ newWidth2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain IVLPQImpl.basicSetWidth2(PQ newWidth2, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void IVLPQImpl.setCenter(PQ newCenter)
           
 void RTOPQPQImpl.setDenominator(PQ newDenominator)
           
 void RTOMOPQImpl.setDenominator(PQ newDenominator)
           
 void GLISTPQImpl.setHead(PQ newHead)
           
 void GLISTTSImpl.setIncrement(PQ newIncrement)
           
 void GLISTPQImpl.setIncrement(PQ newIncrement)
           
 void RTOPQPQImpl.setNumerator(PQ newNumerator)
           
 void SLISTPQImpl.setOrigin(PQ newOrigin)
           
 void PIVLTSImpl.setPeriod(PQ newPeriod)
           
 void POCDMT000040SupplyImpl.setQuantity(PQ newQuantity)
           
 void SLISTTSImpl.setScale(PQ newScale)
           
 void SLISTPQImpl.setScale(PQ newScale)
           
 void PPDTSImpl.setStandardDeviation(PQ newStandardDeviation)
           
 void PPDPQImpl.setStandardDeviation(PQ newStandardDeviation)
           
 void IVLTSImpl.setWidth(PQ newWidth)
           
 void IVLPQImpl.setWidth(PQ newWidth)
           
 void IVLTSImpl.setWidth1(PQ newWidth1)
           
 void IVLPQImpl.setWidth1(PQ newWidth1)
           
 void IVLTSImpl.setWidth2(PQ newWidth2)
           
 void IVLPQImpl.setWidth2(PQ newWidth2)
           
 

Uses of PQ in org.eclipse.ohf.ihe.common.cdar2.util
 

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type PQ
 java.lang.Object CDAR2Switch.casePQ(PQ object)
          Returns the result of interpretting the object as an instance of 'PQ'.
 boolean CDAR2Validator.validatePQ(PQ pq, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)