net.sourceforge.fluxion.utils.owl
Class FluxionOWLEntityChecker
java.lang.Object
net.sourceforge.fluxion.utils.owl.FluxionOWLEntityChecker
- All Implemented Interfaces:
- org.semanticweb.owl.expression.OWLEntityChecker
public class FluxionOWLEntityChecker
- extends java.lang.Object
- implements org.semanticweb.owl.expression.OWLEntityChecker
- Author:
- Rob Davey
Method Summary |
org.semanticweb.owl.model.OWLClass |
getOWLClass(java.lang.String string)
|
org.semanticweb.owl.model.OWLDataProperty |
getOWLDataProperty(java.lang.String string)
|
org.semanticweb.owl.model.OWLDataType |
getOWLDataType(java.lang.String string)
|
org.semanticweb.owl.model.OWLIndividual |
getOWLIndividual(java.lang.String string)
|
org.semanticweb.owl.model.OWLObjectProperty |
getOWLObjectProperty(java.lang.String string)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FluxionOWLEntityChecker
public FluxionOWLEntityChecker(org.semanticweb.owl.model.OWLDataFactory mngr)
getOWLClass
public org.semanticweb.owl.model.OWLClass getOWLClass(java.lang.String string)
- Specified by:
getOWLClass
in interface org.semanticweb.owl.expression.OWLEntityChecker
getOWLObjectProperty
public org.semanticweb.owl.model.OWLObjectProperty getOWLObjectProperty(java.lang.String string)
- Specified by:
getOWLObjectProperty
in interface org.semanticweb.owl.expression.OWLEntityChecker
getOWLDataProperty
public org.semanticweb.owl.model.OWLDataProperty getOWLDataProperty(java.lang.String string)
- Specified by:
getOWLDataProperty
in interface org.semanticweb.owl.expression.OWLEntityChecker
getOWLIndividual
public org.semanticweb.owl.model.OWLIndividual getOWLIndividual(java.lang.String string)
- Specified by:
getOWLIndividual
in interface org.semanticweb.owl.expression.OWLEntityChecker
getOWLDataType
public org.semanticweb.owl.model.OWLDataType getOWLDataType(java.lang.String string)
- Specified by:
getOWLDataType
in interface org.semanticweb.owl.expression.OWLEntityChecker
Copyright © 2010. All Rights Reserved.