Uses of Class
edu.unika.aifb.sitris.exception.NotSupportedException

Packages that use NotSupportedException
edu.unika.aifb.kaon 
edu.unika.aifb.kaon.daml 

Uses of NotSupportedException in edu.unika.aifb.kaon
 

Methods in edu.unika.aifb.kaon that throw NotSupportedException
edu.unika.aifb.kaon.LexicalEntry[]AbstractNamedEntity.getLexicalEntries()
          
voidAbstractNamedHierarchical.addSub(HierarchicalEntity e)
          
voidAbstractNamedHierarchical.addSuper(HierarchicalEntity e)
          
edu.unika.aifb.kaon.HierarchicalEntity[]AbstractNamedHierarchical.getDirectSub()
          
edu.unika.aifb.kaon.HierarchicalEntity[]AbstractNamedHierarchical.getDirectSuper()
          
edu.unika.aifb.kaon.HierarchicalEntity[]AbstractNamedHierarchical.getSub()
          
edu.unika.aifb.kaon.HierarchicalEntity[]AbstractNamedHierarchical.getSuper()
          
booleanAbstractNamedHierarchical.isMySubEntity(HierarchicalEntity sub)
          
voidAbstractNamedHierarchical.removeSub(HierarchicalEntity e)
          
voidAbstractNamedHierarchical.removeSuper(HierarchicalEntity e)
          Removes ONLY direct is-a links
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)
Instance[]Concept.getInstances()
          Insert the method's description here.
Instance[]Concept.getLocalInstances()
          Insert the method's description here.
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.Instance[]ConceptImpl.getInstances()
          
edu.unika.aifb.kaon.Instance[]ConceptImpl.getLocalInstances()
          
edu.unika.aifb.kaon.Relation[]ConceptImpl.getLocalRelations()
          
ResourceDAMLVocabulary.get()
          
ResourceDAMLVocabulary.getcardinality()
          
ResourceDAMLVocabulary.getcardinalityQ()
          
ResourceDAMLVocabulary.getcomment()
          
ResourceDAMLVocabulary.getcomplementOf()
          
ResourceDAMLVocabulary.getDatatype()
          
ResourceDAMLVocabulary.getDatatypeProperty()
          
ResourceDAMLVocabulary.getdifferentIndividualFrom()
          
ResourceDAMLVocabulary.getdisjointUnionOf()
          
ResourceDAMLVocabulary.getdisjointWith()
          
ResourceDAMLVocabulary.getdomain()
          
ResourceDAMLVocabulary.getequivalentTo()
          
ResourceDAMLVocabulary.getfirst()
          
ResourceDAMLVocabulary.gethasClass()
          
ResourceDAMLVocabulary.gethasClassQ()
          
ResourceDAMLVocabulary.gethasValue()
          
ResourceDAMLVocabulary.getimports()
          
ResourceDAMLVocabulary.getintersectionOf()
          
ResourceDAMLVocabulary.getinverseOf()
          
ResourceDAMLVocabulary.getisDefinedBy()
          
ResourceDAMLVocabulary.getitem()
          
ResourceDAMLVocabulary.getlabel()
          
ResourceDAMLVocabulary.getList()
          
ResourceDAMLVocabulary.getLiteral()
          
ResourceDAMLVocabulary.getmaxCardinality()
          
ResourceDAMLVocabulary.getmaxCardinalityQ()
          
ResourceDAMLVocabulary.getminCardinality()
          
ResourceDAMLVocabulary.getminCardinalityQ()
          
ResourceDAMLVocabulary.getnil()
          
ResourceDAMLVocabulary.getNothing()
          
ResourceDAMLVocabulary.getObjectProperty()
          
ResourceDAMLVocabulary.getoneOf()
          
ResourceDAMLVocabulary.getonProperty()
          
ResourceDAMLVocabulary.getOntology()
          
ResourceDAMLVocabulary.getProperty()
          
ResourceDAMLVocabulary.getrange()
          
ResourceDAMLVocabulary.getrest()
          
