|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a wrapper interface for special associations that manage the superclass-subclass-relationship between two topics.
Note that while this interface is of type Rateable, the RatingManager cannot assign ratings to SuperSubclass objects directly. Instead, it assigns the rating to the wrapped association. Therefore, an implementation simply delegates all Rateable methods to the wrapped association.
The OntologyManager is responsible for creating and managing objects of this type.
RatingManager
,
OntologyManager
,
Topic
Method Summary | |
Topic |
getSubclass()
Returns the subclass topic of a superclass-subclass-relationship between two topics. |
Topic |
getSuperclass()
Returns the superclass topic of a superclass-subclass-relationship between two topics. |
Methods inherited from interface de.uka.ipd.consensus.foundation.schema.Rateable |
addRating, getAverageRatingValue, getId, getRating, getRatings, getRatingsCount |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public Topic getSuperclass()
null
public Topic getSubclass()
null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |