Generates a task model out of recorded event sequences.

$USAGE$
<sequences> name of the sequences out of which the task model should be generated
<tasktree> name of the object to store the task model in (defaults to "tasktree")

-considerEventEquality
    to be provided if the events equal method shall be used for event comparison. This can
    accelerate the comparison process

-minimumSequenceCoverage=<some integer>
    can be used to define a minimum number of events that shall be covered by the detected
    sequences. This prevents the detection of sequences that mainly represent noise.

Example(s)
generateTaskTree sequences tasktree
generateTaskTree sequences -considerEventEquality
generateTaskTree sequences tasktree -considerEventEquality -minimumSequenceCoverage=10