ResourceDAMLVocabulary.getRestriction()
          
ResourceDAMLVocabulary.getsameClassAs()
          
ResourceDAMLVocabulary.getsameIndividualAs()
          
ResourceDAMLVocabulary.getsamePropertyAs()
          
ResourceDAMLVocabulary.getseeAlso()
          
ResourceDAMLVocabulary.getsubClassOf()
          
ResourceDAMLVocabulary.getsubPropertyOf()
          
ResourceDAMLVocabulary.getThing()
          
ResourceDAMLVocabulary.gettoClass()
          
ResourceDAMLVocabulary.getTransitiveProperty()
          
ResourceDAMLVocabulary.gettype()
          
ResourceDAMLVocabulary.getUnambiguousProperty()
          
ResourceDAMLVocabulary.getunionOf()
          
ResourceDAMLVocabulary.getUniqueProperty()
          
ResourceDAMLVocabulary.getvalue()
          
ResourceDAMLVocabulary.getversionInfo()
          
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
abstract InstanceEntityFactory.createInstance(Concept c, String uri)
          TO DO - JavaDoc
abstract InstanceEntityFactory.createInstance(Concept c)
          TO DO - JavaDoc
abstract RelationEntityFactory.createRelation()
          TO DO - JavaDoc
abstract RelationEntityFactory.createRelation(String lang, String label)
          
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
InstanceEntityFactoryImpl.createInstance(Concept c, String uri)
          
InstanceEntityFactoryImpl.createInstance(Concept c)
          
RelationEntityFactoryImpl.createRelation()
          
RelationEntityFactoryImpl.createRelation(String lang, String label)
          
voidHierarchicalEntity.addSub(HierarchicalEntity e)
          Add a new sub entity (subClass or subRelation) Creation date: (09.07.2001 09:41:57)
voidHierarchicalEntity.addSuper(HierarchicalEntity e)
          Add super entity _e_.
HierarchicalEntity[]HierarchicalEntity.getDirectSub()
          Insert the method's description here.
HierarchicalEntity[]HierarchicalEntity.getDirectSuper()
          Insert the method's description here.
HierarchicalEntity[]HierarchicalEntity.getSub()
          Insert the method's description here.
HierarchicalEntity[]HierarchicalEntity.getSuper()
          Insert the method's description here.
booleanHierarchicalEntity.isMySubEntity(HierarchicalEntity sub)
          Checks whether sub is a sub entity (is-a relationship) of this
voidHierarchicalEntity.removeSub(HierarchicalEntity e)
          Insert the method's description here.
voidHierarchicalEntity.removeSuper(HierarchicalEntity e)
          Insert the method's description here.
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.
Instance[]Instance.getAllAssociations()
          
Instance[]Instance.getAllAssociationsME()
          
org.w3c.rdf.model.Literal[]Instance.getAllAttributes()
          
org.w3c.rdf.model.Literal[]Instance.getAllAttributesME()
          
ConceptInstance.getConcept()
          Returns the concept, this instance has been defined for.
booleanInstance.isValid()
          Checks whether all relations defined for the associated concept (including inherited) have been instanciated within this instance
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
Instance[]InstanceImpl.getAllAssociations()
          
Instance[]InstanceImpl.getAllAssociationsME()
          
org.w3c.rdf.model.Literal[]InstanceImpl.getAllAttributes()
          
org.w3c.rdf.model.Literal[]InstanceImpl.getAllAttributesME()
          
ConceptInstanceImpl.getConcept()
          
voidInstanceImpl.setValue(Relation rel, org.w3c.rdf.model.RDFNode value)
          TO DO - Transactions
ResourceKAONVocabulary.getComment()
          
ResourceKAONVocabulary.getcreator()
          
ResourceKAONVocabulary.getDE()
          
ResourceKAONVocabulary.getEN()
          
ResourceKAONVocabulary.getequivalent()
          
ResourceKAONVocabulary.getinLanguage()
          
ResourceKAONVocabulary.getLabel()
          
ResourceKAONVocabulary.getLanguage()
          
