Uses of Class
gov.nih.nci.evs.domain.Association

Packages that use Association
gov.nih.nci.evs.domain   
 

Uses of Association in gov.nih.nci.evs.domain
 

Methods in gov.nih.nci.evs.domain that return types with arguments of type Association
 java.util.Vector<Association> DescLogicConcept.getAssociationCollection()
          Retreives the value of associationCollection attribue
 java.util.Vector<Association> DescLogicConcept.getInverseAssociationCollection()
          Retreives the value of inverseAssociationCollection attribue
 

Method parameters in gov.nih.nci.evs.domain with type arguments of type Association
 void DescLogicConcept.setAssociationCollection(java.util.Vector<Association> associationCollection)
          Sets the value of associationCollection attribue
 void DescLogicConcept.setInverseAssociationCollection(java.util.Vector<Association> inverseAssociationCollection)
          Sets the value of inverseAssociationCollection attribue
 



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.