| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
abstract Concept | createConcept(String lang, String label) |
abstract Concept | createConcept(String uri) Creates a new concept with the given uri |
abstract Concept | createConcept() Creates a new anonymous concept |
abstract Concept | createConcept(String lang, String s_identifier, String label) |
abstract Instance | createInstance(Concept c) TO DO - JavaDoc |
abstract Instance | createInstance(Concept c, String uri) TO DO - JavaDoc |
static Ontology | createOntology(VocabularyAdaptor vocabulary, Model model) TO DO - JavaDoc |
abstract Relation | createRelation(String lang, String label) |
abstract Relation | createRelation() TO DO - JavaDoc |
abstract Ontology | getOntology() TO DO - JavaDoc |
static Ontology | loadOntology(Model model) Loads an ontology from the given model. |
abstract void | setOntology(Ontology o) TO DO - JavaDoc |
Method Detail |
public abstract Concept createConcept(String lang, String label)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept createConcept(String uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept createConcept()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Concept createConcept(String lang, String s_identifier, String label)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Instance createInstance(Concept c)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Instance createInstance(Concept c, String uri)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public static Ontology createOntology(VocabularyAdaptor vocabulary, Model model)
public abstract Relation createRelation(String lang, String label)
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Relation createRelation()
throws edu.unika.aifb.sitris.exception.NotSupportedException
public abstract Ontology getOntology()
public static Ontology loadOntology(Model model)
public abstract void setOntology(Ontology o)
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |