Uses of Class
collections.AssociatedDataList

Packages that use AssociatedDataList
core   
 

Uses of AssociatedDataList in core
 

Methods in core that return AssociatedDataList
 AssociatedDataList Association.getAssociatedData()
          Gets the associatedData value for this Association.
 

Methods in core with parameters of type AssociatedDataList
 void Association.setAssociatedData(AssociatedDataList associatedData)
          Sets the associatedData value for this Association.
 

Constructors in core with parameters of type AssociatedDataList
Association(AssociatedConceptList associatedConcepts, AssociatedDataList associatedData, org.apache.axis.types.NCName associationName, ConceptReference associationReference, java.lang.String directionalName)