ResourceKAONVocabulary.getLexicalEntry()
          
ResourceKAONVocabulary.getNLPTool()
          
ResourceKAONVocabulary.getpos()
          
ResourceKAONVocabulary.getreferences()
          
ResourceKAONVocabulary.getRoot()
          
ResourceKAONVocabulary.getSMESmorph()
          
ResourceKAONVocabulary.getStem()
          
ResourceKAONVocabulary.getSynonymsME()
          
ResourceKAONVocabulary.getvalue()
          
voidLexicalEntry.add(ReferencedEntity e)
          Adds a reference to an entity Creation date: (09.07.2001 09:00:51)
RDFNodeLexicalEntry.getAttribute(Resource attribute)
          TO DO - JavaDoc
Concept[]LexicalEntry.getConcepts()
          Insert the method's description here.
Instance[]LexicalEntry.getInstances()
          Insert the method's description here.
StringLexicalEntry.getLanguage()
          TO DO - JavaDoc
ReferencedEntity[]LexicalEntry.getReferenced()
          Insert the method's description here.
Relation[]LexicalEntry.getRelations()
          Insert the method's description here.
StringLexicalEntry.getValue()
          TO DO - JavaDoc
voidLexicalEntry.remove(ReferencedEntity e)
          Removes a reference to an entity TO DO: Definieren was im Fehlerfall zu tun ist.
voidLexicalEntry.setAttribute(Resource attribute, RDFNode value)
          TO DO - JavaDoc
voidLexicalEntry.setLanguage(String lang)
          TO DO - JavaDoc
voidLexicalEntry.setValue(String value)
          TO DO - JavaDoc
voidLexicalEntryImpl.add(ReferencedEntity e)
          
edu.unika.aifb.kaon.Concept[]LexicalEntryImpl.getConcepts()
          
edu.unika.aifb.kaon.Instance[]LexicalEntryImpl.getInstances()
          
java.lang.StringLexicalEntryImpl.getLanguage()
          TO DO
edu.unika.aifb.kaon.ReferencedEntity[]LexicalEntryImpl.getReferenced()
          
edu.unika.aifb.kaon.Relation[]LexicalEntryImpl.getRelations()
          
java.lang.StringLexicalEntryImpl.getValue()
          
voidLexicalEntryImpl.remove(ReferencedEntity e)
          
voidLexicalEntryImpl.setAttribute(org.w3c.rdf.model.Resource attribute, org.w3c.rdf.model.RDFNode value)
          
voidLexicalEntryImpl.setLanguage(java.lang.String lang)
          Pre: lang != null
voidLexicalEntryImpl.setValue(java.lang.String value)
          
abstract voidOntology.addIsa(Concept subc, Concept superc)
          Adds a super to subconcept relation Creation date: (09.07.2001 09:18:07)
abstract voidOntology.addIsa(Relation superr, Relation subr)
          Adds a hierarchical relation between two relations.
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 InstanceOntology.getInstance(Resource uri)
          Tries to lookup an instance by it's uri
abstract Instance[]Ontology.getInstances()
          TO DO - JavaDoc
abstract Instance[]Ontology.getInstances(Concept c)
          TO DO - JavaDoc
abstract LexicalEntry[]Ontology.getLexicalEntries()
          TO DO - JavaDoc
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)
abstract ConceptOntology.getRootConcept()
          Returns the root concept.
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)
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(Concept subc, Concept superc)
          
voidOntologyImpl.addIsa(Relation superr, Relation subr)
          
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)
          
InstanceOntologyImpl.getInstance(Resource uri)
          
edu.unika.aifb.kaon.Instance[]OntologyImpl.getInstances()
          
edu.unika.aifb.kaon.Instance[]OntologyImpl.getInstances(Concept c)
          
edu.unika.aifb.kaon.LexicalEntry[]OntologyImpl.getLexicalEntries()
          TO DO - alle Unterklassen von LexicalEntry dazunehmen
RelationOntologyImpl.getRelation(org.w3c.rdf.model.Resource uri)
          
