Method AddStartPaths
AddStartPaths(FST.Arc<T>, T, Boolean, Int32sRef)
Adds all leaving arcs, including 'finished' arc, if the node is final, from this node into the queue.
Declaration
public virtual void AddStartPaths(FST.Arc<T> node, T startOutput, bool allowEmptyString, Int32sRef input)
Parameters
Type | Name | Description |
---|---|---|
FST.Arc<T> | node | |
T | startOutput | |
System.Boolean | allowEmptyString | |
Int32sRef | input |