|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.apelon.dts.client.association.Association
com.apelon.dts.client.association.QualifiedAssociation
com.apelon.dts.client.association.ConceptAssociation
public class ConceptAssociation
ConceptAssociation relates a concept to another concept.
Copyright: Copyright (c) 2003
Company: Apelon, Inc.
| Constructor Summary | |
|---|---|
ConceptAssociation(AssociationType assocType,
DTSConcept toConcept)
Constructs an association from the association type and "to" concept. |
|
ConceptAssociation(DTSConcept fromConcept,
AssociationType assocType)
Constructs an association from the "from" concept and association type. |
|
ConceptAssociation(DTSConcept fromConcept,
AssociationType assocType,
DTSConcept toConcept)
Constructs a concept association from the "from" concept, association type, and "to" concept. |
|
| Method Summary | |
|---|---|
DTSConcept |
getFromConcept()
Get "from" concept of association. |
DTSConcept |
getToConcept()
Get "to" concept of association. |
void |
setFromConcept(DTSConcept fromConcept)
Set "from" concept of association. |
void |
setToConcept(DTSConcept toConcept)
Set "to" concept of association. |
String |
toString()
Returns description of concept association |
| Methods inherited from class com.apelon.dts.client.association.QualifiedAssociation |
|---|
addQualifier, containsQualifier, deleteQualifier, getFetchedQualifiers, getToItem, isLocalAddition, setFromItem, setLocalAddition, setToItem |
| Methods inherited from class com.apelon.dts.client.association.Association |
|---|
equals, getAssociationType, getFromItem, getName, getValue, hashCode, setAssociationType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConceptAssociation(DTSConcept fromConcept,
AssociationType assocType,
DTSConcept toConcept)
fromConcept - the "from" concept of the association.assocType - the association typetoConcept - the "to" concept of the association.
public ConceptAssociation(AssociationType assocType,
DTSConcept toConcept)
DTSConcept. When using this
constructor you will also need to issue setFromConcept(com.apelon.dts.client.concept.DTSConcept) before
using the object.
assocType - the association typetoConcept - the to concept of the association
public ConceptAssociation(DTSConcept fromConcept,
AssociationType assocType)
DTSConcept. When using this
constructor you will also need to issue setToConcept(com.apelon.dts.client.concept.DTSConcept) before
using the object.
fromConcept - the from concept of the associationassocType - the association type| Method Detail |
|---|
public void setFromConcept(DTSConcept fromConcept)
fromConcept - from concept of associationpublic DTSConcept getFromConcept()
public void setToConcept(DTSConcept toConcept)
toConcept - to concept of associationpublic DTSConcept getToConcept()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||