edu.unika.aifb.kaon.Relation[]OntologyImpl.getRelations()
          
edu.unika.aifb.kaon.Relation[]OntologyImpl.getRelations(LexicalEntry le)
          
ConceptOntologyImpl.getRootConcept()
          
booleanOntologyImpl.isSubConcept(Concept subc, Concept superc)
          
booleanOntologyImpl.isSubRelation(Relation superr, Relation subr)
          
ResourceRDFSchemaVocabulary.getComment()
          
ResourceRDFSchemaVocabulary.getConcept()
          
ResourceRDFSchemaVocabulary.getConstraintResource()
          
ResourceRDFSchemaVocabulary.getContainer()
          
ResourceRDFSchemaVocabulary.getContainerMembershipProperty()
          
ResourceRDFSchemaVocabulary.getContraintProperty()
          
ResourceRDFSchemaVocabulary.getDomain()
          
ResourceRDFSchemaVocabulary.getIsDefinedByProperty()
          
ResourceRDFSchemaVocabulary.getLabel()
          
ResourceRDFSchemaVocabulary.getLiteral()
          
ResourceRDFSchemaVocabulary.getRange()
          
ResourceRDFSchemaVocabulary.getResource()
          
ResourceRDFSchemaVocabulary.getSeeAlso()
          
ResourceRDFSchemaVocabulary.getSubConceptOf()
          
ResourceRDFSchemaVocabulary.getSubRelationOf()
          
ResourceRDFVocabulary.getAlternative()
          Returns the name of the resource for a alternative collection.
ResourceRDFVocabulary.getBag()
          Returns the name of the resource for a bag collection.
org.w3c.rdf.model.ResourceRDFVocabulary.getInstanceOf()
          Insert the method's description here.
ResourceRDFVocabulary.getObjectResource()
          Returns the name of the Object Resource (used with reification)
ResourceRDFVocabulary.getPredicateResource()
          Returns the name of the Predicate Resource (used with reification)
org.w3c.rdf.model.ResourceRDFVocabulary.getRelation()
          
ResourceRDFVocabulary.getSequence()
          Returns the name of the resource for a sequence collection.
ResourceRDFVocabulary.getStatement()
          Returns the name of the Statement Resource (used with reification)
ResourceRDFVocabulary.getSubjectResource()
          Returns the name of the Subject Resource (used with reification)
ResourceRDFVocabulary.getValueResource()
          Identifies the principal value of a property when the property value is a structured resource.
LexicalEntry[]ReferencedEntity.getLexicalEntries()
          Insert the method's description here.
voidRelation.addDomain(Concept c)
          TO DO - JavaDoc
Concept[]Relation.getDomain()
          Insert the method's description here.
ConceptRelation.getRange()
          Insert the method's description here.
ObjectRelation.getRegisteredRange(Instance domain)
          Insert the method's description here.
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)
booleanRelation.isRangeLiteral()
          
voidRelation.removeDomain(Concept c)
          Removes the specified concept from the list of domains of this relation.
voidRelation.setRange(Concept range)
          TO DO - JavaDoc
voidRelation.setRangeLiteral()
          
voidRelationImpl.addDomain(Concept c)
          
Concept[]RelationImpl.getDomain()
          
ConceptRelationImpl.getRange()
          
ObjectRelationImpl.getRegisteredRange(Instance domain)
          
booleanRelationImpl.isDomain(Concept c)
          
booleanRelationImpl.isRange(Concept c)
          
booleanRelationImpl.isRangeLiteral()
          
voidRelationImpl.removeDomain(Concept c)
          
voidRelationImpl.setRange(Concept range)
          TO DO - TA
voidRelationImpl.setRangeLiteral()
          
ResourceVocabulary.getcreator()
          
ResourceVocabulary.getDE()
          
ResourceVocabulary.getDocumentation()
          
ResourceVocabulary.getEN()
          
ResourceVocabulary.getequivalent()
          
ResourceVocabulary.getinLanguage()
          
