[graphl-cvs] graphl/config config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
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> |