- Timestamp:
- 09/05/14 19:21:54 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/SequenceForTaskDetectionRuleAlignment.java
r1731 r1732 529 529 * @return 530 530 */ 531 public ISequence matchAsSequence(RuleApplicationData appData, Match m) {531 synchronized public ISequence matchAsSequence(RuleApplicationData appData, Match m) { 532 532 ISequence sequence = taskFactory.createNewSequence(); 533 533 appData.newTaskCreated(sequence);
Note: See TracChangeset
for help on using the changeset viewer.