Ignore:
Timestamp:
08/04/14 17:27:03 (10 years ago)
Author:
rkrimmel
Message:

Fixed bug where containPattern didn't handle gaps correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/temporalrelation/SequenceForTaskDetectionRuleAlignment.java

    r1649 r1650  
    206206                                                        .hasNext();) { 
    207207                                                int start = jt.next(); 
    208                                                 System.out.println("Found match "); 
    209                                                 pattern.getFirstSequence().printSequence(); 
    210                                                 pattern.getSecondSequence().printSequence();  
    211                                                 System.out.println("in sequence " + (j+1) + " at position " + start); 
     208                                                //System.out.println("Found match "); 
     209                                                //pattern.getFirstSequence().printSequence(); 
     210                                                //pattern.getSecondSequence().printSequence();  
     211                                                //System.out.println("in sequence " + (j+1) + " at position " + start); 
    212212                                                pattern.addOccurence( 
    213213                                                                new MatchOccurence(start, j)); 
Note: See TracChangeset for help on using the changeset viewer.