edu.unika.aifb.kaon
Interface Entity
- All Known Subinterfaces:
- Concept, HierarchicalEntity, Instance, LexicalEntry, NamedEntity, ReferencedEntity, Relation
- All Known Implementing Classes:
- AbstractEntity
- public interface Entity
Entity
Parent of all ontological entities
part of
Simple Triple Store (SITRIS)
http://ontoserver.aifb.uni-karlsruhe.de/sts
(c) 2001 AIFB, Universität Karlsruhe (TH)
- Author:
- : Raphael Volz (volz@aifb.uni-karlsruhe.de)
Method Summary |
org.w3c.rdf.model.Resource | getIdentifier() Returns the identifier of the entity
Creation date: (09.07.2001 08:48:24) |
Ontology | getOntology() Insert the method's description here. |
void | setIdentifier(org.w3c.rdf.model.Resource uri) Sets the identifier of this entity
Creation date: (09.07.2001 08:48:41) |
void | setOntology(Ontology o) Insert the method's description here. |
getIdentifier
public org.w3c.rdf.model.Resource getIdentifier()
- Returns the identifier of the entity
Creation date: (09.07.2001 08:48:24)
getOntology
public Ontology getOntology()
- Insert the method's description here.
Creation date: (09.07.2001 12:55:41)
- Returns: edu.unika.aifb.sitris.ontology.Ontology
setIdentifier
public void setIdentifier(org.w3c.rdf.model.Resource uri)
- Sets the identifier of this entity
Creation date: (09.07.2001 08:48:41)
- Parameters:
- uri - java.lang.String
setOntology
public void setOntology(Ontology o)
- Insert the method's description here.
Creation date: (09.07.2001 12:56:20)
- Parameters:
- o - edu.unika.aifb.sitris.ontology.Ontology