QuickGraph


SimpleFST<'iType, 'oType>

Namespace: QuickGraph.FST
Parent Module: FstTable

Record Fields

Record FieldDescription
Edges
Signature: ResizeArray<Edge<'iType,'oType>>
FinalState
Signature: ResizeArray<int>
InitState
Signature: ResizeArray<int>

Constructors

ConstructorDescription
new(initState, edges, finalState)
Signature: (initState:ResizeArray<int> * edges:ResizeArray<Edge<'iType,'oType>> * finalState:ResizeArray<int>) -> SimpleFST<'iType,'oType>

CompiledName: .ctor

Fork me on GitHub