org.semanticweb.HermiT.cli
Class CommandLine.ClassifyAction

java.lang.Object
  extended by org.semanticweb.HermiT.cli.CommandLine.ClassifyAction
All Implemented Interfaces:
CommandLine.Action
Enclosing class:
CommandLine

protected static class CommandLine.ClassifyAction
extends java.lang.Object
implements CommandLine.Action


Constructor Summary
CommandLine.ClassifyAction(boolean classifyClasses, boolean classifyOPs, boolean classifyDPs, boolean prettyPrint, java.lang.String outputLocation)
           
 
Method Summary
 void run(Reasoner hermit, CommandLine.StatusOutput status, java.io.PrintWriter output, boolean ignoreOntologyPrefixes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLine.ClassifyAction

public CommandLine.ClassifyAction(boolean classifyClasses,
                                  boolean classifyOPs,
                                  boolean classifyDPs,
                                  boolean prettyPrint,
                                  java.lang.String outputLocation)
Method Detail

run

public void run(Reasoner hermit,
                CommandLine.StatusOutput status,
                java.io.PrintWriter output,
                boolean ignoreOntologyPrefixes)
Specified by:
run in interface CommandLine.Action