Class gui.ParagraphBoundaryScanner
Defined in: ParagraphBoundaryScanner.js.
Constructor Attributes | Constructor Name and Description |
---|---|
Allows only steps within the same paragraph as the first step the scanner is asked to process.
|
Method Attributes | Method Name and Description |
---|---|
process(stepInfo)
|
Class Detail
gui.ParagraphBoundaryScanner()
Allows only steps within the same paragraph as the first step the scanner is asked to process.
Will terminate upon encountering a step within a different paragraph, and return the most recent
step that was still within the target paragraph.
Method Detail
{!boolean}
process(stepInfo)
- Parameters:
- {!gui.StepInfo} stepInfo
- Returns:
- {!boolean}