Alignment API and Server 4.0

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   
 

Uses of OntowrapException in fr.inrialpes.exmo.ontowrap
 

Methods in fr.inrialpes.exmo.ontowrap that throw OntowrapException
 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.
 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)
           
abstract  LoadedOntology OntologyFactory.loadOntology(URI uri)
          Load an ontology, cache enabled These methods should rather be in a LoadableOntologyFactory
abstract  LoadedOntology OntologyFactory.newOntology(Object onto)
          Encapsulate an ontology already in the environment These methods should rather be in a LoadableOntologyFactory
 

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

Methods in fr.inrialpes.exmo.ontowrap.jena25 that throw OntowrapException
 Object JENAOntology.getEntity(URI u)
           
 Set<String> JENAOntology.getEntityAnnotations(Object o)
           
 void JENAOntology.getEntityAnnotations(Object o, Set<String> annots, String lang)
           
 Set<String> JENAOntology.getEntityAnnotations(Object o, String lang)
           
 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
 Object OWLAPIOntology.getEntity(URI uri)
           
 Set<String> OWLAPIOntology.getEntityAnnotations(Object o)
           
 Set<String> OWLAPIOntology.getEntityAnnotations(Object o, String lang)
           
 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
 Object OWLAPI3Ontology.getEntity(URI u)
           
 Set<String> OWLAPI3Ontology.getEntityAnnotations(Object o)
           
 Set<String> OWLAPI3Ontology.getEntityAnnotations(Object o, String lang)
           
 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)
           
 


Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010