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

moves activate/deactivate to UI service

refs 2620
parent c981c298
No related branches found
No related tags found
No related merge requests found
......@@ -133,10 +133,4 @@ public interface IConstraintVerificationService {
/** Gets the constraint types which can be used for constraint-based development process. */
public <T extends IConstraint> Set<Class<T>> getDevelopmentProcessConstraintTypes();
/** Activates the constraint type. */
public <T extends IConstraint> void activate(Class<T> constraintEltClass);
/** Deactivates the constraint type. */
public <T extends IConstraint> void deactivate(Class<T> constraintEltClass);
}
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