pellet
Class Pellint

java.lang.Object
  extended by pellet.PelletCmdApp
      extended by 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

Field Summary
 
Fields inherited from class pellet.PelletCmdApp
logger
 
Constructor Summary
Pellint()
           
 
Method Summary
 java.lang.String getAppCmd()
           
 java.lang.String getAppId()
           
 PelletCmdOptions getOptions()
           
static OntologyLints lint(java.util.List<AxiomLintPattern> axiomLintPatterns, java.util.List<OntologyLintPattern> ontologyLintPatterns, org.semanticweb.owlapi.model.OWLOntology ontology)
           
 void parseArgs(java.lang.String[] args)
           
 void run()
           
 void setDoOWL(boolean v)
           
 void setDoRDF(boolean v)
           
 void setDoRootOnly(boolean v)
           
 void setInputOntologyPath(java.lang.String v)
           
 void setOutputOntologyPath(java.lang.String v)
           
 
Methods inherited from class pellet.PelletCmdApp
finish, getGlobalOptions, getIgnoreImportsOption, getInputFormatOption, getLoaderOption, help, requiresInputFiles
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pellint

public Pellint()
Method Detail

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.