|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Concept
A concept is a vocabulary word defined in a domain that has relations to other concepts present in the same domain, and has projections to other concepts in different domains through a mapping across domains.
Method Summary | |
---|---|
int |
degree()
Return the degree of this concept, that is the total number of relations, projections, and assignments linked to this concept. |
java.lang.String |
getAccession()
Return the accession (an unique identifier) of this concept. |
java.util.Set<Assignment> |
getAssignments()
Return the set of assignments for this concept. |
java.lang.String |
getDefinition()
Return the definition of this concept. |
Domain |
getDomain()
Return the domain of this concept. |
java.lang.String |
getName()
Return the name of this concept. |
java.util.Set<Projection> |
getProjections()
Return the set of all projections for this concept. |
java.util.Set<Relation> |
getRelations()
Return the set of all relations for this concept. |
java.util.Set<Projection> |
inProjections()
Return the set of in projections for this concept, that is those projections that have this concept as the target. |
java.util.Set<Relation> |
inRelations()
Return the set of in relations for this concept, that is those relations that have this concept as the target. |
java.util.Set<Projection> |
outProjections()
Return the set of out projections for this concept, that is those projections that have this concept as the source. |
java.util.Set<Relation> |
outRelations()
Return the set of out relations for this concept, that is those relations that have this concept as the source. |
Method Detail |
---|
java.lang.String getName()
java.lang.String getAccession()
java.lang.String getDefinition()
int degree()
java.util.Set<Relation> inRelations()
java.util.Set<Relation> outRelations()
java.util.Set<Relation> getRelations()
java.util.Set<Projection> inProjections()
java.util.Set<Projection> outProjections()
java.util.Set<Projection> getProjections()
java.util.Set<Assignment> getAssignments()
Domain getDomain()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |