object
DfaAlgorithms
Type Members
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
diff[A <: State](left: Dfa[A], right: Dfa[A]): Dfa[BiState[A]]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
equivalent[A <: State](left: Dfa[A], right: Dfa[A]): Boolean
-
def
finalize(): Unit
-
def
fromNfa(nfa: Nfa, minimal: Boolean = false): Dfa[MultiState]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
intersect[A <: State](left: Dfa[A], right: Dfa[A]): Dfa[BiState[A]]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isIntersectionNotEmpty[A <: State](left: Dfa[A], right: Dfa[A]): Boolean
-
def
isProperSubset[A <: State](left: Dfa[A], right: Dfa[A]): Boolean
-
def
isSubsetOf[A <: State](left: Dfa[A], right: Dfa[A]): Boolean
-
def
matchString[A <: State](dfa: Dfa[A], string: String): (Boolean, Int)
-
def
matchesAnything[A <: State](dfa: Dfa[A]): Boolean
-
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
removeUnreachableStates[A <: State](dfa: Dfa[A]): Dfa[A]
-
def
reverse[A <: State](dfa: Dfa[A]): Nfa
-
-
def
rewrite[A <: State, B <: State](dfa: Dfa[A], stateFactory: () ⇒ B): Dfa[B]
-
def
rewriteWithSimpleStates[A <: State](genericDfa: Dfa[A]): Dfa[SimpleState]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toNfa[A <: State](dfa: Dfa[A]): Nfa
-
def
toString(): String
-
def
union[A <: State](left: Dfa[A], right: Dfa[A]): Dfa[BiState[A]]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any