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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return TN
 TN CDAR2FactoryImpl.createTN()
           
 

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

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