org.mindswap.pellet.jena
Class OWLSpeciesValidator
java.lang.Object
org.mindswap.pellet.jena.OWLSpeciesValidator
public class OWLSpeciesValidator
- extends java.lang.Object
Validate the species of an ontology given as a Jena model.
- Author:
- Evren Sirin
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LEVELS
public static final java.lang.String[] LEVELS
LITE
public static final int LITE
- See Also:
- Constant Field Values
DL
public static final int DL
- See Also:
- Constant Field Values
FULL
public static final int FULL
- See Also:
- Constant Field Values
WARNING
public static final int WARNING
- See Also:
- Constant Field Values
model
public com.hp.hpl.jena.rdf.model.Model model
canOutputDL
public boolean canOutputDL
missingTriples
public com.hp.hpl.jena.rdf.model.Model missingTriples
OWLSpeciesValidator
public OWLSpeciesValidator()
validate
public OWLSpecies validate(com.hp.hpl.jena.rdf.model.Model model)
Copyright © 2007-2009 Natalya Keberle. All Rights Reserved.