dfki.frodo.tools.rdf_schema_grapher
Class RDFSchemaGrapher.Property

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

public static final class RDFSchemaGrapher.Property
extends Config.Property


Field Summary
static RDFSchemaGrapher.Property ISA_EDGE_COLOR
           
static RDFSchemaGrapher.Property NODE_COLOR
           
static RDFSchemaGrapher.Property PRINT_NAMESPACES
           
static RDFSchemaGrapher.Property PROPERTY_EDGE_COLOR
           
static RDFSchemaGrapher.Property RDF_NAMESPACE
           
static RDFSchemaGrapher.Property RDFS_NAMESPACE
           
static RDFSchemaGrapher.Property SHOW_PROPERTIES
           
static RDFSchemaGrapher.Property SHOW_RDFS_NODES
           
 
Fields inherited from class dfki.util.config.Config.Property
MULTI_VALUE, SEPARATOR, SINGLE_VALUE
 
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

PRINT_NAMESPACES

public static final RDFSchemaGrapher.Property PRINT_NAMESPACES

SHOW_PROPERTIES

public static final RDFSchemaGrapher.Property SHOW_PROPERTIES

NODE_COLOR

public static final RDFSchemaGrapher.Property NODE_COLOR

ISA_EDGE_COLOR

public static final RDFSchemaGrapher.Property ISA_EDGE_COLOR

PROPERTY_EDGE_COLOR

public static final RDFSchemaGrapher.Property PROPERTY_EDGE_COLOR

SHOW_RDFS_NODES

public static final RDFSchemaGrapher.Property SHOW_RDFS_NODES

RDFS_NAMESPACE

public static final RDFSchemaGrapher.Property RDFS_NAMESPACE

RDF_NAMESPACE

public static final RDFSchemaGrapher.Property RDF_NAMESPACE