|
Enhanced C#
Loyc library documentation
|
A node in a graph. More...
A node in a graph.
Properties | |
| EdgeList | Inbound [get] |
| Gets edges whose value of ITo{Node}.To is this node, or default(EdgeList) if HasEdgesIn is false. More... | |
| bool | HasInbound [get] |
| Returns true iff this node has access to its list of incoming edges. Normally, this property is the same for all nodes of a given type. More... | |
Properties inherited from Loyc.Graphs.IOutbound< out EdgeList > | |
| EdgeList | Outbound [get] |
| Gets edges leaving this node. More... | |
|
get |
Returns true iff this node has access to its list of incoming edges. Normally, this property is the same for all nodes of a given type.
|
get |
Gets edges whose value of ITo{Node}.To is this node, or default(EdgeList) if HasEdgesIn is false.
1.8.7