diff options
| author | abranson <andrew.branson@cern.ch> | 2012-03-13 16:02:24 +0100 |
|---|---|---|
| committer | abranson <andrew.branson@cern.ch> | 2012-03-13 16:02:24 +0100 |
| commit | 0aa79432687cadde00589a52516999bd1448876c (patch) | |
| tree | 01c376488262caf1bc9d2b821d42113dbb778538 /resources/mapFiles/CollectionMap.xml | |
| parent | da696fee5935816d5acb93057be1d731b82d5aa1 (diff) | |
Added DependencyDescription
Diffstat (limited to 'resources/mapFiles/CollectionMap.xml')
| -rwxr-xr-x | resources/mapFiles/CollectionMap.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/mapFiles/CollectionMap.xml b/resources/mapFiles/CollectionMap.xml index d346eac..8c6408c 100755 --- a/resources/mapFiles/CollectionMap.xml +++ b/resources/mapFiles/CollectionMap.xml @@ -98,6 +98,9 @@ <bind-xml name="Properties" node="element"/>
</field>
</class>
+ <class name="com.c2kernel.collection.DependencyDescription" extends="com.c2kernel.collection.Dependency">
+ <map-to xml="DependencyDescription"/>
+ </class>
<class name="com.c2kernel.collection.Aggregation" extends="com.c2kernel.collection.Parent2ChildCollection">
<map-to xml="Aggregation"/>
<field name="mLayout" type="com.c2kernel.graph.model.GraphModel" direct="false" get-method="getLayout" set-method="setLayout">
|
