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

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) ConceptOntology._root
          
 

Methods in edu.unika.aifb.kaon that return Concept
abstract ConceptEntityFactory.createConcept()
          Creates a new anonymous concept
abstract ConceptEntityFactory.createConcept(String lang, String s_identifier, String label)
          
abstract ConceptEntityFactory.createConcept(String lang, String label)
          
abstract ConceptEntityFactory.createConcept(String uri)
          Creates a new concept with the given uri
ConceptEntityFactoryImpl.createConcept()
          
ConceptEntityFactoryImpl.createConcept(String lang, String s_identifier, String label)
          
ConceptEntityFactoryImpl.createConcept(String lang, String label)
          
ConceptEntityFactoryImpl.createConcept(String uri)
          Creates a new concept with the given uri
ConceptInstance.getConcept()
          Returns the concept, this instance has been defined for.
ConceptInstanceImpl.getConcept()
          
Concept[]LexicalEntry.getConcepts()
          Insert the method's description here.
edu.unika.aifb.kaon.Concept[]LexicalEntryImpl.getConcepts()
          
abstract ConceptOntology.getConcept(Instance i)
          Tries to look up a concept by it's instance Creation date: (09.07.2001 09:16:27)
abstract ConceptOntology.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 ConceptOntology.getRootConcept()
          Returns the root concept.
ConceptOntologyImpl.getConcept(Instance i)
          
ConceptOntologyImpl.getConcept(org.w3c.rdf.model.Resource uri)
          
edu.unika.aifb.kaon.Concept[]OntologyImpl.getConcepts()
          
edu.unika.aifb.kaon.Concept[]OntologyImpl.getConcepts(LexicalEntry le)
          
ConceptOntologyImpl.getRootConcept()
          
Concept[]Relation.getDomain()
          Insert the method's description here.
ConceptRelation.getRange()
          Insert the method's description here.
Concept[]RelationImpl.getDomain()
          
ConceptRelationImpl.getRange()
          
 

Methods in edu.unika.aifb.kaon with parameters of type Concept
abstract InstanceEntityFactory.createInstance(Concept c, String uri)
          TO DO - JavaDoc
abstract InstanceEntityFactory.createInstance(Concept c)
          TO DO - JavaDoc
InstanceEntityFactoryImpl.createInstance(Concept c, String uri)
          
InstanceEntityFactoryImpl.createInstance(Concept c)
          
abstract voidOntology.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 booleanOntology.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)
voidOntologyImpl.addIsa(Concept subc, Concept superc)
          
edu.unika.aifb.kaon.Instance[]OntologyImpl.getInstances(Concept c)
          
booleanOntologyImpl.isSubConcept(Concept subc, Concept superc)
          
voidRelation.addDomain(Concept c)
          TO DO - JavaDoc
booleanRelation.isDomain(Concept c)
          Checks, whether the given Concept belongs to the domains of this relation Creation date: (09.07.2001 14:43:45)
booleanRelation.isRange(Concept c)
          Checks whether the given Concept belongs to the range of this relation Creation date: (09.07.2001 14:44:17)
voidRelation.removeDomain(Concept c)
          Removes the specified concept from the list of domains of this relation.
voidRelation.setRange(Concept range)
          TO DO - JavaDoc
voidRelationImpl.addDomain(Concept c)
          
booleanRelationImpl.isDomain(Concept c)
          
booleanRelationImpl.isRange(Concept c)
          
voidRelationImpl.removeDomain(Concept c)
          
voidRelationImpl.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
ConceptEntityFactoryImpl.createConcept()
          
ConceptEntityFactoryImpl.createConcept(String lang, String s_identifier, String label)
          
ConceptEntityFactoryImpl.createConcept(String lang, String label)
          
ConceptEntityFactoryImpl.createConcept(String uri)
          
ConceptInstanceImpl.getConcept()
          
Concept[]LexicalEntryImpl.getConcepts()
          
ConceptOntologyImpl.getConcept(Instance i)
          
ConceptOntologyImpl.getConcept(Object id)
          
ConceptOntologyImpl.getConcept(Resource uri)
          
Concept[]OntologyImpl.getConcepts()
          
Concept[]OntologyImpl.getConcepts(LexicalEntry le)
          
ConceptOntologyImpl.getRootConcept()
          
Concept[]RelationImpl.getDomain()
          
ConceptRelationImpl.getRange()
          
 

Methods in edu.unika.aifb.kaon.daml with parameters of type Concept
InstanceEntityFactoryImpl.createInstance(Concept c, String uri)
          
InstanceEntityFactoryImpl.createInstance(Concept c)
          
voidOntologyImpl.addIsa(Concept subc, Concept superc)
          
Instance[]OntologyImpl.getInstances(Concept c)
          
booleanOntologyImpl.isSubConcept(Concept subc, Concept superc)
          
voidRelationImpl.addDomain(Concept c)
          
booleanRelationImpl.isDomain(Concept c)
          
booleanRelationImpl.isRange(Concept c)
          
voidRelationImpl.removeDomain(Concept c)
          
voidRelationImpl.setRange(Concept range)