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[] ALL
           
static RDFSchemaGrapher.Property ASPECT_RATIO
           
static RDFSchemaGrapher.Property ENABLE_RATIO
           
static RDFSchemaGrapher.Property HIDE_LITERAL_PROPERTIES
           
static RDFSchemaGrapher.Property ISA_EDGE_COLOR
           
static RDFSchemaGrapher.Property NODE_BACKGROUND_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_NON_LITERAL_PROPERTIES
           
static RDFSchemaGrapher.Property SHOW_RDFS_NODES
           
static RDFSchemaGrapher.Property UML_STYLE_NODES
           
static RDFSchemaGrapher.Property VERBOSE
           
 
Fields inherited from class dfki.util.config.Config.Property
MULTI_VALUE, SEPARATOR, SINGLE_VALUE
 
Methods inherited from class dfki.util.config.Config.Property
getDescription, getId, isMultiValued, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRINT_NAMESPACES

public static final RDFSchemaGrapher.Property PRINT_NAMESPACES

SHOW_NON_LITERAL_PROPERTIES

public static final RDFSchemaGrapher.Property SHOW_NON_LITERAL_PROPERTIES

HIDE_LITERAL_PROPERTIES

public static final RDFSchemaGrapher.Property HIDE_LITERAL_PROPERTIES

UML_STYLE_NODES

public static final RDFSchemaGrapher.Property UML_STYLE_NODES

NODE_COLOR

public static final RDFSchemaGrapher.Property NODE_COLOR

NODE_BACKGROUND_COLOR

public static final RDFSchemaGrapher.Property NODE_BACKGROUND_COLOR

ISA_EDGE_COLOR

public static final RDFSchemaGrapher.Property ISA_EDGE_COLOR

PROPERTY_EDGE_COLOR

public static final RDFSchemaGrapher.Property PROPERTY_EDGE_COLOR

ASPECT_RATIO

public static final RDFSchemaGrapher.Property ASPECT_RATIO

ENABLE_RATIO

public static final RDFSchemaGrapher.Property ENABLE_RATIO

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

VERBOSE

public static final RDFSchemaGrapher.Property VERBOSE

ALL

public static final RDFSchemaGrapher.Property[] ALL