This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
1. In 4.3.1.1 (AllMatches Formal Model): the figure depicting the UML class diagram needs to be redrawn to include the changed attributes of TokenInfo and the dropping of the queryString in StringMatch. 2. Second example in 4.3.1.2: redo drawing (using a single TOkenInfo). 3. 4.3.2.8 MildNot example: redo using figure of second example of 4.3.1.2. ("Ford Mustang" as a single TokenInfo) 4. The same is true for 4.3.2.12 (FTDistance) and 4.3.2.13 (FTWindow).
Clarification: The changes to the graphics required in this bug are needed, because of the changes to the TOkenInfo type introduced in bug 2299. This bug is a residual action to resolve bug 2299. ad 1.: the TokenInfo type in the UML diagram should look as follows: ------------------------------------------- TokenInfo ------------------------------------------- +word : string +startPos : integer +endPos : integer +startSent : integer +endSent : integer +startPara : integer +endPara : integer ------------------------------------------- ... and in the StringMatch type attribute queryString should be dropped. ad 2. example for "Ford Mustang" should look as follows: _______________ | AllMatches | |_______________| / \ ___________ / \ ___________ | Match | | Match | |___________| |___________| | | _____________________________ _____________________________ | StringInclude | | StringInclude | | queryString: "Ford Mustang" | | queryString: "Ford Mustang" | |_____________________________| |_____________________________| | | (in circle) (in circle) startPos: 1 startPos: 27 endPos: 2 endPos: 28
Done as specified above.