edu.unika.aifb.kaon
Interface Concept
- All Known Implementing Classes:
- ConceptImpl, ConceptImpl
- public interface Concept
- extends HierarchicalEntity
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[]