dfki.frodo.tools.rdf_schema_grapher
Class DotExecutor.Property

java.lang.Object
  |
  +--dfki.util.config.Config.Property
        |
        +--dfki.frodo.tools.rdf_schema_grapher.DotExecutor.Property
Enclosing class:
DotExecutor

public static class DotExecutor.Property
extends Config.Property


Field Summary
static DotExecutor.Property COMMAND
          Command string to run the 'dot' tool
static DotExecutor.Property FONT_PATH
          Path to font files used by dot
static java.lang.String MODULE_NAME
           
static DotExecutor.Property TYPE
          Type of output, e.g.
 
Fields inherited from class dfki.util.config.Config.Property
MULTI_VALUE, SEPARATOR, SINGLE_VALUE
 
Constructor Summary
DotExecutor.Property(java.lang.String id, java.lang.String descr)
           
 
Methods inherited from class dfki.util.config.Config.Property
getId, isMultiValued, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MODULE_NAME

public static final java.lang.String MODULE_NAME

TYPE

public static final DotExecutor.Property TYPE
Type of output, e.g. gif

COMMAND

public static final DotExecutor.Property COMMAND
Command string to run the 'dot' tool

FONT_PATH

public static final DotExecutor.Property FONT_PATH
Path to font files used by dot
Constructor Detail

DotExecutor.Property

public DotExecutor.Property(java.lang.String id,
                            java.lang.String descr)