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

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

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

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

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

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

Methods in org.eclipse.ohf.ihe.common.cdar2.impl that return BN1
 BN1 CDAR2FactoryImpl.createBN1()
           
 

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

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