| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Relation | |
edu.unika.aifb.kaon | |
edu.unika.aifb.kaon.daml |
Uses of Relation in edu.unika.aifb.kaon |
Classes in edu.unika.aifb.kaon that implement Relation | |
class | RelationImpl |
Methods in edu.unika.aifb.kaon that return Relation | |
Relation[] | Concept.getAllRelations() Returns all relations of this concept Creation date: (09.07.2001 14:46:36) |
Relation[] | Concept.getInheritedRelations() Returns all relations of this concept Creation date: (09.07.2001 14:46:36) |
Relation[] | Concept.getLocalRelations() Returns all relations of this concept Creation date: (09.07.2001 14:46:36) |
edu.unika.aifb.kaon.Relation[] | ConceptImpl.getAllRelations() |
Relation[] | ConceptImpl.getInheritedRelations() |
edu.unika.aifb.kaon.Relation[] | ConceptImpl.getLocalRelations() |
abstract Relation | EntityFactory.createRelation() TO DO - JavaDoc |
abstract Relation | EntityFactory.createRelation(String lang, String label) |
Relation | EntityFactoryImpl.createRelation() |
Relation | EntityFactoryImpl.createRelation(String lang, String label) |
Relation[] | LexicalEntry.getRelations() Insert the method's description here. |
edu.unika.aifb.kaon.Relation[] | LexicalEntryImpl.getRelations() |
abstract Relation | Ontology.getRelation(Resource uri) Tries to look up a relation (or slot, property) by uriidentifier Creation date: (09.07.2001 09:13:33) |
abstract Relation[] | Ontology.getRelations() Returns all relations of this ontology Creation date: (09.07.2001 09:37:36) |
abstract Relation[] | Ontology.getRelations(LexicalEntry le) Looks up a relation by a lexical entry Creation date: (09.07.2001 09:15:34) |
Relation | OntologyImpl.getRelation(org.w3c.rdf.model.Resource uri) |
edu.unika.aifb.kaon.Relation[] | OntologyImpl.getRelations() |
edu.unika.aifb.kaon.Relation[] | OntologyImpl.getRelations(LexicalEntry le) |
Methods in edu.unika.aifb.kaon with parameters of type Relation | |
void | Instance.addValue(Relation rel, RDFNode value) Fills Relation rel with value val, if a value for this attribute already exists, a second attribute is added. |
RDFNode | Instance.getValue(Relation rel) |
Collection | Instance.getValues(Relation rel) |
boolean | Instance.hasValue(Relation rel) |
void | Instance.removeValues(Relation rel) Remove all values of the specified Relation |
void | Instance.setValue(Relation rel, RDFNode value) Fills Relation rel with value val, overwrites existing attribute value |
void | InstanceImpl.addValue(Relation rel, org.w3c.rdf.model.RDFNode value) TO DO - Transactions |
org.w3c.rdf.model.RDFNode | InstanceImpl.getValue(Relation rel) |
Collection | InstanceImpl.getValues(Relation rel) |
boolean | InstanceImpl.hasValue(Relation rel) |
void | InstanceImpl.removeValues(Relation rel) Remove all values of the specified Relation |
void | InstanceImpl.setValue(Relation rel, org.w3c.rdf.model.RDFNode value) TO DO - Transactions |
abstract void | Ontology.addIsa(Relation superr, Relation subr) Adds a hierarchical relation between two relations. |
abstract boolean | Ontology.isSubRelation(Relation superr, Relation subr) Checks whether a hierarchical relation between the two relations exists Creation date: (09.07.2001 09:20:26) |
void | OntologyImpl.addIsa(Relation superr, Relation subr) |
boolean | OntologyImpl.isSubRelation(Relation superr, Relation subr) |
Uses of Relation in edu.unika.aifb.kaon.daml |
Classes in edu.unika.aifb.kaon.daml that implement Relation | |
class | RelationImpl |
Methods in edu.unika.aifb.kaon.daml that return Relation | |
Relation[] | ConceptImpl.getAllRelations() |
Relation[] | ConceptImpl.getInheritedRelations() |
Relation[] | ConceptImpl.getLocalRelations() |
Relation | EntityFactoryImpl.createRelation() |
Relation | EntityFactoryImpl.createRelation(String lang, String label) |
Relation[] | LexicalEntryImpl.getRelations() |
Relation | OntologyImpl.getRelation(Object id) |
Relation | OntologyImpl.getRelation(Resource uri) |
Relation[] | OntologyImpl.getRelations() |
Relation[] | OntologyImpl.getRelations(LexicalEntry le) |
Methods in edu.unika.aifb.kaon.daml with parameters of type Relation | |
void | InstanceImpl.addValue(Relation rel, RDFNode value) |
RDFNode | InstanceImpl.getValue(Relation rel) |
Collection | InstanceImpl.getValues(Relation rel) |
boolean | InstanceImpl.hasValue(Relation rel) |
void | InstanceImpl.removeValues(Relation rel) |
void | InstanceImpl.setValue(Relation rel, RDFNode value) |
void | OntologyImpl.addIsa(Relation superr, Relation subr) |
boolean | OntologyImpl.isSubRelation(Relation superr, Relation subr) |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |