X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fservice%2FClusterBuilderFactory.java;h=2ab5af1724dd322459d40ce602cea7e683e1a6b4;hb=c26409b1caf2f1e560d37c5befd11b442399c3fe;hp=741aa89a4b61a5f4ae4860acf7030887e59304ed;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db/src/org/simantics/db/service/ClusterBuilderFactory.java b/bundles/org.simantics.db/src/org/simantics/db/service/ClusterBuilderFactory.java index 741aa89a4..2ab5af172 100644 --- a/bundles/org.simantics.db/src/org/simantics/db/service/ClusterBuilderFactory.java +++ b/bundles/org.simantics.db/src/org/simantics/db/service/ClusterBuilderFactory.java @@ -1,26 +1,26 @@ -/******************************************************************************* - * 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.db.service; - -import org.simantics.db.VirtualGraph; - - - - -/** - * @author Antti Villberg - */ -public interface ClusterBuilderFactory { - - ClusterBuilder2 create(VirtualGraph vg, boolean allowImmutables); - -} +/******************************************************************************* + * 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.db.service; + +import org.simantics.db.VirtualGraph; + + + + +/** + * @author Antti Villberg + */ +public interface ClusterBuilderFactory { + + ClusterBuilder2 create(VirtualGraph vg, boolean allowImmutables); + +}