Uses of Class
collections.AssociatedConceptList

Packages that use AssociatedConceptList
core   
 

Uses of AssociatedConceptList in core
 

Fields in core declared as AssociatedConceptList
private  AssociatedConceptList Association.associatedConcepts
          The list of concepts that occur as the source or target of this association
 

Methods in core that return AssociatedConceptList
 AssociatedConceptList Association.getAssociatedConcepts()
          Gets the associatedConcepts value for this Association.
 

Methods in core with parameters of type AssociatedConceptList
 void Association.setAssociatedConcepts(AssociatedConceptList associatedConcepts)
          Sets the associatedConcepts value for this Association.
 

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