ResourceVocabulary.getLabel()
          
ResourceVocabulary.getLanguage()
          
ResourceVocabulary.getLexicalEntry()
          
ResourceVocabulary.getNLPTool()
          
ResourceVocabulary.getpos()
          
ResourceVocabulary.getreferences()
          
ResourceVocabulary.getRoot()
          
ResourceVocabulary.getSMESmorph()
          
ResourceVocabulary.getStem()
          
ResourceVocabulary.getvalue()
          
ResourceVocabularyAdaptor.getAlternative()
          Returns the name of the resource for a alternative collection.
ResourceVocabularyAdaptor.getBag()
          Returns the name of the resource for a bag collection.
ResourceVocabularyAdaptor.getComment()
          Returns the name of the Comment Property
ResourceVocabularyAdaptor.getConcept()
          Returns the name of the Concept Resource
ResourceVocabularyAdaptor.getConstraintResource()
          Returns the name of the ContraintResource Construct
ResourceVocabularyAdaptor.getContainer()
          Returns the name of the Container Construct
ResourceVocabularyAdaptor.getContainerMembershipProperty()
          Returns the name of the Container Membership Property
ResourceVocabularyAdaptor.getContraintProperty()
          Returns the name of the ConstraintProperty Construct
ResourceVocabularyAdaptor.getcreator()
          
ResourceVocabularyAdaptor.getDE()
          
ResourceVocabularyAdaptor.getDomain()
          Returns the name of the Relation.domain Property
ResourceVocabularyAdaptor.getEN()
          
ResourceVocabularyAdaptor.getequivalent()
          
ResourceVocabularyAdaptor.getinLanguage()
          
