Skip to content

Commit ff09e1a

Browse files
committed
simplify interface / already inherited methods
1 parent 7e5dcba commit ff09e1a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

idealPDS/src/main/java/typestate/TransitionFunction.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,4 @@ public interface TransitionFunction extends Weight {
2525
@NonNull Collection<Transition> getValues();
2626

2727
@NonNull Set<ControlFlowGraph.Edge> getStateChangeStatements();
28-
29-
@NonNull Weight extendWith(@NonNull Weight other);
30-
31-
@NonNull Weight combineWith(@NonNull Weight other);
3228
}

0 commit comments

Comments
 (0)