FSharpAux


IEdge<'Tkey>

Namespace: FSharpAux
Parent Module: Graph

Interface needs to be implemented by every edge (connection; link; line; arc) in a graph

Instance members

Instance memberDescription
x.Id
Signature: 'Tkey
Modifiers: abstract

CompiledName: get_Id

x.SourceId
Signature: 'Tkey
Modifiers: abstract

CompiledName: get_SourceId

x.TargetId
Signature: 'Tkey
Modifiers: abstract

CompiledName: get_TargetId

Fork me on GitHub