Uses of Class
collections.AssociationList

Packages that use AssociationList
core   
 

Uses of AssociationList in core
 

Methods in core that return AssociationList
 AssociationList ResolvedCodedNodeReference.getSourceOf()
          Gets the sourceOf value for this ResolvedCodedNodeReference.
 AssociationList ResolvedCodedNodeReference.getTargetOf()
          Gets the targetOf value for this ResolvedCodedNodeReference.
 

Methods in core with parameters of type AssociationList
 void ResolvedCodedNodeReference.setSourceOf(AssociationList sourceOf)
          Sets the sourceOf value for this ResolvedCodedNodeReference.
 void ResolvedCodedNodeReference.setTargetOf(AssociationList targetOf)
          Sets the targetOf value for this ResolvedCodedNodeReference.
 

Constructors in core with parameters of type AssociationList
ResolvedCodedNodeReference(org.apache.axis.types.URI codingSchemeURI, java.lang.String codingSchemeVersion, org.LexGrid.concepts.Entity entity, org.LexGrid.commonTypes.EntityDescription entityDescription, AssociationList sourceOf, AssociationList targetOf)