X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.db.layer0%2Fsrc%2Forg%2Fsimantics%2Fdb%2Flayer0%2Fadapter%2FValidationRule.java;h=5dd3f00a8e1ed650e23ee2216512e97cdc105848;hp=b906b4c4bc78aa13dc71b9f9e5fe90df7b8c7be6;hb=HEAD;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/ValidationRule.java b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/ValidationRule.java index b906b4c4b..5dd3f00a8 100644 --- a/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/ValidationRule.java +++ b/bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/ValidationRule.java @@ -1,31 +1,31 @@ -/******************************************************************************* - * 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; - -public interface ValidationRule { - /* Rule: - - category - - max severity?? - - when checked - - Issue: - - discovery time - - severity - - description - - context - - show context in issue list - - user operations that can be used to examine the problem - - comparing issues when the context is revalidated! - - suggestions - - enough data for revalidation??? - */ -} +/******************************************************************************* + * 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; + +public interface ValidationRule { + /* Rule: + - category + - max severity?? + - when checked + + Issue: + - discovery time + - severity + - description + - context + - show context in issue list + - user operations that can be used to examine the problem + - comparing issues when the context is revalidated! + - suggestions + - enough data for revalidation??? + */ +}