Commit e7d5735b authored by Augustin Wilberg's avatar Augustin Wilberg
Browse files

Constraint interface adapted

parent 4ab75f15
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
package de.tudarmstadt.maki.simonstrator.api.component.topology; package de.tudarmstadt.maki.simonstrator.api.component.topology;
import java.util.Set;
import de.tudarmstadt.maki.simonstrator.api.common.graph.Graph; import de.tudarmstadt.maki.simonstrator.api.common.graph.Graph;
...@@ -38,5 +40,5 @@ public interface Constraint { ...@@ -38,5 +40,5 @@ public interface Constraint {
* *
* @return * @return
*/ */
public boolean isConform(Graph oldValue, Graph newValue); public boolean isConform(Graph oldValue, Graph newValue, Set<OperationalEdge> curOption);
} }
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment