X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fvariable%2FVariableNodeReadRunnable.java;h=b7037db26819ff28352dc6676877523c648ea7f8;hb=1ecae6e1ad40507badb8807fb14bb67b4adf199c;hp=216a911293a2abfafb44a9a1490b305cf7e75808;hpb=969bd23cab98a79ca9101af33334000879fb60c5;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableNodeReadRunnable.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableNodeReadRunnable.java index 216a91129..b7037db26 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableNodeReadRunnable.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/variable/VariableNodeReadRunnable.java @@ -1,29 +1,29 @@ -/******************************************************************************* - * Copyright (c) 2015 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: - * Semantum Oy - initial API and implementation - *******************************************************************************/ -package org.simantics.db.layer0.variable; - -import org.simantics.simulator.variable.NodeManager; - -/** - * A type of Runnable used to identify {@link VariableNode} and - * {@link NodeManager} related system-internal requests that are intended only - * for reading data from the solver variable nodes in the Simantics - * {@link Variable} subsystem. - * - *

- * The only real internal examples of these system-internal read operations are - * {@link NodeStructureRequest} and {@link NodeValueRequest}. - * - * @author Tuukka Lehtonen - */ -public interface VariableNodeReadRunnable extends Runnable { -} +/******************************************************************************* + * Copyright (c) 2015 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: + * Semantum Oy - initial API and implementation + *******************************************************************************/ +package org.simantics.db.layer0.variable; + +import org.simantics.simulator.variable.NodeManager; + +/** + * A type of Runnable used to identify {@link VariableNode} and + * {@link NodeManager} related system-internal requests that are intended only + * for reading data from the solver variable nodes in the Simantics + * {@link Variable} subsystem. + * + *

+ * The only real internal examples of these system-internal read operations are + * {@link NodeStructureRequest} and {@link NodeValueRequest}. + * + * @author Tuukka Lehtonen + */ +public interface VariableNodeReadRunnable extends Runnable { +}