X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.diagram%2Fsrc%2Forg%2Fsimantics%2Fdiagram%2Fsymbolcontribution%2FSymbolProviderFactory.java;h=1b2939605c874bf6bb80978e7c2444c0c383e60b;hp=ae5758db34f12dc6a46c6af4161d39bb16f3eddd;hb=HEAD;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/SymbolProviderFactory.java b/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/SymbolProviderFactory.java index ae5758db3..1b2939605 100644 --- a/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/SymbolProviderFactory.java +++ b/bundles/org.simantics.diagram/src/org/simantics/diagram/symbolcontribution/SymbolProviderFactory.java @@ -1,19 +1,19 @@ -/******************************************************************************* - * 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.symbolcontribution; - -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface SymbolProviderFactory { - ISymbolProvider create(ReadGraph graph) throws DatabaseException; -} +/******************************************************************************* + * 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.symbolcontribution; + +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +public interface SymbolProviderFactory { + ISymbolProvider create(ReadGraph graph) throws DatabaseException; +}