Completer

trait Completer[S, T, NA, DA](combiner: EdgeAnnotationCombiner[NA, DA])

Mixin providing a definition of assembleNFA for the standard top-level classes of this builder.

class Object
trait Matchable
class Any

Value members

Concrete methods

protected
def assembleNFA(statesSeq: IndexedSeq[S], initials: Set[Int], finals: Set[Int], transitionsSeq: IndexedSeq[T], labelsArray: Array[Array[Set[Int]]], epsilonsArray: Array[Set[Int]], labelledEdgeAnnotations: Array[Array[Array[Option[NA]]]], unlabelledEdgeAnnotations: Array[Array[Option[NA]]]): EdgeAnnotatedNFA[S, T, NA, DA]