|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.uzh.ifi.attempto.acewiki.core.ontology.OntologyElement
ch.uzh.ifi.attempto.acewiki.core.ontology.Concept
public abstract class Concept
This abstract class represents a concept (other terminologies call it "unary relation", "class", or "type").
Constructor Summary | |
---|---|
protected |
Concept()
Initializes the concept. |
Method Summary | |
---|---|
boolean |
areIndividualsCached()
Returns true if the individuals of this concept are cached and do not have to be recalculated. |
boolean |
areSubConceptsCached()
Returns true if the sub-concepts of this concept are cached and do not have to be recalculated. |
boolean |
areSuperConceptsCached()
Returns true if the suber-concepts of this concept are cached and do not have to be recalculated. |
java.util.List<Individual> |
getIndividuals()
Returns all individuals that belong to this concept. |
java.util.List<Concept> |
getSubConcepts()
Returns all sub-concepts of this concept. |
java.util.List<Concept> |
getSuperConcepts()
Returns all super-concepts of this concept. |
Methods inherited from class ch.uzh.ifi.attempto.acewiki.core.ontology.OntologyElement |
---|
add, changeWords, compareTo, edit, getHeadword, getInternalType, getOntology, getPrettyWord, getSentences, getType, getURI, getURISuffix, getWord, getWord, getWords, log, registerAt, remove, setWords, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected Concept()
Method Detail |
---|
public java.util.List<Individual> getIndividuals()
Ontology.getIndividuals(Concept)
public boolean areIndividualsCached()
public java.util.List<Concept> getSuperConcepts()
Ontology.getSuperConcepts(Concept)
public boolean areSuperConceptsCached()
public java.util.List<Concept> getSubConcepts()
Ontology.getSubConcepts(Concept)
public boolean areSubConceptsCached()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |