Alignment API and Server 4.1.${version.update}

Uses of Class
fr.inrialpes.exmo.ontowrap.OntowrapException

Packages that use OntowrapException
fr.inrialpes.exmo.ontowrap   
fr.inrialpes.exmo.ontowrap.jena25   
fr.inrialpes.exmo.ontowrap.owlapi10   
fr.inrialpes.exmo.ontowrap.owlapi30   
fr.inrialpes.exmo.ontowrap.skosapi   
fr.inrialpes.exmo.ontowrap.skoslite   
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap
 

Methods in fr.inrialpes.exmo.ontowrap that throw OntowrapException
static void OntologyFactory.clear()
           
 void OntologyCache.clear()
           
abstract  void OntologyFactory.clearCache()
          All Ontologies must implement clearCache() which unload their ontologies if any cache is enabled.
 boolean HeavyLoadedOntology.getCapabilities(int Direct, int Asserted, int Named)
           
 Set<? extends Object> LoadedOntology.getClasses()
           
 Set<? extends Object> HeavyLoadedOntology.getClasses(Object i, int local, int asserted, int named)
           
 Set<? extends Object> LoadedOntology.getDataProperties()
           
 Set<? extends Object> HeavyLoadedOntology.getDataProperties(Object c, int local, int asserted, int named)
           
 Set<? extends Object> HeavyLoadedOntology.getDomain(Object p, int asserted)
           
 Set<? extends Object> LoadedOntology.getEntities()
          Returns all named entities having URI beginning with the ontology URI
 Object LoadedOntology.getEntity(URI u)
           
 Set<String> LoadedOntology.getEntityAnnotations(Object o)
          Returns all the values of the "owl:AnnotationProperty" property for a given entity.
 Set<String> LoadedOntology.getEntityAnnotations(Object o, String lang)
          Returns all the values of the "owl:AnnotationProperty" property for a given entity expressed in the required language.
 Map<String,String> LoadedOntology.getEntityAnnotationsL(Object o)
           
 Set<String> LoadedOntology.getEntityComments(Object o)
          Returns all the values of textual properties (e.g., "rdfs:comment", rdfs:label in RDFS/OWL) for a given entity
 Set<String> LoadedOntology.getEntityComments(Object o, String lang)
          Returns the values ofof textual properties (e.g., "rdfs:comment", rdfs:label in RDFS/OWL) for a given entity and for a given natural language (attribute xml:lang).
 String LoadedOntology.getEntityName(Object o)
          returns the default name of an entity if specified.
 String LoadedOntology.getEntityName(Object o, String lang)
          returns the default name of an entity in a language (attribute xml:lang) if specified.
 Set<String> LoadedOntology.getEntityNames(Object o)
          Returns all the names a given entity (e.g., rdfs:labels in OWL/RDFS).
 Set<String> LoadedOntology.getEntityNames(Object o, String lang)
          returns all the names of an entity in a language if specified.
 URI LoadedOntology.getEntityURI(Object o)
           
 Set<? extends Object> LoadedOntology.getIndividuals()
           
 Set<? extends Object> HeavyLoadedOntology.getInstances(Object c, int local, int asserted, int named)
           
 Set<? extends Object> LoadedOntology.getObjectProperties()
           
 Set<? extends Object> HeavyLoadedOntology.getObjectProperties(Object c, int local, int asserted, int named)
           
 Set<? extends Object> LoadedOntology.getProperties()
           
 Set<? extends Object> HeavyLoadedOntology.getProperties(Object c, int local, int asserted, int named)
           
 Set<? extends Object> HeavyLoadedOntology.getRange(Object p, int asserted)
           
 Set<? extends Object> HeavyLoadedOntology.getSubProperties(Object p, int local, int asserted, int named)
           
 Set<? extends Object> HeavyLoadedOntology.getSuperClasses(Object c, int local, int asserted, int named)
           
 Set<? extends Object> HeavyLoadedOntology.getSuperProperties(Object p, int local, int asserted, int named)
           
 boolean LoadedOntology.isClass(Object o)
           
 boolean LoadedOntology.isDataProperty(Object o)
           
 boolean LoadedOntology.isEntity(Object o)
           
 boolean LoadedOntology.isIndividual(Object o)
           
 boolean LoadedOntology.isObjectProperty(Object o)
           
 boolean LoadedOntology.isProperty(Object o)
           
abstract  LoadedOntology OntologyFactory.loadOntology(URI uri)
          Load an ontology, cache enabled These methods should rather be in a LoadableOntologyFactory
 int LoadedOntology.nbClasses()
           
 int LoadedOntology.nbDataProperties()
           
 int LoadedOntology.nbEntities()
           
 int LoadedOntology.nbIndividuals()
           
 int LoadedOntology.nbObjectProperties()
           
 int LoadedOntology.nbProperties()
           
abstract  LoadedOntology OntologyFactory.newOntology(Object onto)
          Encapsulate an ontology already in the environment These methods should rather be in a LoadableOntologyFactory
 void LoadedOntology.unload()
           
 void OntologyCache.unloadOntology(URI uri, O ontology)
           
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap.jena25
 

Methods in fr.inrialpes.exmo.ontowrap.jena25 that throw OntowrapException
 void JENAOntologyFactory.clearCache()
           
 Object JENAOntology.getEntity(URI u)
           
 Set<String> JENAOntology.getEntityAnnotations(Object o)
           
 void JENAOntology.getEntityAnnotations(Object o, Map<String,String> annots)
           
 void JENAOntology.getEntityAnnotations(Object o, Set<String> annots, String lang)
           
 Set<String> JENAOntology.getEntityAnnotations(Object o, String lang)
           
 Map<String,String> JENAOntology.getEntityAnnotationsL(Object o)
           
 Set<String> JENAOntology.getEntityComments(Object o)
           
 Set<String> JENAOntology.getEntityComments(Object o, String lang)
           
 String JENAOntology.getEntityName(Object o)
           
 String JENAOntology.getEntityName(Object o, String lang)
           
 Set<String> JENAOntology.getEntityNames(Object o)
           
 Set<String> JENAOntology.getEntityNames(Object o, String lang)
           
 URI JENAOntology.getEntityURI(Object o)
           
 JENAOntology JENAOntologyFactory.loadOntology(URI uri)
           
 JENAOntology JENAOntologyFactory.newOntology(Object ontology)
           
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap.owlapi10
 

Methods in fr.inrialpes.exmo.ontowrap.owlapi10 that throw OntowrapException
 void OWLAPIOntologyFactory.clearCache()
           
 Object OWLAPIOntology.getEntity(URI uri)
           
 Set<String> OWLAPIOntology.getEntityAnnotations(Object o)
           
 Set<String> OWLAPIOntology.getEntityAnnotations(Object o, String lang)
           
 Map<String,String> OWLAPIOntology.getEntityAnnotationsL(Object o)
           
 Set<String> OWLAPIOntology.getEntityComments(Object o)
           
 Set<String> OWLAPIOntology.getEntityComments(Object o, String lang)
           
 String OWLAPIOntology.getEntityName(Object o)
           
 String OWLAPIOntology.getEntityName(Object o, String lang)
           
 Set<String> OWLAPIOntology.getEntityNames(Object o)
           
 Set<String> OWLAPIOntology.getEntityNames(Object o, String lang)
           
 URI OWLAPIOntology.getEntityURI(Object o)
           
 OWLAPIOntology OWLAPIOntologyFactory.loadOntology(URI uri)
           
 OWLAPIOntology OWLAPIOntologyFactory.newOntology(Object ontology)
           
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap.owlapi30
 

Methods in fr.inrialpes.exmo.ontowrap.owlapi30 that throw OntowrapException
 void OWLAPI3OntologyFactory.clearCache()
           
 Object OWLAPI3Ontology.getEntity(URI u)
           
 Set<String> OWLAPI3Ontology.getEntityAnnotations(Object o)
           
 Set<String> OWLAPI3Ontology.getEntityAnnotations(Object o, String lang)
           
 Map<String,String> OWLAPI3Ontology.getEntityAnnotationsL(Object o)
           
 Set<String> OWLAPI3Ontology.getEntityComments(Object o)
           
 Set<String> OWLAPI3Ontology.getEntityComments(Object o, String lang)
           
 String OWLAPI3Ontology.getEntityName(Object o)
           
 String OWLAPI3Ontology.getEntityName(Object o, String lang)
           
 Set<String> OWLAPI3Ontology.getEntityNames(Object o)
           
 Set<String> OWLAPI3Ontology.getEntityNames(Object o, String lang)
           
 URI OWLAPI3Ontology.getEntityURI(Object o)
           
 HeavyLoadedOntology OWLAPI3OntologyFactory.loadOntology(URI uri)
           
 OWLAPI3Ontology OWLAPI3OntologyFactory.newOntology(Object ontology)
           
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap.skosapi
 

Methods in fr.inrialpes.exmo.ontowrap.skosapi that throw OntowrapException
 void SKOSOntologyFactory.clearCache()
           
 Object SKOSThesaurus.getEntity(URI u)
           
 Set<String> SKOSThesaurus.getEntityAnnotations(Object o)
          Returns all the values of the "owl:AnnotationProperty" property for a given entity.
 Set<String> SKOSThesaurus.getEntityAnnotations(Object o, String lang)
          There is no languages on annotations in SKOS API Hence we return all of them
 Map<String,String> SKOSThesaurus.getEntityAnnotationsL(Object o)
           
 Set<String> SKOSThesaurus.getEntityComments(Object o)
          Returns all the values of the "rdfs:comment" property for a given entity
 Set<String> SKOSThesaurus.getEntityComments(Object o, String lang)
          Returns the values of the "rdfs:comment" property for a given entity and for a given natural language (attribute xml:lang).
 String SKOSThesaurus.getEntityName(Object o)
          returns one of the prefLabel property values for a given SKOS concept.
 String SKOSThesaurus.getEntityName(Object o, String lang)
          returns one of the prefLabel property values for a given SKOS concept in a given language.
 Set<String> SKOSThesaurus.getEntityNames(Object o)
          Returns the values of the prefLabel, hiddenLabel and altLabel properties.
 Set<String> SKOSThesaurus.getEntityNames(Object o, String lang)
          Returns the values of the prefLabel, hiddenLabel and altLabel properties in a given language.
 URI SKOSThesaurus.getEntityURI(Object o)
           
 SKOSThesaurus SKOSOntologyFactory.loadOntology(URI uri)
           
 SKOSThesaurus SKOSOntologyFactory.newOntology(Object ontology)
           
 

