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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2 that return AdxpCensusTract
 AdxpCensusTract CDAR2Factory.createAdxpCensusTract()
          Returns a new object of class 'Adxp Census Tract'.
 

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

Classes in org.eclipse.ohf.ihe.common.cdar2.impl that implement AdxpCensusTract
 class AdxpCensusTractImpl
          An implementation of the model object 'Adxp Census Tract'.
 

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return AdxpCensusTract
 AdxpCensusTract CDAR2FactoryImpl.createAdxpCensusTract()
           
 

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

Methods in org.eclipse.ohf.ihe.common.cdar2.util with parameters of type AdxpCensusTract
 java.lang.Object CDAR2Switch.caseAdxpCensusTract(AdxpCensusTract object)
          Returns the result of interpretting the object as an instance of 'Adxp Census Tract'.
 boolean CDAR2Validator.validateAdxpCensusTract(AdxpCensusTract adxpCensusTract, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)