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