X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.impl%2Fsrc%2Forg%2Fsimantics%2Fdb%2Fimpl%2FClusterTranslator.java;h=aa73a56c91c7392693f7defe8eda30450c9aae2d;hp=cd3b5519d0badcf30c01a4fd55827d6301e39996;hb=3bcd1023180e2cdc55bc001d0f60075dd7184cfa;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/ClusterTranslator.java b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/ClusterTranslator.java index cd3b5519d..aa73a56c9 100644 --- a/bundles/org.simantics.db.impl/src/org/simantics/db/impl/ClusterTranslator.java +++ b/bundles/org.simantics.db.impl/src/org/simantics/db/impl/ClusterTranslator.java @@ -1,21 +1,21 @@ -/******************************************************************************* - * 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.impl; - -import org.simantics.db.Resource; - -public interface ClusterTranslator extends ClusterSupport { - - Resource getResource(int id); - Resource getResource(int callerThread, int id); - void undoValueEx(Object cluster, int resourceIndex); -} +/******************************************************************************* + * 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.impl; + +import org.simantics.db.Resource; + +public interface ClusterTranslator extends ClusterSupport { + + Resource getResource(int id); + Resource getResource(int callerThread, int id); + void undoValueEx(Object cluster, int resourceIndex); +}