Constructors in fr.inrialpes.exmo.ontowrap.skosapi that throw OntowrapException
SKOSOntologyFactory()
           
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap.skoslite
 

Methods in fr.inrialpes.exmo.ontowrap.skoslite that throw OntowrapException
 void SKOSLiteOntologyFactory.clearCache()
           
 boolean SKOSLiteThesaurus.getCapabilities(int Direct, int Asserted, int Named)
           
 Set<? extends Object> SKOSLiteThesaurus.getClasses()
           
 Set<? extends Object> SKOSLiteThesaurus.getClasses(Object i, int local, int asserted, int named)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getDataProperties()
           
 Set<? extends Object> SKOSLiteThesaurus.getDataProperties(Object c, int local, int asserted, int named)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getDomain(Object p, int asserted)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getEntities()
           
 Object SKOSLiteThesaurus.getEntity(URI u)
           
 Set<String> SKOSLiteThesaurus.getEntityAnnotations(Object o)
           
 Set<String> SKOSLiteThesaurus.getEntityAnnotations(Object o, String lang)
           
 Set<String> SKOSLiteThesaurus.getEntityAnnotations(Object o, String lang, String[] types)
           
 Map<String,String> SKOSLiteThesaurus.getEntityAnnotationsL(Object o)
           
 Map<String,String> SKOSLiteThesaurus.getEntityAnnotationsL(Object o, String[] types)
           
 Set<String> SKOSLiteThesaurus.getEntityComments(Object o)
           
 Set<String> SKOSLiteThesaurus.getEntityComments(Object o, String lang)
           
 String SKOSLiteThesaurus.getEntityName(Object o)
          returns one of the skos:prefLabel In skos there at most one prefLabel for a given language
 String SKOSLiteThesaurus.getEntityName(Object o, String lang)
          returns the skos:prefLabel for the given language.
 Set<String> SKOSLiteThesaurus.getEntityNames(Object o)
          returns all the labels, i.e.
 Set<String> SKOSLiteThesaurus.getEntityNames(Object o, String lang)
          returns all the labels, i.e.
 URI SKOSLiteThesaurus.getEntityURI(Object o)
           
 Set<? extends Object> SKOSLiteThesaurus.getIndividuals()
          No individuals for skos.
 Set<? extends Object> SKOSLiteThesaurus.getInstances(Object c, int local, int asserted, int named)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getObjectProperties()
          No object property for skos.
 Set<? extends Object> SKOSLiteThesaurus.getObjectProperties(Object c, int local, int asserted, int named)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getProperties()
          No property for skos.
 Set<? extends Object> SKOSLiteThesaurus.getProperties(Object c, int local, int asserted, int named)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getRange(Object p, int asserted)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getSubProperties(Object p, int local, int asserted, int named)
          returns empty set
 Set<? extends Object> SKOSLiteThesaurus.getSuperClasses(Object c, int local, int asserted, int named)
           
 Set<? extends Object> SKOSLiteThesaurus.getSuperProperties(Object p, int local, int asserted, int named)
          returns empty set
 boolean SKOSLiteThesaurus.isClass(Object o)
          returns true if the given object is an instance of skos:Concept
 boolean SKOSLiteThesaurus.isDataProperty(Object o)
          returns false
 boolean SKOSLiteThesaurus.isEntity(Object o)
          returns false
 boolean SKOSLiteThesaurus.isIndividual(Object o)
          returns false
 boolean SKOSLiteThesaurus.isObjectProperty(Object o)
          returns false
 boolean SKOSLiteThesaurus.isProperty(Object o)
          returns false
 SKOSLiteThesaurus SKOSLiteOntologyFactory.loadOntology(URI uri)
           
 int SKOSLiteThesaurus.nbClasses()
          returns the number of skos:Concept in the thesaurus
 int SKOSLiteThesaurus.nbDataProperties()
          returns 0
 int SKOSLiteThesaurus.nbEntities()
          returns the same number than nbClasses()
 int SKOSLiteThesaurus.nbIndividuals()
          returns 0
 int SKOSLiteThesaurus.nbObjectProperties()
          returns 0
 int SKOSLiteThesaurus.nbProperties()
          returns 0
 SKOSLiteThesaurus SKOSLiteOntologyFactory.newOntology(Object m)
           
 void SKOSLiteThesaurus.unload()
           
 


Alignment API and Server 4.1.${version.update}

(C) INRIA & friends, 2003-${curryear}