Thread: [graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
From: Flo L. <fl...@us...> - 2004-08-19 14:14:06
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12274/config Modified Files: config.rdf Log Message: changed cvs mode for rdf files Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** config.rdf 27 Jul 2004 13:24:06 -0000 1.1 --- config.rdf 19 Aug 2004 14:13:54 -0000 1.2 *************** *** 1,135 **** ! <?xml version='1.0' encoding='UTF-8'?> ! <!DOCTYPE rdf:RDF [ ! <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> ! <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> ! ]> ! ! <rdf:RDF xml:base="" ! xmlns:graphl="&graphl;" ! xmlns:rdf="&rdf;"> ! ! <!--<graphl:Configuration> ! <rdf:seeAlso rdf:about="facets.rdf"/> ! <rdf:seeAlso rdf:about="vocabularies.rdf"/> ! </graphl:Configuration>--> ! ! <graphl:Configuration> ! ! <graphl:availableNodeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SortedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodeLayouters> ! ! <graphl:availableNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.ImageNodePainter"> ! <graphl:defaultImage> ! <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> ! </graphl:defaultImage> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodePainters> ! ! <graphl:assignedNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter" ! graphl:backgoundColor="#66ff66"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="Person: "/> ! </rdf:first> ! <rdf:rest> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedNodePainters> ! ! ! <graphl:availableEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgeLayouters> ! ! <graphl:availableEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.ManhattanEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgePainters> ! ! </graphl:Configuration> </rdf:RDF> \ No newline at end of file --- 1,135 ---- ! <?xml version='1.0' encoding='UTF-8'?> ! <!DOCTYPE rdf:RDF [ ! <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> ! <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> ! ]> ! ! <rdf:RDF xml:base="" ! xmlns:graphl="&graphl;" ! xmlns:rdf="&rdf;"> ! ! <!--<graphl:Configuration> ! <rdf:seeAlso rdf:about="facets.rdf"/> ! <rdf:seeAlso rdf:about="vocabularies.rdf"/> ! </graphl:Configuration>--> ! ! <graphl:Configuration> ! ! <graphl:availableNodeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SortedNodeLayouter"> ! </graphl:NodeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodeLayouters> ! ! <graphl:availableNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.ImageNodePainter"> ! <graphl:defaultImage> ! <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> ! </graphl:defaultImage> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleNodePainter"> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableNodePainters> ! ! <graphl:assignedNodePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter" ! graphl:backgoundColor="#66ff66"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="Person: "/> ! </rdf:first> ! <rdf:rest> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="http://xmlns.com/foaf/0.1/Person"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedNodePainters> ! ! ! <graphl:availableEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgeLayouters> ! ! <graphl:availableEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.ManhattanEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgePainters> ! ! </graphl:Configuration> </rdf:RDF> \ No newline at end of file |
From: Flo L. <fl...@us...> - 2004-08-21 22:31:15
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32158/config Modified Files: config.rdf Log Message: * added martin klinke's contributions (File>New and mousewheel zooming) * implemented facet configuration from rdf config file * added configuration data to config.rdf * removed historic JGraphPane, merged with GraphlPane * factored out vocabulary registry mechanism from GraphlPane Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.rdf 20 Aug 2004 12:41:34 -0000 1.4 --- config.rdf 21 Aug 2004 22:31:02 -0000 1.5 *************** *** 50,59 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter"> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.ImageNodePainter"> <graphl:defaultImage> <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> --- 50,59 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter"> </graphl:NodePainter> </rdf:li> <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter"> <graphl:defaultImage> <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> *************** *** 63,77 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.InvisibleNodePainter"> </graphl:NodePainter> </rdf:li> </rdf:Bag> </graphl:availableNodePainters> ! <graphl:assignedNodePainters> <rdf:Bag> <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.view.BoxNodePainter" graphl:baseColor="#66ff66"> <graphl:labelGenerator> --- 63,150 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> </graphl:NodePainter> </rdf:li> </rdf:Bag> </graphl:availableNodePainters> ! ! <graphl:availableEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgeLayouters> ! ! <graphl:availableEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ManhattanEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.InvisibleEdgePainter"> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgePainters> ! ! <graphl:defaultNodePainter> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#fffaa8"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> ! </graphl:NodePainter> ! </graphl:defaultNodePainter> ! ! <graphl:defaultEdgePainter> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter"/> ! </graphl:defaultEdgePainter> ! ! <graphl:defaultNodeLayouter> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter"/> ! </graphl:defaultNodeLayouter> ! ! <graphl:defaultEdgeLayouter> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"/> ! </graphl:defaultEdgeLayouter> ! <graphl:assignedNodePainters> <rdf:Bag> <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#66ff66"> <graphl:labelGenerator> *************** *** 106,147 **** </rdf:li> </rdf:Bag> ! </graphl:assignedNodePainters> ! ! <graphl:availableEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:availableEdgeLayouters> - <graphl:availableEdgePainters> - <rdf:Bag> - <rdf:li> - <graphl:EdgePainter - graphl:javaClass="org.mediavirus.graphl.view.StraightLineEdgePainter"> - </graphl:EdgePainter> - </rdf:li> - <rdf:li> - <graphl:EdgePainter - graphl:javaClass="org.mediavirus.graphl.view.ManhattanEdgePainter"> - </graphl:EdgePainter> - </rdf:li> - <rdf:li> - <graphl:EdgePainter - graphl:javaClass="org.mediavirus.graphl.view.InvisibleEdgePainter"> - </graphl:EdgePainter> - </rdf:li> - </rdf:Bag> - </graphl:availableEdgePainters> - </graphl:Configuration> </rdf:RDF> \ No newline at end of file --- 179,227 ---- </rdf:li> </rdf:Bag> ! </graphl:assignedNodePainters> ! <graphl:assignedNodeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdfs;Class"/> ! </graphl:assignedToType> ! </graphl:NodeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedNodeLayouters> ! ! <graphl:assignedEdgePainters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="false" ! graphl:paintLabel="false" ! graphl:lineStyle="dotted"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;type"/> ! </graphl:assignedToType> ! </graphl:EdgePainter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedEdgePainters> ! ! <graphl:assignedEdgeLayouters> ! <rdf:Bag> ! <rdf:li> ! <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&rdf;type"/> ! </graphl:assignedToType> ! </graphl:EdgeLayouter> ! </rdf:li> ! </rdf:Bag> ! </graphl:assignedEdgeLayouters> ! </graphl:Configuration> </rdf:RDF> \ No newline at end of file |
From: Flo L. <fl...@us...> - 2004-08-23 16:53:36
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21385/config Modified Files: config.rdf Log Message: * updated GraphlApplet to load config from URL * extended default facet configuration * removed redundant web/graphs, now created by ant * updated changelog Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** config.rdf 21 Aug 2004 22:31:02 -0000 1.5 --- config.rdf 23 Aug 2004 16:53:21 -0000 1.6 *************** *** 118,124 **** --- 118,151 ---- </rdf:first> <rdf:rest> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="String" + graphl:labelFacetValue=" ["/> + </rdf:first> + <rdf:rest> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="Type" + graphl:guessName="true"/> + </rdf:first> + <rdf:rest> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="String" + graphl:labelFacetValue="]"/> + </rdf:first> + <rdf:rest> <rdf:nil/> </rdf:rest> </rdf:List> + </rdf:rest> + </rdf:List> + </rdf:rest> + </rdf:List> + </rdf:rest> + </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 177,180 **** --- 204,216 ---- </graphl:assignedToType> </graphl:NodePainter> + <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;List"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;Bag"/> + </graphl:assignedToType> + </graphl:NodePainter> </rdf:li> </rdf:Bag> *************** *** 206,209 **** --- 242,266 ---- </graphl:assignedToType> </graphl:EdgePainter> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" + graphl:paintArrow="false" + graphl:paintLabel="false" + graphl:lineStyle="solid"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;first"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&graphl;connectedTo"/> + </graphl:assignedToType> + </graphl:EdgePainter> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" + graphl:paintArrow="true" + graphl:paintLabel="false" + graphl:lineStyle="solid"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;rest"/> + </graphl:assignedToType> + </graphl:EdgePainter> </rdf:li> </rdf:Bag> |
From: Flo L. <fl...@us...> - 2004-09-23 18:21:43
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10300/config Modified Files: config.rdf Log Message: * changed the GraphFacetRegistry to work with configuration nodes, not graphs * introduced new interface PropertySet Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** config.rdf 23 Aug 2004 16:53:21 -0000 1.6 --- config.rdf 23 Sep 2004 18:21:34 -0000 1.7 *************** *** 204,207 **** --- 204,209 ---- </graphl:assignedToType> </graphl:NodePainter> + </rdf:li> + <rdf:li> <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> *************** *** 242,245 **** --- 244,249 ---- </graphl:assignedToType> </graphl:EdgePainter> + </rdf:li> + <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" *************** *** 254,257 **** --- 258,263 ---- </graphl:assignedToType> </graphl:EdgePainter> + </rdf:li> + <rdf:li> <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" |
From: Flo L. <fl...@us...> - 2004-10-04 10:21:20
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18139/config Modified Files: config.rdf Log Message: * added width and height properties to the Node interface, to allow layouters to define a bounding box for nodes. * AbsoluteNodeLayouter will also use bounding box information for maps etc. This is currently only used in imageNodePainter * added DirectedEdgeLayouter for laying out hierarchical and directed graphs like trees. this works nice for rdf schemas et al. * Added ShapeNodePainter to draw labels as java2d shapes (currently predefined: circle, square, cross and X). No label yet. * using JavaBeans/property pages for facet configuration. added a dependency to com.l2fprod package, implementing paroperty sheets - i want to get rid of this again in the future, but i don't have time currently to implement such bullshit that should be in the jdk anyhow * Added a StrokeChooser for defining strokes for node and edgepainters * added a ParseUtils class for parsing colors and strokes from literals * greatly extended default configuration for facets * some documentation updates (javadoc runs without warnings now) Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** config.rdf 23 Sep 2004 18:21:34 -0000 1.7 --- config.rdf 4 Oct 2004 10:21:06 -0000 1.8 *************** *** 5,8 **** --- 5,11 ---- <!ENTITY rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <!ENTITY rdfs 'http://www.w3.org/2000/01/rdf-schema#'> + <!ENTITY owl 'http://www.w3.org/2002/07/owl#'> + <!ENTITY map 'http://fabl.net/vocabularies/geography/map/1.1/'> + <!ENTITY geo 'http://www.w3.org/2003/01/geo/wgs84_pos#'> ]> *************** *** 12,15 **** --- 15,21 ---- xmlns:rdf="&rdf;" xmlns:rdfs="&rdfs;" + xmlns:owl="&owl;" + xmlns:map="↦" + xmlns:geo="&geo;" > *************** *** 66,69 **** --- 72,80 ---- </graphl:NodePainter> </rdf:li> + <rdf:li> + <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter"> + </graphl:NodePainter> + </rdf:li> </rdf:Bag> </graphl:availableNodePainters> *************** *** 78,81 **** --- 89,97 ---- <rdf:li> <graphl:EdgeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter"> + </graphl:EdgeLayouter> + </rdf:li> + <rdf:li> + <graphl:EdgeLayouter graphl:javaClass="org.mediavirus.graphl.layout.NeutralEdgeLayouter"> </graphl:EdgeLayouter> *************** *** 207,211 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;List"/> --- 223,247 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" ! graphl:method="property" ! graphl:property="↦image"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="↦Map"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" ! graphl:shape="X"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&geo;Point"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" ! graphl:shape="circle"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;List"/> *************** *** 227,230 **** --- 263,293 ---- <rdfs:Class rdf:about="&rdfs;Class"/> </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;nil"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&graphl;LabelFacet"/> + </graphl:assignedToType> + </graphl:NodeLayouter> + </rdf:li> + <rdf:li> + <graphl:NodeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" + graphl:method="property" + graphl:property="↦coverage" + graphl:draggable="false"> + <graphl:assignedToType> + <rdfs:Class rdf:about="↦Map"/> + </graphl:assignedToType> + </graphl:NodeLayouter> + </rdf:li> + <rdf:li> + <graphl:NodeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" + graphl:method="geo" + graphl:draggable="false"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&geo;Point"/> + </graphl:assignedToType> </graphl:NodeLayouter> </rdf:li> *************** *** 239,246 **** graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:lineStyle="dotted"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;type"/> </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> --- 302,341 ---- graphl:paintArrow="false" graphl:paintLabel="false" ! 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> + </rdf:li> + <rdf:li> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" + graphl:paintArrow="false" + graphl:paintLabel="false" + graphl:stroke="1.0 5 5" + 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> + </rdf:li> + <rdf:li> + <graphl:EdgePainter + graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" + graphl:paintArrow="false" + graphl:paintLabel="false" + graphl:stroke="1.0 5 5"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdfs;range"/> + </graphl:assignedToType> </graphl:EdgePainter> </rdf:li> *************** *** 250,254 **** graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:lineStyle="solid"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;first"/> --- 345,349 ---- graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="1.0"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;first"/> *************** *** 264,268 **** graphl:paintArrow="true" graphl:paintLabel="false" ! graphl:lineStyle="solid"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;rest"/> --- 359,363 ---- graphl:paintArrow="true" graphl:paintLabel="false" ! graphl:stroke="1.0"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;rest"/> *************** *** 281,284 **** --- 376,419 ---- <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> + </rdf:li> + <rdf:li> + <graphl:EdgeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" + 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> + </rdf:li> + <rdf:li> + <graphl:EdgeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" + graphl:direction="right"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;rest"/> + </graphl:assignedToType> + </graphl:EdgeLayouter> + </rdf:li> + <rdf:li> + <graphl:EdgeLayouter + graphl:javaClass="org.mediavirus.graphl.layout.DirectedEdgeLayouter" + graphl:direction="down" + graphl:length="40.0"> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;first"/> + </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> |
From: Flo L. <fl...@us...> - 2004-10-04 10:46:17
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23024/config Modified Files: config.rdf Log Message: added node painters for rdf schema browsing Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** config.rdf 4 Oct 2004 10:21:06 -0000 1.8 --- config.rdf 4 Oct 2004 10:46:02 -0000 1.9 *************** *** 223,226 **** --- 223,276 ---- <rdf:li> <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" + graphl:baseColor="#e0e0e0"> + <graphl:labelGenerator> + <graphl:LabelGenerator> + <graphl:labelFacets> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="Value" + graphl:guessName="true"/> + </rdf:first> + <rdf:rest> + <rdf:nil/> + </rdf:rest> + </rdf:List> + </graphl:labelFacets> + </graphl:LabelGenerator> + </graphl:labelGenerator> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdfs;Class"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> + <rdf:li> + <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" + graphl:baseColor="#f0f0f0"> + <graphl:labelGenerator> + <graphl:LabelGenerator> + <graphl:labelFacets> + <rdf:List> + <rdf:first> + <graphl:LabelFacet + graphl:labelFacetType="Value" + graphl:guessName="true"/> + </rdf:first> + <rdf:rest> + <rdf:nil/> + </rdf:rest> + </rdf:List> + </graphl:labelFacets> + </graphl:LabelGenerator> + </graphl:labelGenerator> + <graphl:assignedToType> + <rdfs:Class rdf:about="&rdf;Property"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> + <rdf:li> + <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" graphl:method="property" |
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> |
From: Flo L. <fl...@us...> - 2005-01-11 12:53:51
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19608/config Modified Files: config.rdf Log Message: added vocabularies to config Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** config.rdf 30 Nov 2004 09:38:51 -0000 1.11 --- config.rdf 11 Jan 2005 12:53:38 -0000 1.12 *************** *** 25,28 **** --- 25,382 ---- graphl:default="true" rdf:nodeID="defaultConfig"> + + <graphl:vocabularies> + <graphl:Vocabulary> + <graphl:contains> + <graphl:Vocabulary + graphl:name="FOAF" + graphl:description="Friend-of-a-friend Vocabulary" + graphl:defaultNamespacePrefix="rdf" + graphl:namespace="&rdf;"> + <owl:imports rdf:resource="vocabs/foaf-owl.rdf"/> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Contact Properties"> + <graphl:contains rdf:resource="&foaf;phone"/> + <graphl:contains rdf:resource="&foaf;mbox"/> + <graphl:contains rdf:resource="&foaf;homepage"/> + <graphl:contains rdf:resource="&foaf;workplaceHomepage"/> + <graphl:contains rdf:resource="&foaf;workInfoHomepage"/> + <graphl:contains rdf:resource="&foaf;schoolHomepage"/> + <graphl:contains rdf:resource="&foaf;weblog"/> + <graphl:contains rdf:resource="&foaf;tipjar"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Experience Properties"> + <graphl:contains rdf:resource="&foaf;currentProject"/> + <graphl:contains rdf:resource="&foaf;pastProject"/> + <graphl:contains rdf:resource="&foaf;made"/> + <graphl:contains rdf:resource="&foaf;maker"/> + <graphl:contains rdf:resource="&foaf;interest"/> + <graphl:contains rdf:resource="&foaf;topic_interest"/> + <graphl:contains rdf:resource="&foaf;publications"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Networking Properties"> + <graphl:contains rdf:resource="&foaf;knows"/> + <graphl:contains rdf:resource="&foaf;member"/> + <graphl:contains rdf:resource="&foaf;basedNear"/> + <graphl:contains rdf:resource="&foaf;fundedBy"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Imaging Properties"> + <graphl:contains rdf:resource="&foaf;img"/> + <graphl:contains rdf:resource="&foaf;depiction"/> + <graphl:contains rdf:resource="&foaf;depicts"/> + <graphl:contains rdf:resource="&foaf;thumbnail"/> + <graphl:contains rdf:resource="&foaf;logo"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Topic Properties"> + <graphl:contains rdf:resource="&foaf;topic"/> + <graphl:contains rdf:resource="&foaf;primaryTopic"/> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Agent Classes"> + <graphl:contains rdf:resource="&foaf;Person"/> + <graphl:contains rdf:resource="&foaf;Agent"/> + </graphl:ClassGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Group Classes"> + <graphl:contains rdf:resource="&foaf;Group"/> + <graphl:contains rdf:resource="&foaf;Project"/> + <graphl:contains rdf:resource="&foaf;Organization"/> + </graphl:ClassGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Document Classes"> + <graphl:contains rdf:resource="&foaf;Document"/> + <graphl:contains rdf:resource="&foaf;Image"/> + <graphl:contains rdf:resource="&foaf;PersonalProfileDocument"/> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + + <graphl:contains> + <graphl:Vocabulary + graphl:name="RDF" + graphl:description="RDF Core Vocabulary" + graphl:defaultNamespacePrefix="rdf" + graphl:namespace="&rdf;"> + <owl:imports rdf:resource="vocabs/rdf+rdfs.rdf"/> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Type Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;type" + rdfs:label="Type" + rdfs:comment="The type of an entity"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Value Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;value" + rdfs:label="Value" + rdfs:comment="The value of a property"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="List Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;first" + rdfs:label="First" + rdfs:comment="First element in the list"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;rest" + rdfs:label="Rest" + rdfs:comment="Rest of the list"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Statement Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;subject" + rdfs:label="Subject" + rdfs:comment="The subject of an RDF statement"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;predicate" + rdfs:label="Predicate" + rdfs:comment="The predicate of an RDF statement"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdf;object" + rdfs:label="Object" + rdfs:comment="The object of an RDF statement"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="RDF Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Statement" + rdfs:label="Statement" + rdfs:comment="A RDF Statement"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Property" + rdfs:label="Property" + rdfs:comment="A RDF Property"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Container Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Bag" + rdfs:label="Bag" + rdfs:comment="A bag (unordered collection of elements)"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;Seq" + rdfs:label="Sequence" + rdfs:comment="A sequence (ordered collection of elements)"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdf;List" + rdfs:label="List" + rdfs:comment="A list of elements"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + <graphl:contains> + <graphl:Vocabulary + graphl:name="graphl" + graphl:description="graphl Configuration Vocabulary" + graphl:defaultNamespacePrefix="graphl" + graphl:namespace="&graphl;"> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Configuration Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&graphl;contains" + rdfs:label="contains" + rdfs:comment="A resource that belongs to this entity"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="Vocabulary Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&graphl;Vocabulary" + rdfs:label="Vocabulary" + rdfs:comment="A Vocabulary"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&graphl;PropertyGroup" + rdfs:label="Property Group" + rdfs:comment="A group of related properties"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&graphl;ClassGroup" + rdfs:label="Class Group" + rdfs:comment="A group of related classes"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + + <graphl:contains> + <graphl:Vocabulary + graphl:name="rdfs" + graphl:description="RDF Schema Vocabulary" + graphl:defaultNamespacePrefix="rdfs" + graphl:namespace="&rdfs;"> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Annotation Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;label" + rdfs:label="Label" + rdfs:comment="A Human-readable label of some schema element"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;comment" + rdfs:label="Comment" + rdfs:comment="A Comment regarding some schema element"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Linking Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;seeAlso" + rdfs:label="see also" + rdfs:comment="A document containing more information"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;isDefinedBy" + rdfs:label="is defined by" + rdfs:comment="A Document defining the entity"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Inheritance Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;subClassOf" + rdfs:label="Subclass of" + rdfs:comment="The super class of this class"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;subPropertyOf" + rdfs:label="Sub-property of" + rdfs:comment=""/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:PropertyGroup + graphl:name="Data Properties"> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;member" + rdfs:label="Member" + rdfs:comment="A Member"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;domain" + rdfs:label="Domain" + rdfs:comment="The domain of the given property"/> + </graphl:contains> + <graphl:contains> + <rdf:Property + rdf:about="&rdfs;range" + rdfs:label="Range" + rdfs:comment="The range of the given property"/> + </graphl:contains> + </graphl:PropertyGroup> + </graphl:contains> + <graphl:contains> + <graphl:ClassGroup + graphl:name="RDFS Classes"> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Class" + rdfs:label="Class" + rdfs:comment="A Class"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Resource" + rdfs:label="Resource" + rdfs:comment="A Resource"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Literal" + rdfs:label="Literal" + rdfs:comment="A Literal"/> + </graphl:contains> + <graphl:contains> + <rdfs:Class + rdf:about="&rdfs;Container" + rdfs:label="Container" + rdfs:comment="A Container"/> + </graphl:contains> + </graphl:ClassGroup> + </graphl:contains> + </graphl:Vocabulary> + </graphl:contains> + </graphl:Vocabulary> + </graphl:vocabularies> <graphl:availableNodeLayouters> *************** *** 126,167 **** <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" ["/> ! </rdf:first> ! <rdf:rest> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Type" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="]"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> ! </rdf:rest> ! </rdf:List> ! </rdf:rest> ! </rdf:List> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 480,496 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" ["/> ! <graphl:LabelFacet ! graphl:labelFacetType="Type" ! graphl:guessName="true"/> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue="]"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 202,217 **** graphl:borderStroke="1.5"> <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 531,539 ---- graphl:borderStroke="1.5"> <graphl:labelGenerator> ! <graphl:LabelGenerator rdf:ID="TEST"> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 231,245 **** <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 553,560 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 264,281 **** graphl:borderStroke="1.0" graphl:useBorderColor="true" ! graphl:roundRect="false"> <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 579,590 ---- graphl:borderStroke="1.0" graphl:useBorderColor="true" ! graphl:roundRect="false" ! graphl:font="Dialog-8"> <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="false"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 292,306 **** <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 601,608 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 317,331 **** <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 619,626 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 342,374 **** <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&graphl;labelFacetType"/> ! </rdf:first> ! <rdf:rest> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" "/> ! </rdf:first> ! <rdf:rest> ! <rdf:List> ! <rdf:first> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&graphl;labelFacetValue"/> ! </rdf:first> ! <rdf:rest> ! <rdf:nil/> ! </rdf:rest> ! </rdf:List> ! </rdf:rest> ! </rdf:List> ! </rdf:rest> ! </rdf:List> </graphl:labelFacets> </graphl:LabelGenerator> --- 637,650 ---- <graphl:labelGenerator> <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&graphl;labelFacetType"/> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" "/> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&graphl;labelFacetValue"/> </graphl:labelFacets> </graphl:LabelGenerator> |
From: Flo L. <fl...@us...> - 2005-01-11 13:19:23
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24137/config Modified Files: config.rdf Log Message: added external vocabulary definitions to config file Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** config.rdf 11 Jan 2005 12:53:38 -0000 1.12 --- config.rdf 11 Jan 2005 13:19:12 -0000 1.13 *************** *** 122,131 **** <graphl:PropertyGroup graphl:name="Type Properties"> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;type" ! rdfs:label="Type" ! rdfs:comment="The type of an entity"/> ! </graphl:contains> </graphl:PropertyGroup> </graphl:contains> --- 122,126 ---- <graphl:PropertyGroup graphl:name="Type Properties"> ! <graphl:contains rdf:resource="&rdf;type"/> </graphl:PropertyGroup> </graphl:contains> *************** *** 133,142 **** <graphl:PropertyGroup graphl:name="Value Properties"> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;value" ! rdfs:label="Value" ! rdfs:comment="The value of a property"/> ! </graphl:contains> </graphl:PropertyGroup> </graphl:contains> --- 128,132 ---- <graphl:PropertyGroup graphl:name="Value Properties"> ! <graphl:contains rdf:resource="&rdf;value"/> </graphl:PropertyGroup> </graphl:contains> *************** *** 144,159 **** <graphl:PropertyGroup graphl:name="List Properties"> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;first" ! rdfs:label="First" ! rdfs:comment="First element in the list"/> ! </graphl:contains> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;rest" ! rdfs:label="Rest" ! rdfs:comment="Rest of the list"/> ! </graphl:contains> </graphl:PropertyGroup> </graphl:contains> --- 134,139 ---- <graphl:PropertyGroup graphl:name="List Properties"> ! <graphl:contains rdf:resource="&rdf;first"/> ! <graphl:contains rdf:resource="&rdf;rest"/> </graphl:PropertyGroup> </graphl:contains> *************** *** 161,182 **** <graphl:PropertyGroup graphl:name="Statement Properties"> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;subject" ! rdfs:label="Subject" ! rdfs:comment="The subject of an RDF statement"/> ! </graphl:contains> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;predicate" ! rdfs:label="Predicate" ! rdfs:comment="The predicate of an RDF statement"/> ! </graphl:contains> ! <graphl:contains> ! <rdf:Property ! rdf:about="&rdf;object" ! rdfs:label="Object" ! rdfs:comment="The object of an RDF statement"/> ! </graphl:contains> </graphl:PropertyGroup> </graphl:contains> --- 141,147 ---- <graphl:PropertyGroup graphl:name="Statement Properties"> ! <graphl:contains rdf:resource="&rdf;subject"/> ! <graphl:contains rdf:resource="&rdf;predicate"/> ! <graphl:contains rdf:resource="&rdf;object"/> </graphl:PropertyGroup> </graphl:contains> *************** *** 184,199 **** <graphl:ClassGroup graphl:name="RDF Classes"> ! <graphl:contains> ! <rdfs:Class ! rdf:about="&rdf;Statement" ! rdfs:label="Statement" ! rdfs:comment="A RDF Statement"/> ! </graphl:contains> ! <graphl:contains> ! <rdfs:Class ! rdf:about="&rdf;Property" ! rdfs:label="Property" ! rdfs:comment="A RDF Property"/> ! </graphl:contains> </graphl:ClassGroup> </graphl:contains> --- 149,154 ---- <graphl:ClassGroup graphl:name="RDF Classes"> ! <graphl:contains rdf:resource="&rdf;Statement"/> ! <graphl:contains rdf:resource="&rdf;Property"/> </graphl:ClassGroup> </graphl:contains> *************** *** 201,222 **** <graphl:ClassGroup graphl:name="Container Classes"> ! <graphl:contains> ! <rdfs:Class ! rdf:about="&rdf;Bag" ! rdfs:label="Bag" ! rdfs:comment="A bag (unordered collection of elements)"/> ! </graphl:contains> ! <graphl:contains> ! <rdfs:Class ! rdf:about="&rdf;Seq" ! rdfs:label="Sequence" ! rdfs:comment="A sequence (ordered collection of elements)"/> ! </graphl:contains> ! <graphl:contains> ! <rdfs:Class ! rdf:about="&rdf;List" ! rdfs:label="List" ! rdfs:comment="A list of elements"/> ! </graphl:contains> </graphl:ClassGroup> </graphl:contains> --- 156,162 ---- <graphl:ClassGroup graphl:name="Container Classes"> ! <graphl:contains rdf:resource="&rdf;Bag"/> ! <graphl:contains rdf:resource="&rdf;Seq"/> ! <graphl:contains rdf:resource="&rdf;List"/> </graphl:ClassGroup> </graphl:contains> |
From: Flo L. <fl...@us...> - 2005-08-17 15:53:31
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16461/config Modified Files: config.rdf Log Message: - FEATURE: added navigator thread for update-exhibition, disabled in normal operation - FEATURE: started implementation of filtering architecture - FEATURE: creating new node opens type context menu - CODE: added NS calss for easier namespace referencing in code Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** config.rdf 11 Jan 2005 13:19:12 -0000 1.13 --- config.rdf 17 Aug 2005 15:52:53 -0000 1.14 *************** *** 1,4 **** --- 1,5 ---- <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE rdf:RDF [ + <!ENTITY foo 'http://www.mediavirus.org/foo#'> <!ENTITY graphl 'http://www.mediavirus.org/graphl#'> <!ENTITY foaf 'http://xmlns.com/foaf/0.1/'> *************** *** 11,14 **** --- 12,16 ---- <rdf:RDF xml:base="" + xmlns:foo="&foo;" xmlns:graphl="&graphl;" xmlns:foaf="&foaf;" *************** *** 421,430 **** <graphl:LabelGenerator> <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet graphl:labelFacetType="Value" ! graphl:guessName="true"/> <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue=" ["/> <graphl:LabelFacet graphl:labelFacetType="Type" --- 423,432 ---- <graphl:LabelGenerator> <graphl:labelFacets rdf:parseType="Collection"> ! <!--<graphl:LabelFacet graphl:labelFacetType="Value" ! graphl:guessName="true"/>--> <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue=" [ "/> <graphl:LabelFacet graphl:labelFacetType="Type" *************** *** 432,436 **** <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue="]"/> </graphl:labelFacets> </graphl:LabelGenerator> --- 434,438 ---- <graphl:LabelFacet graphl:labelFacetType="String" ! graphl:labelFacetValue=" ] "/> </graphl:labelFacets> </graphl:LabelGenerator> *************** *** 509,512 **** --- 511,526 ---- <rdfs:Class rdf:about="&foaf;Project"/> </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Institution"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Network"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Company"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Exhibition"/> + </graphl:assignedToType> </graphl:NodePainter> </rdf:li> |
From: Flo L. <fl...@us...> - 2005-09-07 11:48:02
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15256/config Modified Files: config.rdf Log Message: minor default config adjustment Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** config.rdf 17 Aug 2005 15:52:53 -0000 1.14 --- config.rdf 7 Sep 2005 11:47:51 -0000 1.15 *************** *** 735,739 **** <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="true" graphl:paintLabel="false" graphl:stroke="1.5 5 5"> --- 735,739 ---- <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="false" graphl:paintLabel="false" graphl:stroke="1.5 5 5"> |
From: Flo L. <fl...@us...> - 2005-12-18 13:29:23
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23369/config Modified Files: config.rdf Log Message: changed label definitions from old facet implementation to RXPath Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** config.rdf 7 Sep 2005 11:47:51 -0000 1.15 --- config.rdf 18 Dec 2005 13:29:13 -0000 1.16 *************** *** 419,441 **** graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0" ! graphl:stroke="1.0"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <!--<graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/>--> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" [ "/> ! <graphl:LabelFacet ! graphl:labelFacetType="Type" ! graphl:guessName="true"/> ! <graphl:LabelFacet ! graphl:labelFacetType="String" ! graphl:labelFacetValue=" ] "/> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> </graphl:NodePainter> </graphl:defaultNodePainter> --- 419,424 ---- graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#f0f0f0" ! graphl:stroke="1.0" ! graphl:label="concat('[ ',graphl:guessName(rdf:type/to/@rdf:id),' ] ',graphl:guessName(@rdf:id))"> </graphl:NodePainter> </graphl:defaultNodePainter> *************** *** 447,451 **** graphl:paintLabel="true" graphl:color="#000000" ! graphl:labelColor="#000000"/> </graphl:defaultEdgePainter> --- 430,435 ---- graphl:paintLabel="true" graphl:color="#000000" ! graphl:labelColor="#000000" ! graphl:label="graphl:guessName(@graphl:type)"/> </graphl:defaultEdgePainter> *************** *** 471,484 **** graphl:borderColor="#000000" graphl:font="14" ! graphl:borderStroke="1.5"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator rdf:ID="TEST"> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Person"/> --- 455,460 ---- graphl:borderColor="#000000" graphl:font="14" ! graphl:borderStroke="1.5" ! graphl:label="@foaf:name"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Person"/> *************** *** 492,505 **** graphl:borderColor="#000000" graphl:font="14" ! graphl:borderStroke="1.5 5 2"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Property" ! graphl:labelFacetValue="&foaf;name"/> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> --- 468,473 ---- graphl:borderColor="#000000" graphl:font="14" ! graphl:borderStroke="1.5 5 2" ! graphl:label="@foaf:name"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> *************** *** 534,547 **** graphl:useBorderColor="true" graphl:roundRect="false" ! graphl:font="Dialog-8"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="false"/> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> --- 502,507 ---- graphl:useBorderColor="true" graphl:roundRect="false" ! graphl:font="Dialog-8" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> *************** *** 552,565 **** <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#e0e0e0"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> --- 512,517 ---- <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#e0e0e0" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> *************** *** 570,583 **** <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f0f0f0"> ! <graphl:labelGenerator> ! <graphl:LabelGenerator> ! <graphl:labelFacets rdf:parseType="Collection"> ! <graphl:LabelFacet ! graphl:labelFacetType="Value" ! graphl:guessName="true"/> ! </graphl:labelFacets> ! </graphl:LabelGenerator> ! </graphl:labelGenerator> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> --- 522,527 ---- <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f0f0f0" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> *************** *** 587,614 **** <rdf:li> <graphl:NodePainter - graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" - graphl:baseColor="#f0f0f0"> - <graphl:labelGenerator> - <graphl:LabelGenerator> - <graphl:labelFacets rdf:parseType="Collection"> - <graphl:LabelFacet - graphl:labelFacetType="Property" - graphl:labelFacetValue="&graphl;labelFacetType"/> - <graphl:LabelFacet - graphl:labelFacetType="String" - graphl:labelFacetValue=" "/> - <graphl:LabelFacet - graphl:labelFacetType="Property" - graphl:labelFacetValue="&graphl;labelFacetValue"/> - </graphl:labelFacets> - </graphl:LabelGenerator> - </graphl:labelGenerator> - <graphl:assignedToType> - <rdfs:Class rdf:about="&graphl;LabelFacet"/> - </graphl:assignedToType> - </graphl:NodePainter> - </rdf:li> - <rdf:li> - <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" graphl:method="property" --- 531,534 ---- *************** *** 657,671 **** <rdf:li> <graphl:NodeLayouter - graphl:javaClass="org.mediavirus.graphl.layout.UnconstrainedNodeLayouter"> - <graphl:assignedToType> - <rdfs:Class rdf:about="&rdf;nil"/> - </graphl:assignedToType> - <graphl:assignedToType> - <rdfs:Class rdf:about="&graphl;LabelFacet"/> - </graphl:assignedToType> - </graphl:NodeLayouter> - </rdf:li> - <rdf:li> - <graphl:NodeLayouter graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" graphl:method="property" --- 577,580 ---- |
From: Flo L. <fl...@us...> - 2006-06-30 14:29:49
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv10654/config Modified Files: config.rdf Log Message: - migrated from jxpath to jaxen, which gives a much cleaner implementation of custom axes Index: config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/config.rdf,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** config.rdf 8 Jun 2006 13:15:00 -0000 1.17 --- config.rdf 30 Jun 2006 14:29:31 -0000 1.18 *************** *** 356,367 **** <rdf:li> <graphl:NodePainter - graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter"> - <graphl:defaultImage> - <graphl:Image rdf:about="http://www.mediavirus.org/graphl/images/default.gif"/> - </graphl:defaultImage> - </graphl:NodePainter> - </rdf:li> - <rdf:li> - <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.InvisibleNodePainter"> </graphl:NodePainter> --- 356,359 ---- *************** *** 417,424 **** <graphl:defaultNodePainter> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f0f0f0" graphl:stroke="1.0" ! graphl:label="concat('[ ',graphl:name(rdf:type/to/@rdf:id),' ] ',graphl:name(@rdf:id))"> </graphl:NodePainter> </graphl:defaultNodePainter> --- 409,416 ---- <graphl:defaultNodePainter> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.BoxNodePainter'" ! graphl:baseColor="'#f0f0f0'" graphl:stroke="1.0" ! graphl:label="concat('[ ',graphl:guessName(out::rdf:type/out::*/@rdf:id),' ] ',graphl:guessName(@rdf:id))"> </graphl:NodePainter> </graphl:defaultNodePainter> *************** *** 426,440 **** <graphl:defaultEdgePainter> <graphl:EdgePainter ! graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="true" graphl:paintLabel="true" ! graphl:color="#000000" ! graphl:labelColor="#000000" ! graphl:label="graphl:name(@graphl:type)"/> </graphl:defaultEdgePainter> <graphl:defaultNodeLayouter> <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.RepulsionNodeLayouter" graphl:strength="1.0"/> </graphl:defaultNodeLayouter> --- 418,432 ---- <graphl:defaultEdgePainter> <graphl:EdgePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.StraightLineEdgePainter'" graphl:paintArrow="true" graphl:paintLabel="true" ! graphl:color="'#000000'" ! graphl:labelColor="'#000000'" ! graphl:label="graphl:guessName(@graphl:type)"/> </graphl:defaultEdgePainter> <graphl:defaultNodeLayouter> <graphl:NodeLayouter ! graphl:javaClass="'org.mediavirus.graphl.layout.RepulsionNodeLayouter'" graphl:strength="1.0"/> </graphl:defaultNodeLayouter> *************** *** 442,446 **** <graphl:defaultEdgeLayouter> <graphl:EdgeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.SpringEdgeLayouter" graphl:length="300.0" graphl:rigidity="1.0"/> --- 434,438 ---- <graphl:defaultEdgeLayouter> <graphl:EdgeLayouter ! graphl:javaClass="'org.mediavirus.graphl.layout.SpringEdgeLayouter'" graphl:length="300.0" graphl:rigidity="1.0"/> *************** *** 451,459 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#d0d0d0" ! graphl:borderColor="#000000" ! graphl:font="14" ! graphl:borderStroke="1.5" graphl:label="@foaf:name"> <graphl:assignedToType> --- 443,452 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.BoxNodePainter'" ! graphl:baseColor="'#d0d0d0'" ! graphl:borderColor="'#000000'" ! graphl:font="'Dialog-14'" ! graphl:borderStroke="'1.5'" ! graphl:labelColor="concat('150,',150 - count(out::foaf:knows)*20,',',150 - count(out::foaf:knows)*20)" graphl:label="@foaf:name"> <graphl:assignedToType> *************** *** 465,472 **** <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#d0d0d0" ! graphl:borderColor="#000000" ! graphl:font="14" ! graphl:borderStroke="1.5 5 2" graphl:label="@foaf:name"> <graphl:assignedToType> --- 458,465 ---- <graphl:NodePainter graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="'#d0d0d0'" ! graphl:borderColor="'#000000'" ! graphl:font="Dialog-14" ! graphl:borderStroke="'1.5 5 2'" graphl:label="@foaf:name"> <graphl:assignedToType> *************** *** 495,507 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f9f9f9" ! graphl:borderColor="#d0d0d0" ! graphl:textColor="#909090" ! graphl:borderStroke="1.0" ! graphl:useBorderColor="true" ! graphl:roundRect="false" ! graphl:font="Dialog-8" ! graphl:label="graphl:name(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> --- 488,498 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.BoxNodePainter'" ! graphl:baseColor="'#f9f9f9'" ! graphl:borderColor="'#d0d0d0'" ! graphl:textColor="'#909090'" ! graphl:borderStroke="'1.0'" ! graphl:font="'Dialog-8'" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Document"/> *************** *** 511,517 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#e0e0e0" ! graphl:label="graphl:name(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> --- 502,508 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.BoxNodePainter'" ! graphl:baseColor="'#e0e0e0'" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdfs;Class"/> *************** *** 521,527 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" ! graphl:baseColor="#f0f0f0" ! graphl:label="graphl:name(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> --- 512,518 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.BoxNodePainter'" ! graphl:baseColor="'#f0f0f0'" ! graphl:label="graphl:guessName(@rdf:id)"> <graphl:assignedToType> <rdfs:Class rdf:about="&rdf;Property"/> *************** *** 531,554 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ImageNodePainter" ! graphl:method="property" ! graphl:property="↦image"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="↦Map"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" ! graphl:shape="X"> ! <graphl:assignedToType> ! <rdfs:Class rdf:about="&geo;Point"/> ! </graphl:assignedToType> ! </graphl:NodePainter> ! </rdf:li> ! <rdf:li> ! <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" graphl:shape="circle"> <graphl:assignedToType> --- 522,526 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.ShapeNodePainter'" graphl:shape="circle"> <graphl:assignedToType> *************** *** 562,566 **** <rdf:li> <graphl:NodePainter ! graphl:javaClass="org.mediavirus.graphl.painter.ShapeNodePainter" graphl:shape="circle" graphl:color="#ff0000"> --- 534,538 ---- <rdf:li> <graphl:NodePainter ! graphl:javaClass="'org.mediavirus.graphl.painter.ShapeNodePainter'" graphl:shape="circle" graphl:color="#ff0000"> *************** *** 577,581 **** <rdf:li> <graphl:NodeLayouter ! graphl:javaClass="org.mediavirus.graphl.layout.AbsoluteNodeLayouter" graphl:method="property" graphl:property="↦coverage" --- 549,553 ---- <rdf:li> <graphl:NodeLayouter ! graphl:javaClass="'org.mediavirus.graphl.layout.AbsoluteNodeLayouter'" graphl:method="property" graphl:property="↦coverage" *************** *** 606,610 **** graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="1.0 1 5"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;type"/> --- 578,582 ---- graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="'1.0 1 5'"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;type"/> *************** *** 620,625 **** graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="1.0 5 5" ! graphl:color="#ff0000"> <graphl:assignedToType> <rdf:Property rdf:about="&owl;inverseOf"/> --- 592,597 ---- graphl:paintArrow="false" graphl:paintLabel="false" ! graphl:stroke="'1.0 5 5'" ! graphl:color="'#ff0000'"> <graphl:assignedToType> <rdf:Property rdf:about="&owl;inverseOf"/> *************** *** 633,639 **** <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="false" ! graphl:paintLabel="false" ! graphl:stroke="1.0 5 5"> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;range"/> --- 605,610 ---- <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:arrowPosition="0" ! graphl:stroke="'1.0 5 5'"> <graphl:assignedToType> <rdf:Property rdf:about="&rdfs;range"/> *************** *** 644,650 **** <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="false" ! graphl:paintLabel="false" ! graphl:stroke="1.5 5 5"> <graphl:assignedToType> <rdf:Property rdf:about="&foaf;knows"/> --- 615,620 ---- <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:arrowPosition="0" ! graphl:stroke="'1.5 5 5'"> <graphl:assignedToType> <rdf:Property rdf:about="&foaf;knows"/> *************** *** 655,661 **** <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="false" ! graphl:paintLabel="false" ! graphl:stroke="1.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;first"/> --- 625,630 ---- <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:arrowPosition="0" ! graphl:stroke="'1.0'"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;first"/> *************** *** 666,672 **** <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:paintArrow="true" ! graphl:paintLabel="false" ! graphl:stroke="1.0"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;rest"/> --- 635,640 ---- <graphl:EdgePainter graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" ! graphl:arrowPosition="1" ! graphl:stroke="'1.0'"> <graphl:assignedToType> <rdf:Property rdf:about="&rdf;rest"/> |