X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.graphviz%2Fsrc%2Forg%2Fsimantics%2Fgraphviz%2FIGraphPart.java;h=b6485b6f928e6b7fe0f65e18d8d361921501d79b;hb=131be5c413e1f9dc652b6b46c763625b30ad8350;hp=842bcce9d18e4690b021088272dd85734f0d3978;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraphPart.java b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraphPart.java index 842bcce9d..b6485b6f9 100644 --- a/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraphPart.java +++ b/bundles/org.simantics.graphviz/src/org/simantics/graphviz/IGraphPart.java @@ -1,24 +1,24 @@ -/******************************************************************************* - * 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.io.PrintStream; - -/** - * A part that can be added to graphs and subgraphs. - * - * @author Hannu Niemistö - */ -public interface IGraphPart extends IAttributeContainer { - IGraph getParent(); - void write(PrintStream s); -} +/******************************************************************************* + * 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.io.PrintStream; + +/** + * A part that can be added to graphs and subgraphs. + * + * @author Hannu Niemistö + */ +public interface IGraphPart extends IAttributeContainer { + IGraph getParent(); + void write(PrintStream s); +}