| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface Ontology Defines the operations on Ontologies part of Simple Triple Store (SITRIS) http://ontoserver.aifb.uni-karlsruhe.de/sts (c) 2001 AIFB, Universität Karlsruhe (TH)
Field Summary | |
(package private) EntityFactory | _entityFactory |
(package private) OntologyMetaData | _metadata |
(package private) Model | _model |
(package private) Concept | _root |
(package private) VocabularyAdaptor | _vocabularyAdaptor |
Method Summary | |
abstract void | addIsa(Concept subc, Concept superc) Adds a super to subconcept relation Creation date: (09.07.2001 09:18:07) |
abstract void | addIsa(Relation superr, Relation subr) Adds a hierarchical relation between two relations. |
abstract Concept | getConcept(Instance i) Tries to look up a concept by it's instance Creation date: (09.07.2001 09:16:27) |
abstract Concept | getConcept(Resource uri) Tries to lookup a concept by it's uri |
abstract Concept[] | getConcepts() Returns all concepts of this ontology Creation date: (09.07.2001 09:36:59) |
abstract Concept[] | getConcepts(LexicalEntry le) Tries to lookup a set of concepts by its lexical entry Creation date: (09.07.2001 09:15:12) |
EntityFactory | getEntityFactory() TO DO - JavaDoc |
abstract Instance | getInstance(Resource uri) Tries to lookup an instance by it's uri |
abstract Instance[] | getInstances() TO DO - JavaDoc |
abstract Instance[] | getInstances(Concept c) TO DO - JavaDoc |
abstract LexicalEntry[] | getLexicalEntries() TO DO - JavaDoc |
OntologyMetaData | getMetaData() Returns the meta data object of this ontology Creation date: (09.07.2001 08:35:20) |
org.w3c.rdf.model.Model | getModel() Insert the method's description here. |
abstract Relation | getRelation(Resource uri) Tries to look up a relation (or slot, property) by uriidentifier Creation date: (09.07.2001 09:13:33) |
abstract Relation[] | getRelations() Returns all relations of this ontology Creation date: (09.07.2001 09:37:36) |
abstract Relation[] | getRelations(LexicalEntry le) Looks up a relation by a lexical entry Creation date: (09.07.2001 09:15:34) |
abstract Concept | getRootConcept() Returns the root concept. |
VocabularyAdaptor | getVocabularyAdaptor() Returns the VocabularyAdaptor of this ontology |
abstract boolean | isSubConcept(Concept subc, Concept superc) Checks whether or not a is-a relation between subc and superc exist Creation date: (09.07.2001 09:18:07) |
abstract boolean | isSubRelation(Relation superr, Relation subr) Checks whether a hierarchical relation between the two relations exists Creation date: (09.07.2001 09:20:26) |
abstract void | remove(Entity e) Insert the method's description here. |
void | setEntityFactory(EntityFactory new_entityFactory) TO DO - JavaDoc |
void | setModel(org.w3c.rdf.model.Model new_model) Insert the method's description here. |
void | setVocabularyAdaptor(VocabularyAdaptor adaptor) Sets a new Vocabulary Adaptor TO DO: Die Statements übersetzen auf das neue Vokabular Creation date: (09.07.2001 08:36:18) |
Field Detail |
EntityFactory _entityFactory
OntologyMetaData _metadata
Model _model
Concept _root
VocabularyAdaptor _vocabularyAdaptor
Method Detail |
public abstract void addIsa(Concept subc, Concept superc)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract void addIsa(Relation superr, Relation subr)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept getConcept(Instance i)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept getConcept(Resource uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept[] getConcepts()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept[] getConcepts(LexicalEntry le)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public EntityFactory getEntityFactory()
public abstract Instance getInstance(Resource uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException,
java.util.NoSuchElementException
public abstract Instance[] getInstances()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Instance[] getInstances(Concept c)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract LexicalEntry[] getLexicalEntries()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public OntologyMetaData getMetaData()
public org.w3c.rdf.model.Model getModel()
public abstract Relation getRelation(Resource uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Relation[] getRelations()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Relation[] getRelations(LexicalEntry le)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept getRootConcept()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public VocabularyAdaptor getVocabularyAdaptor()
public abstract boolean isSubConcept(Concept subc, Concept superc)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract boolean isSubRelation(Relation superr, Relation subr)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract void remove(Entity e)
public void setEntityFactory(EntityFactory new_entityFactory)
public void setModel(org.w3c.rdf.model.Model new_model)
public void setVocabularyAdaptor(VocabularyAdaptor adaptor)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |