dfki.frodo.tools.rdf_schema_grapher.app
Class RDFSchemaGrapherApp

java.lang.Object
  |
  +--dfki.frodo.tools.rdf_schema_grapher.app.RDFSchemaGrapherApp

public class RDFSchemaGrapherApp
extends java.lang.Object

Command line version of the gapher tool (currently without visualization). This class provides for generating 'dot' files out of RDF schema files.


Field Summary
static int _ASPECT_RATIO
           
static int _CONFIG
           
static int _HIDE_LITERAL_PROPERTIES
           
static int _ISA_EDGE_COLOR
           
static int _NODE_COLOR
           
static int _OUTPUT
           
static int _PRINT_NAMESPACES
           
static int _PROPERTIES
           
static int _PROPERTY_EDGE_COLOR
           
static int _RDFS
           
static int _RDFS_NAMESPACE
           
static int _SAX_PARSER
           
static int _SHOW_RDFS_NODES
           
static int _VERBOSE
           
static Option ASPECT_RATIO
           
static Option CONFIG
          Grapher configuration file (not supported yet)
static Option HIDE_LITERAL_PROPERTIES
           
static Option ISA_EDGE_COLOR
          Color of subclass hierarchy edges
static Option NODE_COLOR
          Node color
static Option[] OPTIONS
           
static Option OUTPUT
          Write generated output to this file
static Option PRINT_NAMESPACES
          Generate namespace information
static Option PROPERTIES
          Show property edges
static Option PROPERTY_EDGE_COLOR
          Color of property edges
static Option RDFS
          The URL of the source rdfs file
static Option RDFS_NAMESPACE
          RDFS file to process
static Option SAX_PARSER
          Use this SAXParser to read the XML
static Option SHOW_RDFS_NODES
          Show rdfs nodes
static Option VERBOSE
          Enable message printing (not supported yet)
 
Constructor Summary
RDFSchemaGrapherApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_RDFS

public static final int _RDFS

_CONFIG

public static final int _CONFIG

_RDFS_NAMESPACE

public static final int _RDFS_NAMESPACE

_NODE_COLOR

public static final int _NODE_COLOR

_ISA_EDGE_COLOR

public static final int _ISA_EDGE_COLOR

_PROPERTY_EDGE_COLOR

public static final int _PROPERTY_EDGE_COLOR

_PRINT_NAMESPACES

public static final int _PRINT_NAMESPACES

_SAX_PARSER

public static final int _SAX_PARSER

_VERBOSE

public static final int _VERBOSE

_OUTPUT

public static final int _OUTPUT

_PROPERTIES

public static final int _PROPERTIES

_SHOW_RDFS_NODES

public static final int _SHOW_RDFS_NODES

_ASPECT_RATIO

public static final int _ASPECT_RATIO

_HIDE_LITERAL_PROPERTIES

public static final int _HIDE_LITERAL_PROPERTIES

RDFS

public static final Option RDFS
The URL of the source rdfs file

CONFIG

public static final Option CONFIG
Grapher configuration file (not supported yet)

RDFS_NAMESPACE

public static final Option RDFS_NAMESPACE
RDFS file to process

NODE_COLOR

public static final Option NODE_COLOR
Node color

ISA_EDGE_COLOR

public static final Option ISA_EDGE_COLOR
Color of subclass hierarchy edges

PROPERTY_EDGE_COLOR

public static final Option PROPERTY_EDGE_COLOR
Color of property edges

OUTPUT

public static final Option OUTPUT
Write generated output to this file

PRINT_NAMESPACES

public static final Option PRINT_NAMESPACES
Generate namespace information

PROPERTIES

public static final Option PROPERTIES
Show property edges

SHOW_RDFS_NODES

public static final Option SHOW_RDFS_NODES
Show rdfs nodes

SAX_PARSER

public static final Option SAX_PARSER
Use this SAXParser to read the XML

VERBOSE

public static final Option VERBOSE
Enable message printing (not supported yet)

ASPECT_RATIO

public static final Option ASPECT_RATIO

HIDE_LITERAL_PROPERTIES

public static final Option HIDE_LITERAL_PROPERTIES

OPTIONS

public static final Option[] OPTIONS
Constructor Detail

RDFSchemaGrapherApp

public RDFSchemaGrapherApp()
Method Detail

main

public static void main(java.lang.String[] args)