Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simonstrator
API
Commits
e7d5735b
Commit
e7d5735b
authored
Jun 24, 2016
by
Augustin Wilberg
Browse files
Constraint interface adapted
parent
4ab75f15
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/de/tudarmstadt/maki/simonstrator/api/component/topology/Constraint.java
View file @
e7d5735b
...
...
@@ -20,6 +20,8 @@
package
de.tudarmstadt.maki.simonstrator.api.component.topology
;
import
java.util.Set
;
import
de.tudarmstadt.maki.simonstrator.api.common.graph.Graph
;
...
...
@@ -38,5 +40,5 @@ public interface Constraint {
*
* @return
*/
public
boolean
isConform
(
Graph
oldValue
,
Graph
newValue
);
public
boolean
isConform
(
Graph
oldValue
,
Graph
newValue
,
Set
<
OperationalEdge
>
curOption
);
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment