FST<'iType, 'oType>
Namespace: QuickGraph.FST
Parent Module: FstTable
Constructors
Constructor | Description |
new()
Signature: unit -> FST<'iType,'oType>
|
CompiledName: .ctor
|
Instance members
Instance member | Description |
FinalState()
Signature: unit -> ResizeArray<int>
|
CompiledName: set_FinalState
|
FinalState()
Signature: unit -> unit
|
CompiledName: get_FinalState
|
Init(...)
Signature: (initState:ResizeArray<int> * tableOfTransitions:ResizeArray<ResizeArray<int * int>> * arrayOfFunction:ResizeArray<('iType -> 'oType)> * finalState:ResizeArray<int>) -> unit
|
|
InitState()
Signature: unit -> ResizeArray<int>
|
CompiledName: set_InitState
|
InitState()
Signature: unit -> unit
|
CompiledName: get_InitState
|
LoadFromSimpleFST(fst)
Signature: fst:SimpleFST<'iType,'oType> -> unit
|
|
printFST(filePath)
Signature: filePath:string -> unit
|
|