Uses of Class
collections.AssociationList

Packages that use AssociationList
core   
 

Uses of AssociationList in core
 

Fields in core declared as AssociationList
private  AssociationList ResolvedCodedNodeReference.sourceOf
          The list of associations for which the referenced code acts as the source (lhs, parent, ..) for.
private  AssociationList ResolvedCodedNodeReference.targetOf
          The list of associations for which the referenced code acts as the target (rhs, child..) for.
 

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)