X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2FIGraph.java;h=f14be5d8b46591af7a1402484cef95d75e3a87b6;hb=ab9d7c411f5de4e4453e9bfb893c5a7559202fdb;hp=09596d672f7fc06b144aba1bed8b5300f8e1294b;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraph.java b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraph.java index 09596d672..f14be5d8b 100644 --- a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraph.java +++ b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraph.java @@ -1,25 +1,25 @@ -/******************************************************************************* - * 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.graphviz; - -import java.util.Collection; - -/** - * Interface for graphs and subgraphs. - * - * @author Hannu Niemistö - */ -public interface IGraph extends IAttributeContainer { - void addPart(IGraphPart part); - Collection getParts(); - String newId(); -} +/******************************************************************************* + * 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.graphviz; + +import java.util.Collection; + +/** + * Interface for graphs and subgraphs. + * + * @author Hannu Niemistö + */ +public interface IGraph extends IAttributeContainer { + void addPart(IGraphPart part); + Collection getParts(); + String newId(); +}