edu.stanford.smi.protegex.owl.swrl.bridge
Interface Mapper
- All Known Implementing Classes:
- RelationalMapper
public interface Mapper
isMapped
boolean isMapped(OWLClass owlClass)
isMapped
boolean isMapped(OWLProperty owlProperty)
open
void open()
throws MapperException
- Throws:
MapperException
close
void close()
throws MapperException
- Throws:
MapperException
mapOWLClass
Set<OWLIndividual> mapOWLClass(OWLClass owlClass)
throws MapperException
- Throws:
MapperException
mapOWLClass
Set<OWLIndividual> mapOWLClass(OWLClass owlClass,
OWLIndividual owlIndividual)
throws MapperException
- Throws:
MapperException
mapOWLDatatypeProperty
Set<OWLDatatypePropertyAssertionAxiom> mapOWLDatatypeProperty(OWLProperty owlProperty)
throws MapperException
- Throws:
MapperException
mapOWLDatatypeProperty
Set<OWLDatatypePropertyAssertionAxiom> mapOWLDatatypeProperty(OWLProperty owlProperty,
OWLIndividual subject)
throws MapperException
- Throws:
MapperException
mapOWLDatatypeProperty
Set<OWLDatatypePropertyAssertionAxiom> mapOWLDatatypeProperty(OWLProperty owlProperty,
OWLDatatypeValue value)
throws MapperException
- Throws:
MapperException
mapOWLDatatypeProperty
Set<OWLDatatypePropertyAssertionAxiom> mapOWLDatatypeProperty(OWLProperty owlProperty,
OWLIndividual subject,
OWLDatatypeValue value)
throws MapperException
- Throws:
MapperException
mapOWLObjectProperty
Set<OWLObjectPropertyAssertionAxiom> mapOWLObjectProperty(OWLProperty owlProperty)
throws MapperException
- Throws:
MapperException
mapOWLObjectProperty
Set<OWLObjectPropertyAssertionAxiom> mapOWLObjectProperty(OWLProperty owlProperty,
OWLIndividual subject)
throws MapperException
- Throws:
MapperException
mapOWLObjectProperty
Set<OWLObjectPropertyAssertionAxiom> mapOWLObjectProperty(OWLProperty owlProperty,
OWLIndividual subject,
OWLIndividual object)
throws MapperException
- Throws:
MapperException
Submit a bug report or feature request
Copyright (c) 1998-2009 Stanford University.