Uses of Class
edu.unika.aifb.kaon.Relation

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 RelationEntityFactory.createRelation()
          TO DO - JavaDoc
abstract RelationEntityFactory.createRelation(String lang, String label)
          
RelationEntityFactoryImpl.createRelation()
          
RelationEntityFactoryImpl.createRelation(String lang, String label)
          
Relation[]LexicalEntry.getRelations()
          Insert the method's description here.
edu.unika.aifb.kaon.Relation[]LexicalEntryImpl.getRelations()
          
abstract RelationOntology.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)
RelationOntologyImpl.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
voidInstance.addValue(Relation rel, RDFNode value)
          Fills Relation rel with value val, if a value for this attribute already exists, a second attribute is added.
RDFNodeInstance.getValue(Relation rel)
          
CollectionInstance.getValues(Relation rel)
          
booleanInstance.hasValue(Relation rel)
          
voidInstance.removeValues(Relation rel)
          Remove all values of the specified Relation
voidInstance.setValue(Relation rel, RDFNode value)
          Fills Relation rel with value val, overwrites existing attribute value
voidInstanceImpl.addValue(Relation rel, org.w3c.rdf.model.RDFNode value)
          TO DO - Transactions
org.w3c.rdf.model.RDFNodeInstanceImpl.getValue(Relation rel)
          
CollectionInstanceImpl.getValues(Relation rel)
          
booleanInstanceImpl.hasValue(Relation rel)
          
voidInstanceImpl.removeValues(Relation rel)
          Remove all values of the specified Relation
voidInstanceImpl.setValue(Relation rel, org.w3c.rdf.model.RDFNode value)
          TO DO - Transactions
abstract voidOntology.addIsa(Relation superr, Relation subr)
          Adds a hierarchical relation between two relations.
abstract booleanOntology.isSubRelation(Relation superr, Relation subr)
          Checks whether a hierarchical relation between the two relations exists Creation date: (09.07.2001 09:20:26)
voidOntologyImpl.addIsa(Relation superr, Relation subr)
          
booleanOntologyImpl.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()
          
RelationEntityFactoryImpl.createRelation()
          
RelationEntityFactoryImpl.createRelation(String lang, String label)
          
Relation[]LexicalEntryImpl.getRelations()
          
RelationOntologyImpl.getRelation(Object id)
          
RelationOntologyImpl.getRelation(Resource uri)
          
Relation[]OntologyImpl.getRelations()
          
Relation[]OntologyImpl.getRelations(LexicalEntry le)
          
 

Methods in edu.unika.aifb.kaon.daml with parameters of type Relation
voidInstanceImpl.addValue(Relation rel, RDFNode value)
          
RDFNodeInstanceImpl.getValue(Relation rel)
          
CollectionInstanceImpl.getValues(Relation rel)
          
booleanInstanceImpl.hasValue(Relation rel)
          
voidInstanceImpl.removeValues(Relation rel)
          
voidInstanceImpl.setValue(Relation rel, RDFNode value)
          
voidOntologyImpl.addIsa(Relation superr, Relation subr)
          
booleanOntologyImpl.isSubRelation(Relation superr, Relation subr)