[graphl-cvs] graphl/config netznetz-config.rdf
Status: Pre-Alpha
Brought to you by:
flo1
|
From: Flo L. <fl...@us...> - 2004-10-19 16:10:33
|
Update of /cvsroot/graphl/graphl/config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15770/config Modified Files: netznetz-config.rdf Log Message: some tweaking of the netznetz-config Index: netznetz-config.rdf =================================================================== RCS file: /cvsroot/graphl/graphl/config/netznetz-config.rdf,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** netznetz-config.rdf 14 Oct 2004 13:03:06 -0000 1.1 --- netznetz-config.rdf 19 Oct 2004 16:10:23 -0000 1.2 *************** *** 149,153 **** graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" ! graphl:paintLabel="true" graphl:labelColor="#666666"/> </graphl:defaultEdgePainter> --- 149,153 ---- graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" ! graphl:paintLabel="false" graphl:labelColor="#666666"/> </graphl:defaultEdgePainter> *************** *** 169,173 **** graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0" ! graphl:borderColor="#990033" graphl:font="Verdana-14" graphl:borderStroke="2.0"> --- 169,173 ---- graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" graphl:baseColor="#e0e0e0" ! graphl:borderColor="#000000" graphl:font="Verdana-14" graphl:borderStroke="2.0"> *************** *** 189,195 **** </graphl:labelGenerator> <graphl:assignedToType> ! <rdfs:Class rdf:about="&foaf;Person"/> </graphl:assignedToType> <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> </graphl:assignedToType> --- 189,204 ---- </graphl:labelGenerator> <graphl:assignedToType> ! <rdfs:Class rdf:about="&foo;NGO"/> </graphl:assignedToType> <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;Company"/> + </graphl:assignedToType> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foo;School"/> + </graphl:assignedToType> + <!-- <graphl:assignedToType> + <rdfs:Class rdf:about="&foaf;Person"/> + </graphl:assignedToType>--> + <graphl:assignedToType> <rdfs:Class rdf:about="&foaf;Group"/> </graphl:assignedToType> *************** *** 205,208 **** --- 214,245 ---- </graphl:NodePainter> </rdf:li> + <rdf:li> + <graphl:NodePainter + graphl:javaClass="org.mediavirus.graphl.painter.BoxNodePainter" + graphl:baseColor="#e0e0e0" + graphl:borderColor="#990033" + graphl:font="Verdana-14" + graphl:borderStroke="1.0"> + <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> + </graphl:labelGenerator> + <graphl:assignedToType> + <rdfs:Class rdf:about="&foaf;Person"/> + </graphl:assignedToType> + </graphl:NodePainter> + </rdf:li> <rdf:li> <graphl:NodePainter *************** *** 395,399 **** graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" ! graphl:paintLabel="true" graphl:stroke="0.33" graphl:color="#000000" --- 432,436 ---- graphl:javaClass="org.mediavirus.graphl.painter.StraightLineEdgePainter" graphl:paintArrow="false" ! graphl:paintLabel="false" graphl:stroke="0.33" graphl:color="#000000" *************** *** 413,452 **** </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> - <rdf:Property rdf:about="&rdfs;range"/> - </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"> - <graphl:assignedToType> - <rdf:Property rdf:about="&rdf;first"/> - </graphl:assignedToType> - <graphl:assignedToType> - <rdf:Property rdf:about="&graphl;connectedTo"/> - </graphl:assignedToType> - </graphl:EdgePainter> - </rdf:li> - <rdf:li> - <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"/> - </graphl:assignedToType> - </graphl:EdgePainter> - </rdf:li> </rdf:Bag> </graphl:assignedEdgePainters> --- 450,453 ---- *************** *** 469,472 **** --- 470,476 ---- <rdf:Property rdf:about="&owl;disjointWith"/> </graphl:assignedToType> + <graphl:assignedToType> + <rdf:Property rdf:about="&foaf;knows"/> + </graphl:assignedToType> </graphl:EdgeLayouter> </rdf:li> |