TermEdge<'TVertex>
Namespace: QuickGraph
The default implementation.
Constructors
Constructor | Description |
new(...)
Signature: (source:'TVertex * target:'TVertex * sourceTerminal:int * targetTerminal:int) -> unit
|
Constructs new using source/target vertex and source/target terminals. |
new(source, target)
Signature: (source:'TVertex * target:'TVertex) -> unit
|
Constructs new using source/target vertex and zero terminals. |
Instance members
Instance member | Description |
Source
Signature: 'TVertex
Modifiers: abstract |
Gets the source vertex |
SourceTerminal
Signature: int
Modifiers: abstract |
Gets the source terminal |
Target
Signature: 'TVertex
Modifiers: abstract |
Gets the target vertex |
TargetTerminal
Signature: int
Modifiers: abstract |
Gets the target terminal |
ToString()
Signature: unit -> string
Modifiers: abstract |
Returns a that represents the current . |