Edge<'iType, 'oType>
Namespace: QuickGraph.FST
Parent Module: FstTable
Record Fields
Record Field | Description |
EndV
Signature: int
|
|
InSymb
Signature: 'iType
|
|
OutSymb
Signature: 'oType
|
|
StartV
Signature: int
|
Constructors
Constructor | Description |
new(startV, inSymb, outSymb, endV)
Signature: (startV:int * inSymb:'iType * outSymb:'oType * endV:int) -> Edge<'iType,'oType>
|
CompiledName: |