Protege 3.0

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

java.lang.Object
  extended byedu.stanford.smi.protegex.export.html.ExportConfiguration

public class ExportConfiguration
extends Object

Author:
Jennifer Vendetti

Field Summary
 String cssPath
           
 ArrayList facetsToDisplay
           
 String footerPath
           
 String headerPath
           
 String outputDir
           
 Project project
           
 ArrayList rootClasses
           
 boolean showInstances
           
 ArrayList slotsToDisplay
           
 boolean useNumbering
           
 
Constructor Summary
ExportConfiguration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

showInstances

public boolean showInstances

useNumbering

public boolean useNumbering

rootClasses

public ArrayList rootClasses

slotsToDisplay

public ArrayList slotsToDisplay

facetsToDisplay

public ArrayList facetsToDisplay

outputDir

public String outputDir

headerPath

public String headerPath

footerPath

public String footerPath

cssPath

public String cssPath

project

public Project project
Constructor Detail

ExportConfiguration

public ExportConfiguration()

Protege 3.0

Submit a bug report or feature request