[graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-10-05 07:54:55
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13893/config Modified Files: config.rdf Log Message: * added command line option support in GraphlApplication * added "Exit" menu entry (for quitting without window decorations) * fixes for LineEdgePainter and ShapeNodePainter * minor documentation updates * more default config tweaking Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** config.rdf 4 Oct 2004 10:46:02 -0000 1.9 --- config.rdf 5 Oct 2004 07:54:20 -0000 1.10 *************** *** 310,316 **** <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> ! </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;nil"/> --- 310,316 ---- <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! <!--<graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> ! </graphl:assignedToType>--> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;nil"/> *************** *** 354,364 **** graphl:stroke="1.0 1 5"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> </graphl:EdgePainter> --- 354,364 ---- graphl:stroke="1.0 1 5"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 372,379 **** graphl:color="#ff0000"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&owl;inverseOf"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgePainter> --- 372,379 ---- graphl:color="#ff0000"> <graphl:assignedToType> ! <rdf:Property rdf:about="&owl;inverseOf"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 386,390 **** graphl:stroke="1.0 5 5"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;range"/> </graphl:assignedToType> </graphl:EdgePainter> --- 386,390 ---- graphl:stroke="1.0 5 5"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 397,404 **** graphl:stroke="1.0"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;first"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&graphl;connectedTo"/> </graphl:assignedToType> </graphl:EdgePainter> --- 397,404 ---- graphl:stroke="1.0"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;first"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&graphl;connectedTo"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 411,415 **** graphl:stroke="1.0"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;rest"/> </graphl:assignedToType> </graphl:EdgePainter> --- 411,415 ---- graphl:stroke="1.0"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;rest"/> </graphl:assignedToType> </graphl:EdgePainter> *************** *** 424,437 **** graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgeLayouter> --- 424,437 ---- graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;type"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;range"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;isDefinedBy"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&owl;disjointWith"/> </graphl:assignedToType> </graphl:EdgeLayouter> *************** *** 442,449 **** graphl:direction="up"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;subClassOf"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;subPropertyOf"/> </graphl:assignedToType> </graphl:EdgeLayouter> --- 442,449 ---- graphl:direction="up"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;subClassOf"/> </graphl:assignedToType> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdfs;subPropertyOf"/> </graphl:assignedToType> </graphl:EdgeLayouter> *************** *** 454,458 **** graphl:direction="right"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;rest"/> </graphl:assignedToType> </graphl:EdgeLayouter> --- 454,458 ---- graphl:direction="right"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;rest"/> </graphl:assignedToType> </graphl:EdgeLayouter> *************** *** 464,468 **** graphl:length="40.0"> <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;first"/> </graphl:assignedToType> </graphl:EdgeLayouter> --- 464,468 ---- graphl:length="40.0"> <graphl:assignedToType> ! <rdf:Property rdf:about="&rdf;first"/> </graphl:assignedToType> </graphl:EdgeLayouter> |