| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Concept | |
edu.unika.aifb.kaon | |
edu.unika.aifb.kaon.daml |
Uses of Concept in edu.unika.aifb.kaon |
Classes in edu.unika.aifb.kaon that implement Concept | |
class | ConceptImpl ConceptImpl An Implementation of the Concept Interface part of Simple Triple Store (SITRIS) http://ontoserver.aifb.uni-karlsruhe.de/sitris |
Fields in edu.unika.aifb.kaon declared as Concept | |
(package private) Concept | Ontology._root |
Methods in edu.unika.aifb.kaon that return Concept | |
abstract Concept | EntityFactory.createConcept() Creates a new anonymous concept |
abstract Concept | EntityFactory.createConcept(String lang, String s_identifier, String label) |
abstract Concept | EntityFactory.createConcept(String lang, String label) |
abstract Concept | EntityFactory.createConcept(String uri) Creates a new concept with the given uri |
Concept | EntityFactoryImpl.createConcept() |
Concept | EntityFactoryImpl.createConcept(String lang, String s_identifier, String label) |
Concept | EntityFactoryImpl.createConcept(String lang, String label) |
Concept | EntityFactoryImpl.createConcept(String uri) Creates a new concept with the given uri |
Concept | Instance.getConcept() Returns the concept, this instance has been defined for. |
Concept | InstanceImpl.getConcept() |
Concept[] | LexicalEntry.getConcepts() Insert the method's description here. |
edu.unika.aifb.kaon.Concept[] | LexicalEntryImpl.getConcepts() |
abstract Concept | Ontology.getConcept(Instance i) Tries to look up a concept by it's instance Creation date: (09.07.2001 09:16:27) |
abstract Concept | Ontology.getConcept(Resource uri) Tries to lookup a concept by it's uri |
abstract Concept[] | Ontology.getConcepts() Returns all concepts of this ontology Creation date: (09.07.2001 09:36:59) |
abstract Concept[] | Ontology.getConcepts(LexicalEntry le) Tries to lookup a set of concepts by its lexical entry Creation date: (09.07.2001 09:15:12) |
abstract Concept | Ontology.getRootConcept() Returns the root concept. |
Concept | OntologyImpl.getConcept(Instance i) |
Concept | OntologyImpl.getConcept(org.w3c.rdf.model.Resource uri) |
edu.unika.aifb.kaon.Concept[] | OntologyImpl.getConcepts() |
edu.unika.aifb.kaon.Concept[] | OntologyImpl.getConcepts(LexicalEntry le) |
Concept | OntologyImpl.getRootConcept() |
Concept[] | Relation.getDomain() Insert the method's description here. |
Concept | Relation.getRange() Insert the method's description here. |
Concept[] | RelationImpl.getDomain() |
Concept | RelationImpl.getRange() |
Methods in edu.unika.aifb.kaon with parameters of type Concept | |
abstract Instance | EntityFactory.createInstance(Concept c, String uri) TO DO - JavaDoc |
abstract Instance | EntityFactory.createInstance(Concept c) TO DO - JavaDoc |
Instance | EntityFactoryImpl.createInstance(Concept c, String uri) |
Instance | EntityFactoryImpl.createInstance(Concept c) |
abstract void | Ontology.addIsa(Concept subc, Concept superc) Adds a super to subconcept relation Creation date: (09.07.2001 09:18:07) |
abstract Instance[] | Ontology.getInstances(Concept c) TO DO - JavaDoc |
abstract boolean | Ontology.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) |
void | OntologyImpl.addIsa(Concept subc, Concept superc) |
edu.unika.aifb.kaon.Instance[] | OntologyImpl.getInstances(Concept c) |
boolean | OntologyImpl.isSubConcept(Concept subc, Concept superc) |
void | Relation.addDomain(Concept c) TO DO - JavaDoc |
boolean | Relation.isDomain(Concept c) Checks, whether the given Concept belongs to the domains of this relation Creation date: (09.07.2001 14:43:45) |
boolean | Relation.isRange(Concept c) Checks whether the given Concept belongs to the range of this relation Creation date: (09.07.2001 14:44:17) |
void | Relation.removeDomain(Concept c) Removes the specified concept from the list of domains of this relation. |
void | Relation.setRange(Concept range) TO DO - JavaDoc |
void | RelationImpl.addDomain(Concept c) |
boolean | RelationImpl.isDomain(Concept c) |
boolean | RelationImpl.isRange(Concept c) |
void | RelationImpl.removeDomain(Concept c) |
void | RelationImpl.setRange(Concept range) TO DO - TA |
Uses of Concept in edu.unika.aifb.kaon.daml |
Classes in edu.unika.aifb.kaon.daml that implement Concept | |
class | ConceptImpl |
Methods in edu.unika.aifb.kaon.daml that return Concept | |
Concept | EntityFactoryImpl.createConcept() |
Concept | EntityFactoryImpl.createConcept(String lang, String s_identifier, String label) |
Concept | EntityFactoryImpl.createConcept(String lang, String label) |
Concept | EntityFactoryImpl.createConcept(String uri) |
Concept | InstanceImpl.getConcept() |
Concept[] | LexicalEntryImpl.getConcepts() |
Concept | OntologyImpl.getConcept(Instance i) |
Concept | OntologyImpl.getConcept(Object id) |
Concept | OntologyImpl.getConcept(Resource uri) |
Concept[] | OntologyImpl.getConcepts() |
Concept[] | OntologyImpl.getConcepts(LexicalEntry le) |
Concept | OntologyImpl.getRootConcept() |
Concept[] | RelationImpl.getDomain() |
Concept | RelationImpl.getRange() |
Methods in edu.unika.aifb.kaon.daml with parameters of type Concept | |
Instance | EntityFactoryImpl.createInstance(Concept c, String uri) |
Instance | EntityFactoryImpl.createInstance(Concept c) |
void | OntologyImpl.addIsa(Concept subc, Concept superc) |
Instance[] | OntologyImpl.getInstances(Concept c) |
boolean | OntologyImpl.isSubConcept(Concept subc, Concept superc) |
void | RelationImpl.addDomain(Concept c) |
boolean | RelationImpl.isDomain(Concept c) |
boolean | RelationImpl.isRange(Concept c) |
void | RelationImpl.removeDomain(Concept c) |
void | RelationImpl.setRange(Concept range) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |