org.semanticweb.HermiT.cli
Interface CommandLine.Action

All Known Implementing Classes:
CommandLine.ClassifyAction, CommandLine.DumpClausesAction, CommandLine.DumpPrefixesAction, CommandLine.EntailsAction, CommandLine.EquivalentsAction, CommandLine.SatisfiabilityAction, CommandLine.SubsAction, CommandLine.SupersAction
Enclosing class:
CommandLine

protected static interface CommandLine.Action


Method Summary
 void run(Reasoner hermit, CommandLine.StatusOutput status, java.io.PrintWriter output, boolean ignoreOntologyPrefixes)
           
 

Method Detail

run

void run(Reasoner hermit,
         CommandLine.StatusOutput status,
         java.io.PrintWriter output,
         boolean ignoreOntologyPrefixes)