]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/adapter/IDiagramLoader.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / adapter / IDiagramLoader.java
index 5f0bc9ec2d67b93bec9da1c75fb0611a66d0fb1f..b853315f53f14f121caf067bea078f2ee1244b83 100644 (file)
@@ -1,46 +1,46 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.diagram.adapter;\r
-\r
-import org.eclipse.core.runtime.IProgressMonitor;\r
-import org.simantics.db.ReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.common.ResourceArray;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.g2d.diagram.IDiagram;\r
-import org.simantics.utils.datastructures.hints.IHintObservable;\r
-\r
-/**\r
- * This is a simple interface for loading diagrams from the graph.\r
- * \r
- * @author Tuukka Lehtonen\r
- * @see GraphToDiagramSynchronizer\r
- */\r
-public interface IDiagramLoader {\r
-\r
-    /**\r
-     * @param monitor for tracking loading progress\r
-     * @param graph for reading the graph database\r
-     * @param diagram the diagram resource\r
-     * @param structuralPath the structural component path of the diagram to be\r
-     *        loaded. If there's no structural path, {@link ResourceArray#NONE}\r
-     *        can be used.\r
-     * @param initialHintContext a set of initial hints that are to be set into\r
-     *        the loaded diagram before the diagram contents are loaded or\r
-     *        <code>null</code> there are no initial hints to be set\r
-     * @return return the loaded diagram\r
-     * @throws DatabaseException if something goes wrong while loading the\r
-     *         diagram from the database\r
-     */\r
-    IDiagram loadDiagram(IProgressMonitor monitor, ReadGraph graph, String modelURI, Resource diagram, Resource runtime, ResourceArray structuralPath, IHintObservable initialHints) throws DatabaseException;\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.diagram.adapter;
+
+import org.eclipse.core.runtime.IProgressMonitor;
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.common.ResourceArray;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.g2d.diagram.IDiagram;
+import org.simantics.utils.datastructures.hints.IHintObservable;
+
+/**
+ * This is a simple interface for loading diagrams from the graph.
+ * 
+ * @author Tuukka Lehtonen
+ * @see GraphToDiagramSynchronizer
+ */
+public interface IDiagramLoader {
+
+    /**
+     * @param monitor for tracking loading progress
+     * @param graph for reading the graph database
+     * @param diagram the diagram resource
+     * @param structuralPath the structural component path of the diagram to be
+     *        loaded. If there's no structural path, {@link ResourceArray#NONE}
+     *        can be used.
+     * @param initialHintContext a set of initial hints that are to be set into
+     *        the loaded diagram before the diagram contents are loaded or
+     *        <code>null</code> there are no initial hints to be set
+     * @return return the loaded diagram
+     * @throws DatabaseException if something goes wrong while loading the
+     *         diagram from the database
+     */
+    IDiagram loadDiagram(IProgressMonitor monitor, ReadGraph graph, String modelURI, Resource diagram, Resource runtime, ResourceArray structuralPath, IHintObservable initialHints) throws DatabaseException;
+
+}