summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/graphModelMap.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
committerAndrew Branson <andrew.branson@cern.ch>2014-10-07 09:18:11 +0200
commit0ed2c1124cf1b9e49a2ec1fa0126a8df09f9e758 (patch)
treee3a56cee83865f8c703deb790c15d3e79e871a82 /src/main/resources/mapFiles/graphModelMap.xml
parent50aa8aaab42fa62267aa1ae6a6070013096f5082 (diff)
Repackage to org.cristalise
Diffstat (limited to 'src/main/resources/mapFiles/graphModelMap.xml')
-rw-r--r--src/main/resources/mapFiles/graphModelMap.xml34
1 files changed, 17 insertions, 17 deletions
diff --git a/src/main/resources/mapFiles/graphModelMap.xml b/src/main/resources/mapFiles/graphModelMap.xml
index a09ce9b..6317525 100644
--- a/src/main/resources/mapFiles/graphModelMap.xml
+++ b/src/main/resources/mapFiles/graphModelMap.xml
@@ -22,13 +22,13 @@
-->
<mapping>
- <class name="com.c2kernel.graph.model.GraphModel">
+ <class name="org.cristalise.kernel.graph.model.GraphModel">
<map-to xml="GraphModel"/>
- <field name="GraphModelCastorData" type="com.c2kernel.graph.model.GraphModelCastorData" direct="false">
+ <field name="GraphModelCastorData" type="org.cristalise.kernel.graph.model.GraphModelCastorData" direct="false">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphPoint">
+ <class name="org.cristalise.kernel.graph.model.GraphPoint">
<map-to xml="GraphPoint"/>
<field name="x" type="integer" direct="true">
<bind-xml name="x" node="attribute"/>
@@ -37,15 +37,15 @@
<bind-xml name="y" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphModelCastorData">
+ <class name="org.cristalise.kernel.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">
+ <field name="mVertexImpls" type="org.cristalise.kernel.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">
+ <field name="mEdgeImpls" type="org.cristalise.kernel.graph.model.DirectedEdge" direct="true" collection="array">
<bind-xml auto-naming="deriveByClass" node="element"/>
</field>
<field name="mStartVertexId" type="integer" direct="true">
@@ -55,7 +55,7 @@
<bind-xml name="NextId" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.Vertex">
+ <class name="org.cristalise.kernel.graph.model.Vertex">
<map-to xml="Vertex"/>
<field name="ID" type="integer" direct="false">
<bind-xml name="ID" node="attribute"/>
@@ -69,10 +69,10 @@
<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">
+ <field name="CentrePoint" type="org.cristalise.kernel.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">
+ <field name="OutlinePoints" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false" collection="array">
<bind-xml name="OutlinePoint" node="element"/>
</field>
<field name="InEdgeIds" type="integer" direct="false" collection="array">
@@ -82,15 +82,15 @@
<bind-xml name="OutEdgeId" node="element"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.DirectedEdge">
+ <class name="org.cristalise.kernel.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">
+ <field name="OriginPoint" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false">
<bind-xml name="OriginPoint" node="element"/>
</field>
- <field name="TerminusPoint" type="com.c2kernel.graph.model.GraphPoint" direct="false">
+ <field name="TerminusPoint" type="org.cristalise.kernel.graph.model.GraphPoint" direct="false">
<bind-xml name="TerminusPoint" node="element"/>
</field>
<field name="OriginVertexId" type="integer" direct="false">
@@ -100,10 +100,10 @@
<bind-xml name="TerminusVertexId" node="attribute"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphableEdge" extends="com.c2kernel.graph.model.DirectedEdge">
+ <class name="org.cristalise.kernel.graph.model.GraphableEdge" extends="org.cristalise.kernel.graph.model.DirectedEdge">
<map-to xml="GraphableEdge"/>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"
@@ -112,7 +112,7 @@
<bind-xml name="Properties" node="element"/>
</field>
</class>
- <class name="com.c2kernel.graph.model.GraphableVertex" extends="com.c2kernel.graph.model.Vertex">
+ <class name="org.cristalise.kernel.graph.model.GraphableVertex" extends="org.cristalise.kernel.graph.model.Vertex">
<map-to xml="GraphableVertex"/>
<field name="mIsLayoutable"
type="boolean"
@@ -128,11 +128,11 @@
set-method="setIsComposite">
<bind-xml name="IsComposite" node="attribute"/>
</field>
- <field name="childrenGraphModel" type="com.c2kernel.graph.model.GraphModel" direct="false">
+ <field name="childrenGraphModel" type="org.cristalise.kernel.graph.model.GraphModel" direct="false">
<bind-xml name="childrenGraphModel" node="element"/>
</field>
<field name="mProperties"
- type="com.c2kernel.utils.KeyValuePair"
+ type="org.cristalise.kernel.utils.KeyValuePair"
collection="array"
container="false"
direct="false"