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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return RTO
 RTO CDAR2Factory.createRTO()
          Returns a new object of class 'RTO'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement RTO
 class RTOImpl
          An implementation of the model object 'RTO'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return RTO
 RTO CDAR2FactoryImpl.createRTO()
           
 

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

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