]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.district.network/adapters.xml
Fix javax.inject import problem
[simantics/district.git] / org.simantics.district.network / adapters.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <adapters>
3         <target interface="org.simantics.district.network.CRS">
4                 <type
5                         uri="http://www.simantics.org/DistrictNetwork-1.0/SpatialRefSystem"
6                         class="org.simantics.district.network.ModelledCRS">
7                         <graph/>
8                         <this />
9                 </type>
10         </target>
11         <target interface="org.simantics.scenegraph.profile.Style">
12                 <!-- 
13                 <resource uri="http://www.simantics.org/DistrictNetwork-1.0/ElementColoringStyle"
14                         class="org.simantics.district.network.profile.DNElementColorStyle">
15                 </resource>
16                 <resource uri="http://www.simantics.org/DistrictNetwork-1.0/ElementSizingStyle"
17                         class="org.simantics.district.network.profile.DNElementSizeStyle">
18                 </resource>
19                 <resource uri="http://www.simantics.org/DistrictNetwork-1.0/ArrowLengthStyle"
20                         class="org.simantics.district.network.profile.ArrowLengthStyle">
21                 </resource>
22                 <resource uri="http://www.simantics.org/DistrictNetwork-1.0/HideStyle"
23                         class="org.simantics.district.network.profile.HideStyle">
24                 </resource>
25                 -->
26                 <resource uri="http://www.simantics.org/DistrictNetwork-1.0/VertexSymbolStyle"
27                         class="org.simantics.district.network.profile.VertexSymbolStyle">
28                 </resource>
29         </target>
30  
31         <target interface="org.simantics.scenegraph.profile.Group">
32                 <type
33                         uri="http://www.simantics.org/DistrictNetwork-1.0/DistrictNodeGroup"
34                         class="org.simantics.district.network.profile.DistrictNodeGroup">
35                         <graph />
36                         <this />
37                 </type>
38         </target>
39 </adapters>