pellet
Class Pellint
java.lang.Object
pellet.PelletCmdApp
pellet.Pellint
public class Pellint
- extends PelletCmdApp
Title: Pellint Main class
Description: Provides CLI and API interfaces for the Pellint program
Copyright: Copyright (c) 2008
Company: Clark & Parsia, LLC.
- Author:
- Harris Lin
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pellint
public Pellint()
parseArgs
public void parseArgs(java.lang.String[] args)
- Overrides:
parseArgs
in class PelletCmdApp
getAppId
public java.lang.String getAppId()
- Specified by:
getAppId
in class PelletCmdApp
getAppCmd
public java.lang.String getAppCmd()
- Specified by:
getAppCmd
in class PelletCmdApp
getOptions
public PelletCmdOptions getOptions()
- Specified by:
getOptions
in class PelletCmdApp
setDoRDF
public void setDoRDF(boolean v)
setDoOWL
public void setDoOWL(boolean v)
setDoRootOnly
public void setDoRootOnly(boolean v)
setInputOntologyPath
public void setInputOntologyPath(java.lang.String v)
setOutputOntologyPath
public void setOutputOntologyPath(java.lang.String v)
lint
public static OntologyLints lint(java.util.List<AxiomLintPattern> axiomLintPatterns,
java.util.List<OntologyLintPattern> ontologyLintPatterns,
org.semanticweb.owlapi.model.OWLOntology ontology)
run
public void run()
- Specified by:
run
in class PelletCmdApp
Copyright © 2004 Evren Sirin. All Rights Reserved.