scala.util.automata

class SubsetConstruction

[source: scala/util/automata/SubsetConstruction.scala]

class SubsetConstruction[T <: AnyRef](val nfa : NondetWordAutom[T])
extends AnyRef
Method Summary
def determinize : DetWordAutom[T]
def selectTag (Q : BitSet, finals : Array[Int]) : Int
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def selectTag(Q : BitSet, finals : Array[Int]) : Int

def determinize : DetWordAutom[T]