ResourceVocabularyAdaptor.getInstanceOf()
          /** Returns the name of the instanceOf Property
ResourceVocabularyAdaptor.getIsDefinedByProperty()
          Returns the name of the isDefinedBy Property
ResourceVocabularyAdaptor.getLabel()
          Returns the name of the labelProperty
ResourceVocabularyAdaptor.getLanguage()
          
ResourceVocabularyAdaptor.getLexicalEntry()
          
ResourceVocabularyAdaptor.getLiteral()
          Returns the name of the Literal Construct
ResourceVocabularyAdaptor.getNLPTool()
          
ResourceVocabularyAdaptor.getObjectResource()
          Returns the name of the Object Resource (used with reification)
ResourceVocabularyAdaptor.getpos()
          
ResourceVocabularyAdaptor.getPredicateResource()
          Returns the name of the Predicate Resource (used with reification)
ResourceVocabularyAdaptor.getRange()
          Returns the name of the Relation.Range Property
ResourceVocabularyAdaptor.getreferences()
          
ResourceVocabularyAdaptor.getRelation()
          Returns the name of the Relation Resource
ResourceVocabularyAdaptor.getResource()
          Returns the name of the Resource Resource itself
ResourceVocabularyAdaptor.getRoot()
          
ResourceVocabularyAdaptor.getSeeAlso()
          Returns the name of the seeAlso Property
ResourceVocabularyAdaptor.getSequence()
          Returns the name of the resource for a sequence collection.
ResourceVocabularyAdaptor.getSMESmorph()
          
ResourceVocabularyAdaptor.getStatement()
          Returns the name of the Statement Resource (used with reification)
ResourceVocabularyAdaptor.getStem()
          
ResourceVocabularyAdaptor.getSubConceptOf()
          Returns the name of the subConceptOf Property
ResourceVocabularyAdaptor.getSubjectResource()
          Returns the name of the Subject Resource (used with reification)
ResourceVocabularyAdaptor.getSubRelationOf()
          Returns the name of the subRelationOf Property
ResourceVocabularyAdaptor.getSynonymsME()
          
ResourceVocabularyAdaptor.getvalue()
          
ResourceVocabularyAdaptor.getValueResource()
          Identifies the principal value of a property when the property value is a structured resource.
 

Uses of NotSupportedException in edu.unika.aifb.kaon.daml
 

Methods in edu.unika.aifb.kaon.daml that throw NotSupportedException
Relation[]ConceptImpl.getAllRelations()
          
HierarchicalEntity[]ConceptImpl.getDirectSuper()
          
Relation[]ConceptImpl.getInheritedRelations()
          
Instance[]ConceptImpl.getInstances()
          
Instance[]ConceptImpl.getLocalInstances()
          
Relation[]ConceptImpl.getLocalRelations()
          
ConceptEntityFactoryImpl.createConcept()
          
ConceptEntityFactoryImpl.createConcept(String lang, String s_identifier, String label)
          
ConceptEntityFactoryImpl.createConcept(String lang, String label)
          
ConceptEntityFactoryImpl.createConcept(String uri)
          
InstanceEntityFactoryImpl.createInstance(Concept c, String uri)
          
InstanceEntityFactoryImpl.createInstance(Concept c)
          
RelationEntityFactoryImpl.createRelation()
          
RelationEntityFactoryImpl.createRelation(String lang, String label)
          
voidInstanceImpl.addValue(Relation rel, RDFNode value)
          
Instance[]InstanceImpl.getAllAssociations()
          
Instance[]InstanceImpl.getAllAssociationsME()
          
Literal[]InstanceImpl.getAllAttributes()
          
Literal[]InstanceImpl.getAllAttributesME()
          
ConceptInstanceImpl.getConcept()
          
booleanInstanceImpl.isValid()
          
voidInstanceImpl.setValue(Relation rel, RDFNode value)
          
voidLexicalEntryImpl.add(ReferencedEntity e)
          
RDFNodeLexicalEntryImpl.getAttribute(Resource attribute)
          
Concept[]LexicalEntryImpl.getConcepts()
          
Instance[]LexicalEntryImpl.getInstances()
          
StringLexicalEntryImpl.getLanguage()
          
ReferencedEntity[]LexicalEntryImpl.getReferenced()
          
Relation[]LexicalEntryImpl.getRelations()
          
StringLexicalEntryImpl.getValue()
          
voidLexicalEntryImpl.remove(ReferencedEntity e)
          
voidLexicalEntryImpl.setAttribute(Resource attribute, RDFNode value)
          
voidLexicalEntryImpl.setLanguage(String lang)
          
voidLexicalEntryImpl.setValue(String value)
          
voidOntologyImpl.addIsa(Concept subc, Concept superc)
          
voidOntologyImpl.addIsa(Relation superr, Relation subr)
          
ConceptOntologyImpl.getConcept(Instance i)
          
ConceptOntologyImpl.getConcept(Resource uri)
          
Concept[]OntologyImpl.getConcepts()
          
Concept[]OntologyImpl.getConcepts(LexicalEntry le)
          
InstanceOntologyImpl.getInstance(Resource uri)
          
Instance[]OntologyImpl.getInstances()
          
Instance[]OntologyImpl.getInstances(Concept c)
          
LexicalEntry[]OntologyImpl.getLexicalEntries()
          
RelationOntologyImpl.getRelation(Resource uri)
          
Relation[]OntologyImpl.getRelations()
          
Relation[]OntologyImpl.getRelations(LexicalEntry le)
          
ConceptOntologyImpl.getRootConcept()
          
booleanOntologyImpl.isSubConcept(Concept subc, Concept superc)
          
booleanOntologyImpl.isSubRelation(Relation superr, Relation subr)
          
voidRelationImpl.addDomain(Concept c)
          
HierarchicalEntity[]RelationImpl.getDirectSuper()
          
Concept[]RelationImpl.getDomain()
          
ConceptRelationImpl.getRange()
          
ObjectRelationImpl.getRegisteredRange(Instance domain)
          
booleanRelationImpl.isDomain(Concept c)
          
booleanRelationImpl.isRange(Concept c)
          
booleanRelationImpl.isRangeLiteral()
          
voidRelationImpl.removeDomain(Concept c)
          
voidRelationImpl.setRange(Concept range)
          
voidRelationImpl.setRangeLiteral()