| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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() |
void | AbstractNamedHierarchical.addSub(HierarchicalEntity e) |
void | AbstractNamedHierarchical.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() |
boolean | AbstractNamedHierarchical.isMySubEntity(HierarchicalEntity sub) |
void | AbstractNamedHierarchical.removeSub(HierarchicalEntity e) |
void | AbstractNamedHierarchical.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() |
Resource | DAMLVocabulary.get() |
Resource | DAMLVocabulary.getcardinality() |
Resource | DAMLVocabulary.getcardinalityQ() |
Resource | DAMLVocabulary.getcomment() |
Resource | DAMLVocabulary.getcomplementOf() |
Resource | DAMLVocabulary.getDatatype() |
Resource | DAMLVocabulary.getDatatypeProperty() |
Resource | DAMLVocabulary.getdifferentIndividualFrom() |
Resource | DAMLVocabulary.getdisjointUnionOf() |
Resource | DAMLVocabulary.getdisjointWith() |
Resource | DAMLVocabulary.getdomain() |
Resource | DAMLVocabulary.getequivalentTo() |
Resource | DAMLVocabulary.getfirst() |
Resource | DAMLVocabulary.gethasClass() |
Resource | DAMLVocabulary.gethasClassQ() |
Resource | DAMLVocabulary.gethasValue() |
Resource | DAMLVocabulary.getimports() |
Resource | DAMLVocabulary.getintersectionOf() |
Resource | DAMLVocabulary.getinverseOf() |
Resource | DAMLVocabulary.getisDefinedBy() |
Resource | DAMLVocabulary.getitem() |
Resource | DAMLVocabulary.getlabel() |
Resource | DAMLVocabulary.getList() |
Resource | DAMLVocabulary.getLiteral() |
Resource | DAMLVocabulary.getmaxCardinality() |
Resource | DAMLVocabulary.getmaxCardinalityQ() |
Resource | DAMLVocabulary.getminCardinality() |
Resource | DAMLVocabulary.getminCardinalityQ() |
Resource | DAMLVocabulary.getnil() |
Resource | DAMLVocabulary.getNothing() |
Resource | DAMLVocabulary.getObjectProperty() |
Resource | DAMLVocabulary.getoneOf() |
Resource | DAMLVocabulary.getonProperty() |
Resource | DAMLVocabulary.getOntology() |
Resource | DAMLVocabulary.getProperty() |
Resource | DAMLVocabulary.getrange() |
Resource | DAMLVocabulary.getrest() |
Resource | DAMLVocabulary.getRestriction() |
Resource | DAMLVocabulary.getsameClassAs() |
Resource | DAMLVocabulary.getsameIndividualAs() |
Resource | DAMLVocabulary.getsamePropertyAs() |
Resource | DAMLVocabulary.getseeAlso() |
Resource | DAMLVocabulary.getsubClassOf() |
Resource | DAMLVocabulary.getsubPropertyOf() |
Resource | DAMLVocabulary.getThing() |
Resource | DAMLVocabulary.gettoClass() |
Resource | DAMLVocabulary.getTransitiveProperty() |
Resource | DAMLVocabulary.gettype() |
Resource | DAMLVocabulary.getUnambiguousProperty() |
Resource | DAMLVocabulary.getunionOf() |
Resource | DAMLVocabulary.getUniqueProperty() |
Resource | DAMLVocabulary.getvalue() |
Resource | DAMLVocabulary.getversionInfo() |
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 |
abstract Instance | EntityFactory.createInstance(Concept c, String uri) TO DO - JavaDoc |
abstract Instance | EntityFactory.createInstance(Concept c) TO DO - JavaDoc |
abstract Relation | EntityFactory.createRelation() TO DO - JavaDoc |
abstract Relation | EntityFactory.createRelation(String lang, String label) |
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 |
Instance | EntityFactoryImpl.createInstance(Concept c, String uri) |
Instance | EntityFactoryImpl.createInstance(Concept c) |
Relation | EntityFactoryImpl.createRelation() |
Relation | EntityFactoryImpl.createRelation(String lang, String label) |
void | HierarchicalEntity.addSub(HierarchicalEntity e) Add a new sub entity (subClass or subRelation) Creation date: (09.07.2001 09:41:57) |
void | HierarchicalEntity.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. |
boolean | HierarchicalEntity.isMySubEntity(HierarchicalEntity sub) Checks whether sub is a sub entity (is-a relationship) of this |
void | HierarchicalEntity.removeSub(HierarchicalEntity e) Insert the method's description here. |
void | HierarchicalEntity.removeSuper(HierarchicalEntity e) Insert the method's description here. |
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. |
Instance[] | Instance.getAllAssociations() |
Instance[] | Instance.getAllAssociationsME() |
org.w3c.rdf.model.Literal[] | Instance.getAllAttributes() |
org.w3c.rdf.model.Literal[] | Instance.getAllAttributesME() |
Concept | Instance.getConcept() Returns the concept, this instance has been defined for. |
boolean | Instance.isValid() Checks whether all relations defined for the associated concept (including inherited) have been instanciated within this instance |
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 |
Instance[] | InstanceImpl.getAllAssociations() |
Instance[] | InstanceImpl.getAllAssociationsME() |
org.w3c.rdf.model.Literal[] | InstanceImpl.getAllAttributes() |
org.w3c.rdf.model.Literal[] | InstanceImpl.getAllAttributesME() |
Concept | InstanceImpl.getConcept() |
void | InstanceImpl.setValue(Relation rel, org.w3c.rdf.model.RDFNode value) TO DO - Transactions |
Resource | KAONVocabulary.getComment() |
Resource | KAONVocabulary.getcreator() |
Resource | KAONVocabulary.getDE() |
Resource | KAONVocabulary.getEN() |
Resource | KAONVocabulary.getequivalent() |
Resource | KAONVocabulary.getinLanguage() |
Resource | KAONVocabulary.getLabel() |
Resource | KAONVocabulary.getLanguage() |
Resource | KAONVocabulary.getLexicalEntry() |
Resource | KAONVocabulary.getNLPTool() |
Resource | KAONVocabulary.getpos() |
Resource | KAONVocabulary.getreferences() |
Resource | KAONVocabulary.getRoot() |
Resource | KAONVocabulary.getSMESmorph() |
Resource | KAONVocabulary.getStem() |
Resource | KAONVocabulary.getSynonymsME() |
Resource | KAONVocabulary.getvalue() |
void | LexicalEntry.add(ReferencedEntity e) Adds a reference to an entity Creation date: (09.07.2001 09:00:51) |
RDFNode | LexicalEntry.getAttribute(Resource attribute) TO DO - JavaDoc |
Concept[] | LexicalEntry.getConcepts() Insert the method's description here. |
Instance[] | LexicalEntry.getInstances() Insert the method's description here. |
String | LexicalEntry.getLanguage() TO DO - JavaDoc |
ReferencedEntity[] | LexicalEntry.getReferenced() Insert the method's description here. |
Relation[] | LexicalEntry.getRelations() Insert the method's description here. |
String | LexicalEntry.getValue() TO DO - JavaDoc |
void | LexicalEntry.remove(ReferencedEntity e) Removes a reference to an entity TO DO: Definieren was im Fehlerfall zu tun ist. |
void | LexicalEntry.setAttribute(Resource attribute, RDFNode value) TO DO - JavaDoc |
void | LexicalEntry.setLanguage(String lang) TO DO - JavaDoc |
void | LexicalEntry.setValue(String value) TO DO - JavaDoc |
void | LexicalEntryImpl.add(ReferencedEntity e) |
edu.unika.aifb.kaon.Concept[] | LexicalEntryImpl.getConcepts() |
edu.unika.aifb.kaon.Instance[] | LexicalEntryImpl.getInstances() |
java.lang.String | LexicalEntryImpl.getLanguage() TO DO |
edu.unika.aifb.kaon.ReferencedEntity[] | LexicalEntryImpl.getReferenced() |
edu.unika.aifb.kaon.Relation[] | LexicalEntryImpl.getRelations() |
java.lang.String | LexicalEntryImpl.getValue() |
void | LexicalEntryImpl.remove(ReferencedEntity e) |
void | LexicalEntryImpl.setAttribute(org.w3c.rdf.model.Resource attribute, org.w3c.rdf.model.RDFNode value) |
void | LexicalEntryImpl.setLanguage(java.lang.String lang) Pre: lang != null |
void | LexicalEntryImpl.setValue(java.lang.String value) |
abstract void | Ontology.addIsa(Concept subc, Concept superc) Adds a super to subconcept relation Creation date: (09.07.2001 09:18:07) |
abstract void | Ontology.addIsa(Relation superr, Relation subr) Adds a hierarchical relation between two relations. |
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 Instance | Ontology.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 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) |
abstract Concept | Ontology.getRootConcept() Returns the root concept. |
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) |
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(Concept subc, Concept superc) |
void | OntologyImpl.addIsa(Relation superr, Relation subr) |
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) |
Instance | OntologyImpl.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 |
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) |
Concept | OntologyImpl.getRootConcept() |
boolean | OntologyImpl.isSubConcept(Concept subc, Concept superc) |
boolean | OntologyImpl.isSubRelation(Relation superr, Relation subr) |
Resource | RDFSchemaVocabulary.getComment() |
Resource | RDFSchemaVocabulary.getConcept() |
Resource | RDFSchemaVocabulary.getConstraintResource() |
Resource | RDFSchemaVocabulary.getContainer() |
Resource | RDFSchemaVocabulary.getContainerMembershipProperty() |
Resource | RDFSchemaVocabulary.getContraintProperty() |
Resource | RDFSchemaVocabulary.getDomain() |
Resource | RDFSchemaVocabulary.getIsDefinedByProperty() |
Resource | RDFSchemaVocabulary.getLabel() |
Resource | RDFSchemaVocabulary.getLiteral() |
Resource | RDFSchemaVocabulary.getRange() |
Resource | RDFSchemaVocabulary.getResource() |
Resource | RDFSchemaVocabulary.getSeeAlso() |
Resource | RDFSchemaVocabulary.getSubConceptOf() |
Resource | RDFSchemaVocabulary.getSubRelationOf() |
Resource | RDFVocabulary.getAlternative() Returns the name of the resource for a alternative collection. |
Resource | RDFVocabulary.getBag() Returns the name of the resource for a bag collection. |
org.w3c.rdf.model.Resource | RDFVocabulary.getInstanceOf() Insert the method's description here. |
Resource | RDFVocabulary.getObjectResource() Returns the name of the Object Resource (used with reification) |
Resource | RDFVocabulary.getPredicateResource() Returns the name of the Predicate Resource (used with reification) |
org.w3c.rdf.model.Resource | RDFVocabulary.getRelation() |
Resource | RDFVocabulary.getSequence() Returns the name of the resource for a sequence collection. |
Resource | RDFVocabulary.getStatement() Returns the name of the Statement Resource (used with reification) |
Resource | RDFVocabulary.getSubjectResource() Returns the name of the Subject Resource (used with reification) |
Resource | RDFVocabulary.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. |
void | Relation.addDomain(Concept c) TO DO - JavaDoc |
Concept[] | Relation.getDomain() Insert the method's description here. |
Concept | Relation.getRange() Insert the method's description here. |
Object | Relation.getRegisteredRange(Instance domain) Insert the method's description here. |
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) |
boolean | Relation.isRangeLiteral() |
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 | Relation.setRangeLiteral() |
void | RelationImpl.addDomain(Concept c) |
Concept[] | RelationImpl.getDomain() |
Concept | RelationImpl.getRange() |
Object | RelationImpl.getRegisteredRange(Instance domain) |
boolean | RelationImpl.isDomain(Concept c) |
boolean | RelationImpl.isRange(Concept c) |
boolean | RelationImpl.isRangeLiteral() |
void | RelationImpl.removeDomain(Concept c) |
void | RelationImpl.setRange(Concept range) TO DO - TA |
void | RelationImpl.setRangeLiteral() |
Resource | Vocabulary.getcreator() |
Resource | Vocabulary.getDE() |
Resource | Vocabulary.getDocumentation() |
Resource | Vocabulary.getEN() |
Resource | Vocabulary.getequivalent() |
Resource | Vocabulary.getinLanguage() |
Resource | Vocabulary.getLabel() |
Resource | Vocabulary.getLanguage() |
Resource | Vocabulary.getLexicalEntry() |
Resource | Vocabulary.getNLPTool() |
Resource | Vocabulary.getpos() |
Resource | Vocabulary.getreferences() |
Resource | Vocabulary.getRoot() |
Resource | Vocabulary.getSMESmorph() |
Resource | Vocabulary.getStem() |
Resource | Vocabulary.getvalue() |
Resource | VocabularyAdaptor.getAlternative() Returns the name of the resource for a alternative collection. |
Resource | VocabularyAdaptor.getBag() Returns the name of the resource for a bag collection. |
Resource | VocabularyAdaptor.getComment() Returns the name of the Comment Property |
Resource | VocabularyAdaptor.getConcept() Returns the name of the Concept Resource |
Resource | VocabularyAdaptor.getConstraintResource() Returns the name of the ContraintResource Construct |
Resource | VocabularyAdaptor.getContainer() Returns the name of the Container Construct |
Resource | VocabularyAdaptor.getContainerMembershipProperty() Returns the name of the Container Membership Property |
Resource | VocabularyAdaptor.getContraintProperty() Returns the name of the ConstraintProperty Construct |
Resource | VocabularyAdaptor.getcreator() |
Resource | VocabularyAdaptor.getDE() |
Resource | VocabularyAdaptor.getDomain() Returns the name of the Relation.domain Property |
Resource | VocabularyAdaptor.getEN() |
Resource | VocabularyAdaptor.getequivalent() |
Resource | VocabularyAdaptor.getinLanguage() |
Resource | VocabularyAdaptor.getInstanceOf() /** Returns the name of the instanceOf Property |
Resource | VocabularyAdaptor.getIsDefinedByProperty() Returns the name of the isDefinedBy Property |
Resource | VocabularyAdaptor.getLabel() Returns the name of the labelProperty |
Resource | VocabularyAdaptor.getLanguage() |
Resource | VocabularyAdaptor.getLexicalEntry() |
Resource | VocabularyAdaptor.getLiteral() Returns the name of the Literal Construct |
Resource | VocabularyAdaptor.getNLPTool() |
Resource | VocabularyAdaptor.getObjectResource() Returns the name of the Object Resource (used with reification) |
Resource | VocabularyAdaptor.getpos() |
Resource | VocabularyAdaptor.getPredicateResource() Returns the name of the Predicate Resource (used with reification) |
Resource | VocabularyAdaptor.getRange() Returns the name of the Relation.Range Property |
Resource | VocabularyAdaptor.getreferences() |
Resource | VocabularyAdaptor.getRelation() Returns the name of the Relation Resource |
Resource | VocabularyAdaptor.getResource() Returns the name of the Resource Resource itself |
Resource | VocabularyAdaptor.getRoot() |
Resource | VocabularyAdaptor.getSeeAlso() Returns the name of the seeAlso Property |
Resource | VocabularyAdaptor.getSequence() Returns the name of the resource for a sequence collection. |
Resource | VocabularyAdaptor.getSMESmorph() |
Resource | VocabularyAdaptor.getStatement() Returns the name of the Statement Resource (used with reification) |
Resource | VocabularyAdaptor.getStem() |
Resource | VocabularyAdaptor.getSubConceptOf() Returns the name of the subConceptOf Property |
Resource | VocabularyAdaptor.getSubjectResource() Returns the name of the Subject Resource (used with reification) |
Resource | VocabularyAdaptor.getSubRelationOf() Returns the name of the subRelationOf Property |
Resource | VocabularyAdaptor.getSynonymsME() |
Resource | VocabularyAdaptor.getvalue() |
Resource | VocabularyAdaptor.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() |
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) |
Instance | EntityFactoryImpl.createInstance(Concept c, String uri) |
Instance | EntityFactoryImpl.createInstance(Concept c) |
Relation | EntityFactoryImpl.createRelation() |
Relation | EntityFactoryImpl.createRelation(String lang, String label) |
void | InstanceImpl.addValue(Relation rel, RDFNode value) |
Instance[] | InstanceImpl.getAllAssociations() |
Instance[] | InstanceImpl.getAllAssociationsME() |
Literal[] | InstanceImpl.getAllAttributes() |
Literal[] | InstanceImpl.getAllAttributesME() |
Concept | InstanceImpl.getConcept() |
boolean | InstanceImpl.isValid() |
void | InstanceImpl.setValue(Relation rel, RDFNode value) |
void | LexicalEntryImpl.add(ReferencedEntity e) |
RDFNode | LexicalEntryImpl.getAttribute(Resource attribute) |
Concept[] | LexicalEntryImpl.getConcepts() |
Instance[] | LexicalEntryImpl.getInstances() |
String | LexicalEntryImpl.getLanguage() |
ReferencedEntity[] | LexicalEntryImpl.getReferenced() |
Relation[] | LexicalEntryImpl.getRelations() |
String | LexicalEntryImpl.getValue() |
void | LexicalEntryImpl.remove(ReferencedEntity e) |
void | LexicalEntryImpl.setAttribute(Resource attribute, RDFNode value) |
void | LexicalEntryImpl.setLanguage(String lang) |
void | LexicalEntryImpl.setValue(String value) |
void | OntologyImpl.addIsa(Concept subc, Concept superc) |
void | OntologyImpl.addIsa(Relation superr, Relation subr) |
Concept | OntologyImpl.getConcept(Instance i) |
Concept | OntologyImpl.getConcept(Resource uri) |
Concept[] | OntologyImpl.getConcepts() |
Concept[] | OntologyImpl.getConcepts(LexicalEntry le) |
Instance | OntologyImpl.getInstance(Resource uri) |
Instance[] | OntologyImpl.getInstances() |
Instance[] | OntologyImpl.getInstances(Concept c) |
LexicalEntry[] | OntologyImpl.getLexicalEntries() |
Relation | OntologyImpl.getRelation(Resource uri) |
Relation[] | OntologyImpl.getRelations() |
Relation[] | OntologyImpl.getRelations(LexicalEntry le) |
Concept | OntologyImpl.getRootConcept() |
boolean | OntologyImpl.isSubConcept(Concept subc, Concept superc) |
boolean | OntologyImpl.isSubRelation(Relation superr, Relation subr) |
void | RelationImpl.addDomain(Concept c) |
HierarchicalEntity[] | RelationImpl.getDirectSuper() |
Concept[] | RelationImpl.getDomain() |
Concept | RelationImpl.getRange() |
Object | RelationImpl.getRegisteredRange(Instance domain) |
boolean | RelationImpl.isDomain(Concept c) |
boolean | RelationImpl.isRange(Concept c) |
boolean | RelationImpl.isRangeLiteral() |
void | RelationImpl.removeDomain(Concept c) |
void | RelationImpl.setRange(Concept range) |
void | RelationImpl.setRangeLiteral() |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |