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

first steps for (de)activate functions in constraints

refs 2620
parent 54011b4c
No related branches found
No related tags found
No related merge requests found
......@@ -56,4 +56,10 @@ public interface IConstraintVerifier<T extends IConstraint> extends IEObjectAwar
/** True if this constraint shall be displayed as a development process constraint. */
public boolean isUsableForDevelopmentProcess();
/** Activates the constraint type. */
public void activate();
/** Deactivates the constraint type. */
public void deactivate();
}
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