Skip to content
Snippets Groups Projects
Commit 3c765c22 authored by Vincent Aravantinos's avatar Vincent Aravantinos
Browse files

use of IDs for UI verifiers

refs 2620
parent 16604267
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ import org.fortiss.tooling.kernel.service.base.IEObjectAware;
* @author aravantinos
* @author $Author$
* @version $Rev$
* @ConQAT.Rating YELLOW Hash: E808F0E2C3A14BC8186D878D3096018E
* @ConQAT.Rating YELLOW Hash: FEB410CA90059F7E2F6C732CAD9EFF5C
*/
public interface IConstraintVerifierUI<T extends IConstraint> extends IEObjectAware<T> {
......@@ -62,4 +62,10 @@ public interface IConstraintVerifierUI<T extends IConstraint> extends IEObjectAw
/** Deactivates the constraint type. */
public void deactivate();
/**
* ID of the constraint. Must be unique among all constraints which are usable for development
* process. *Must match* the ID of the corresponding constraint non-UI verifier.
*/
public String getID();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment