|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dfki.frodo.tools.rdf_schema_grapher.app.RDFSchemaGrapherApp
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 |
public static final int _RDFS
public static final int _CONFIG
public static final int _RDFS_NAMESPACE
public static final int _NODE_COLOR
public static final int _ISA_EDGE_COLOR
public static final int _PROPERTY_EDGE_COLOR
public static final int _PRINT_NAMESPACES
public static final int _XML_PARSER
public static final int _VERBOSE
public static final int _OUTPUT
public static final int _DONT_SHOW_PROPERTIES
public static final int _SHOW_RDFS_NODES
public static final Option RDFS
public static final Option CONFIG
public static final Option RDFS_NAMESPACE
public static final Option NODE_COLOR
public static final Option ISA_EDGE_COLOR
public static final Option PROPERTY_EDGE_COLOR
public static final Option OUTPUT
public static final Option PRINT_NAMESPACES
public static final Option DONT_SHOW_PROPERTIES
public static final Option SHOW_RDFS_NODES
public static final Option XML_PARSER
public static final Option VERBOSE
public static final Option[] OPTIONS
public static final java.lang.String SAX_PARSER
Constructor Detail |
public RDFSchemaGrapherApp()
Method Detail |
public static void main(java.lang.String[] args)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |