org.semanticweb.HermiT.debugger.commands
Class ShowModelCommand
java.lang.Object
org.semanticweb.HermiT.debugger.commands.AbstractCommand
org.semanticweb.HermiT.debugger.commands.ShowModelCommand
- All Implemented Interfaces:
- DebuggerCommand
public class ShowModelCommand
- extends AbstractCommand
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowModelCommand
public ShowModelCommand(Debugger debugger)
getCommandName
public String getCommandName()
getDescription
public String[] getDescription()
printHelp
public void printHelp(PrintWriter writer)
execute
public void execute(String[] args)
loadFacts
protected void loadFacts(Set<Object[]> facts,
ExtensionTable.Retrieval retrieval)
printFact
protected void printFact(Object[] fact,
PrintWriter writer)
Copyright © 2012. All Rights Reserved.