Uses of Class
collections.AssociatedDataList

Packages that use AssociatedDataList
core   
 

Uses of AssociatedDataList in core
 

Fields in core declared as AssociatedDataList
private  AssociatedDataList Association.associatedData
          The list of data elements that occur as the source or target of this association.
 

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)