Structure of text-based stitchers

Text-based discovery stitchers are identified as such in the text file with the UserDefinedStitcher{} statement, which encloses the trigger conditions and the stitcher rules. Stitcher rules carry out the actual stitcher processing.

The following syntax shows the full structure of a text-based discovery stitcher.

UserDefinedStitcher
{
        StitcherTrigger
        {
            List of stitcher trigger conditions
        }
        StitcherRules
        {
            List of stitcher rules
        }
}