edu.unika.aifb.kaon
Interface Concept

All Known Implementing Classes:
ConceptImpl, ConceptImpl

public interface Concept
extends HierarchicalEntity


Method Summary
 Relation[]getAllRelations()
          Returns all relations of this concept Creation date: (09.07.2001 14:46:36)
 Relation[]getInheritedRelations()
          Returns all relations of this concept Creation date: (09.07.2001 14:46:36)
 Instance[]getInstances()
          Insert the method's description here.
 Instance[]getLocalInstances()
          Insert the method's description here.
 Relation[]getLocalRelations()
          Returns all relations of this concept Creation date: (09.07.2001 14:46:36)

Methods inherited from interface edu.unika.aifb.kaon.HierarchicalEntity
addSub, addSuper, getDirectSub, getDirectSuper, getSub, getSuper, isMySubEntity, removeSub, removeSuper

Methods inherited from interface edu.unika.aifb.kaon.ReferencedEntity
getLexicalEntries

Methods inherited from interface edu.unika.aifb.kaon.Entity
getIdentifier, getOntology, setIdentifier, setOntology

Methods inherited from interface edu.unika.aifb.kaon.NamedEntity
getDocumentation, getDocumentation, getLabel, getLabel, getStems, getSynonymsME, setDocumentation, setLabel, setStems, setSynonymsME

Method Detail

getAllRelations

public Relation[] getAllRelations()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Returns all relations of this concept Creation date: (09.07.2001 14:46:36)
Returns: edu.unika.aifb.sitris.ontology.Relation[]

getInheritedRelations

public Relation[] getInheritedRelations()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Returns all relations of this concept Creation date: (09.07.2001 14:46:36)
Returns: edu.unika.aifb.sitris.ontology.Relation[]

getInstances

public Instance[] getInstances()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (09.07.2001 11:28:22)
Returns: edu.unika.aifb.sitris.ontology.Instance[]

getLocalInstances

public Instance[] getLocalInstances()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Insert the method's description here. Creation date: (09.07.2001 11:28:22)
Returns: edu.unika.aifb.sitris.ontology.Instance[]

getLocalRelations

public Relation[] getLocalRelations()
throws org.w3c.rdf.model.ModelException,
edu.unika.aifb.sitris.exception.NotSupportedException
Returns all relations of this concept Creation date: (09.07.2001 14:46:36)
Returns: edu.unika.aifb.sitris.ontology.Relation[]