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 _CONFIG
           
static int _DONT_SHOW_PROPERTIES
           
static int _ISA_EDGE_COLOR
           
static int _NODE_COLOR
           
static int _OUTPUT
           
static int _PRINT_NAMESPACES
           
static int _PROPERTY_EDGE_COLOR
           
static int _RDFS
           
static int _RDFS_NAMESPACE
           
static int _SHOW_RDFS_NODES
           
static int _VERBOSE
           
static int _XML_PARSER
           
static Option CONFIG
          Grapher configuration file (not supported yet)
static Option DONT_SHOW_PROPERTIES
          Show property edges
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 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 java.lang.String SAX_PARSER
           
static Option SHOW_RDFS_NODES
          Show rdfs nodes
static Option VERBOSE
          Enable message printing (not supported yet)
static Option XML_PARSER
          Use this SAXParser to read the XML
 
Constructor Summary
RDFSchemaGrapherApp()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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

_XML_PARSER

public static final int _XML_PARSER

_VERBOSE

public static final int _VERBOSE

_OUTPUT

public static final int _OUTPUT

_DONT_SHOW_PROPERTIES

public static final int _DONT_SHOW_PROPERTIES

_SHOW_RDFS_NODES

public static final int _SHOW_RDFS_NODES

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

DONT_SHOW_PROPERTIES

public static final Option DONT_SHOW_PROPERTIES
Show property edges

SHOW_RDFS_NODES

public static final Option SHOW_RDFS_NODES
Show rdfs nodes

XML_PARSER

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

VERBOSE

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

OPTIONS

public static final Option[] OPTIONS

SAX_PARSER

public static final java.lang.String SAX_PARSER
Constructor Detail

RDFSchemaGrapherApp

public RDFSchemaGrapherApp()
Method Detail

main

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