Changeset 1947 for trunk/autoquest-core-tasktrees/src/main
- Timestamp:
- 05/29/15 12:04:33 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/SequenceForTaskDetectionRule.java
r1888 r1947 835 835 // checking now, if there is one sequence, having the lowest index for any of 836 836 // its collisions and preserve it. If there are several ones with the same minimum 837 // index, check if they are ind pendent. If not, throw an exception837 // index, check if they are independent. If not, throw an exception 838 838 int minPosInAnySequence = Integer.MAX_VALUE; 839 839 List<InterleavingSubsequence> subsequencesWithMinPos = new LinkedList<>();
Note: See TracChangeset
for help on using the changeset viewer.