X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fadapter%2FRuntimeValuations.java;h=c3096bd442dea28e75455a715fe0ef5ebc8855bb;hb=6062acdd3d35054d260b1c9c4abcf00700ea01e8;hp=d5c1679909dde9d7c1caace475e8b98a0849c5fb;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/RuntimeValuations.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/RuntimeValuations.java index d5c167990..c3096bd44 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/RuntimeValuations.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/RuntimeValuations.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * 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.layer0.adapter; - -import org.simantics.databoard.accessor.Accessor; - -public interface RuntimeValuations { - - Accessor getAccessor(String variableIdentityPrefix, String valuation, String suffix); - TrendVariable getVariable(String variableIdentityPrefix, String valuation, String suffix); - boolean supports(String valuation); - -} +/******************************************************************************* + * 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.layer0.adapter; + +import org.simantics.databoard.accessor.Accessor; + +public interface RuntimeValuations { + + Accessor getAccessor(String variableIdentityPrefix, String valuation, String suffix); + TrendVariable getVariable(String variableIdentityPrefix, String valuation, String suffix); + boolean supports(String valuation); + +}