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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return CR
 CR CDAR2FactoryImpl.createCR()
           
 

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

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