summaryrefslogtreecommitdiff
path: root/resources/mapFiles/graphModelMap.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-05-30 08:37:45 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-05-30 08:37:45 +0200
commitb086f57f56bf0eb9dab9cf321a0f69aaaae84347 (patch)
tree8e6e26e8b7eed6abad7a17b093bdbb55c5e6b1ba /resources/mapFiles/graphModelMap.xml
parent22088ae8d2d5ff390518dbe1c4372325ffb3a647 (diff)
Initial Maven Conversion
Diffstat (limited to 'resources/mapFiles/graphModelMap.xml')
-rwxr-xr-xresources/mapFiles/graphModelMap.xml126
1 files changed, 0 insertions, 126 deletions
diff --git a/resources/mapFiles/graphModelMap.xml b/resources/mapFiles/graphModelMap.xml
deleted file mode 100755
index cebb589..0000000
--- a/resources/mapFiles/graphModelMap.xml
+++ /dev/null
@@ -1,126 +0,0 @@
-<?xml version="1.0"?>
-<!-- edited with XML Spy v4.2 U (http://www.xmlspy.com) by Sebastian Gaspard (Agilium) -->
-<mapping>
- <class name="com.c2kernel.graph.model.GraphModel">
- <map-to xml="GraphModel"/>
- <field name="GraphModelCastorData" type="com.c2kernel.graph.model.GraphModelCastorData" direct="false">
- <bind-xml auto-naming="deriveByClass" node="element"/>
- </field>
- </class>
- <class name="com.c2kernel.graph.model.GraphPoint">
- <map-to xml="GraphPoint"/>
- <field name="x" type="integer" direct="true">
- <bind-xml name="x" node="attribute"/>
- </field>
- <field name="y" type="integer" direct="true">
- <bind-xml name="y" node="attribute"/>
- </field>
- </class>
- <class name="com.c2kernel.graph.model.GraphModelCastorData">
- <map-to xml="GraphModelCastorData"/>
- <field name="mClassNameOfVertexOutlineCreator" type="string" direct="true">
- <bind-xml name="ClassNameOfVertexOutlineCreator" node="attribute"/>
- </field>
- <field name="mVertexImpls" type="com.c2kernel.graph.model.Vertex" direct="true" collection="array">
- <bind-xml auto-naming="deriveByClass" node="element"/>
- </field>
- <field name="mEdgeImpls" type="com.c2kernel.graph.model.DirectedEdge" direct="true" collection="array">
- <bind-xml auto-naming="deriveByClass" node="element"/>
- </field>
- <field name="mStartVertexId" type="integer" direct="true">
- <bind-xml name="StartVertexId" node="attribute"/>
- </field>
- <field name="mNextId" type="integer" direct="true">
- <bind-xml name="NextId" node="attribute"/>
- </field>
- </class>
- <class name="com.c2kernel.graph.model.Vertex">
- <map-to xml="Vertex"/>
- <field name="ID" type="integer" direct="false">
- <bind-xml name="ID" node="attribute"/>
- </field>
- <field name="Name" type="string" direct="false">
- <bind-xml name="Name" node="attribute"/>
- </field>
- <field name="Height" type="integer" direct="false">
- <bind-xml name="Height" node="attribute"/>
- </field>
- <field name="Width" type="integer" direct="false">
- <bind-xml name="Width" node="attribute"/>
- </field>
- <field name="CentrePoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
- <bind-xml name="CentrePoint" node="element"/>
- </field>
- <field name="OutlinePoints" type="com.c2kernel.graph.model.GraphPoint" direct="false" collection="array">
- <bind-xml name="OutlinePoint" node="element"/>
- </field>
- <field name="InEdgeIds" type="integer" direct="false" collection="array">
- <bind-xml name="InEdgeId" node="element"/>
- </field>
- <field name="OutEdgeIds" type="integer" direct="false" collection="array">
- <bind-xml name="OutEdgeId" node="element"/>
- </field>
- </class>
- <class name="com.c2kernel.graph.model.DirectedEdge">
- <map-to xml="DirectedEdge"/>
- <field name="ID" type="integer" direct="false">
- <bind-xml name="ID" node="attribute"/>
- </field>
- <field name="OriginPoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
- <bind-xml name="OriginPoint" node="element"/>
- </field>
- <field name="TerminusPoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
- <bind-xml name="TerminusPoint" node="element"/>
- </field>
- <field name="OriginVertexId" type="integer" direct="false">
- <bind-xml name="OriginVertexId" node="attribute"/>
- </field>
- <field name="TerminusVertexId" type="integer" direct="false">
- <bind-xml name="TerminusVertexId" node="attribute"/>
- </field>
- </class>
- <class name="com.c2kernel.graph.model.GraphableEdge" extends="com.c2kernel.graph.model.DirectedEdge">
- <map-to xml="GraphableEdge"/>
- <field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
- collection="array"
- container="false"
- direct="false"
- get-method="getKeyValuePairs"
- set-method="setKeyValuePairs">
- <bind-xml name="Properties" node="element"/>
- </field>
- </class>
- <class name="com.c2kernel.graph.model.GraphableVertex" extends="com.c2kernel.graph.model.Vertex">
- <map-to xml="GraphableVertex"/>
- <field name="mIsLayoutable"
- type="boolean"
- direct="false"
- get-method="getIsLayoutable"
- set-method="setIsLayoutable">
- <bind-xml name="IsLayoutable" node="attribute"/>
- </field>
- <field name="mIsComposite"
- type="boolean"
- direct="false"
- get-method="getIsComposite"
- set-method="setIsComposite">
- <bind-xml name="IsComposite" node="attribute"/>
- </field>
- <field name="childrenGraphModel" type="com.c2kernel.graph.model.GraphModel" direct="false">
- <bind-xml name="childrenGraphModel" node="element"/>
- </field>
- <field name="cNonLayoutableChildren" type="com.c2kernel.graph.model.GraphableVertex" direct="false" collection="array">
- <bind-xml auto-naming="deriveByClass" node="element"/>
- </field>
- <field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
- collection="array"
- container="false"
- direct="false"
- get-method="getKeyValuePairs"
- set-method="setKeyValuePairs">
- <bind-xml name="Properties" node="element"/>
- </field>
- </class>
-</mapping>