1 <?xml version="1.0" encoding="UTF-8"?>
3 Copyright (c) 2007, 2010 Association for Decentralized Information Management
5 All rights reserved. This program and the accompanying materials
6 are made available under the terms of the Eclipse Public License v1.0
7 which accompanies this distribution, and is available at
8 http://www.eclipse.org/legal/epl-v10.html
11 VTT Technical Research Centre of Finland - initial API and implementation
16 <target interface="org.simantics.db.layer0.variable.VariableFactory">
17 <type uri="http://www.simantics.org/Spreadsheet-0.0/DoubleArrayCell"
18 class="org.simantics.spreadsheet.graph.adapter.DoubleArrayCells" >
21 <type uri="http://www.simantics.org/Spreadsheet-0.0/StringArrayCell"
22 class="org.simantics.spreadsheet.graph.adapter.StringArrayCells" >
27 <target interface="org.simantics.db.layer0.adapter.Template">
28 <resource uri = "http://www.simantics.org/Spreadsheet-0.0/CompositeTemplate"
29 class = "org.simantics.spreadsheet.graph.adapter.CompositeTemplate"/>
33 <target interface="org.simantics.db.layer0.adapter.Remover">
34 <type uri="http://www.simantics.org/Spreadsheet-0.0/Book"
35 class="org.simantics.spreadsheet.graph.adapter.SpreadsheetBookRemover">
41 <target interface="org.simantics.db.layer0.variable.VariableBuilder">
42 <type uri="http://www.simantics.org/Spreadsheet-1.2/Book" class="org.simantics.spreadsheet.graph.SpreadsheetVariableBuilder" />