in scala/util/automata
class SubsetConstruction

class SubsetConstruction[T<:Object](nfa: NondetWordAutom[T])
extends Object
with ScalaObject

Field Summary
final val _emptyBitSet: BitSet
final val _initialBitSet: BitSet
     the set {0}
final val _sinkBitSet: BitSet
     the set {}
  val nfa: NondetWordAutom[T]

Method Summary
  def determinize: DetWordAutom[T]
  def selectTag(Q: BitSet, finals: Array[Int]): Int

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

nfa

  val nfa: NondetWordAutom[T]

_initialBitSet

  final val _initialBitSet: BitSet
the set {0}

_sinkBitSet

  final val _sinkBitSet: BitSet
the set {}

_emptyBitSet

  final val _emptyBitSet: BitSet
Method Detail

selectTag

  def selectTag(Q: BitSet, finals: Array[Int]): Int

determinize

  def determinize: DetWordAutom[T]