Protege 3.0

edu.stanford.smi.protegex.export.html
Class HTMLExportPlugin

java.lang.Object
  extended byedu.stanford.smi.protegex.export.html.HTMLExportPlugin
All Implemented Interfaces:
Disposable, ExportPlugin, Plugin

public class HTMLExportPlugin
extends Object
implements ExportPlugin

Author:
Jennifer Vendetti

Constructor Summary
HTMLExportPlugin()
           
 
Method Summary
 void dispose()
           
 String getName()
           
 void handleExportRequest(Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLExportPlugin

public HTMLExportPlugin()
Method Detail

getName

public String getName()
Specified by:
getName in interface Plugin

handleExportRequest

public void handleExportRequest(Project project)
Specified by:
handleExportRequest in interface ExportPlugin

dispose

public void dispose()
Specified by:
dispose in interface Disposable

Protege 3.0

Submit a bug report or feature request