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
|
Constructor Summary |
Pellint(java.lang.String[] arg)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Pellint
public Pellint(java.lang.String[] arg)
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)
setPrintStream
public void setPrintStream(java.io.PrintStream v)
lint
public static OntologyLints lint(java.util.List<AxiomLintPattern> axiomLintPatterns,
java.util.List<OntologyLintPattern> ontologyLintPatterns,
org.semanticweb.owl.model.OWLOntology ontology)
run
public void run()
- Specified by:
run in class PelletCmdApp
main
public static void main(java.lang.String[] args)
Copyright © 2004 Evren Sirin. All Rights Reserved.