LGSPNodeWithUniqueIdWithReferenceToContainingGraph Properties |
The LGSPNodeWithUniqueIdWithReferenceToContainingGraph type exposes the following members.
| Name | Description | |
|---|---|---|
| Incident |
Returns an IEnumerable<IEdge> over all incident edges
(Inherited from LGSPNode.) | |
| Incoming |
Returns an IEnumerable<IEdge> over all incoming edges
(Inherited from LGSPNode.) | |
| Item |
Indexer that gives access to the attributes of the graph element.
(Inherited from LGSPNode.) | |
| Outgoing |
Returns an IEnumerable<IEdge> over all outgoing edges
(Inherited from LGSPNode.) | |
| ReplacedByElement |
The element which replaced this element (Valid is false in this case)
or null, if this element has not been replaced or is still a valid member of a graph.
(Inherited from LGSPNode.) | |
| ReplacedByNode |
The node which replaced this node (Valid is false in this case)
or null, if this node has not been replaced or is still a valid member of a graph.
(Inherited from LGSPNode.) | |
| Type |
The NodeType of the node.
(Inherited from LGSPNode.) | |
| Valid |
This is true, if this node is a valid graph element, i.e. it is part of a graph.
(Inherited from LGSPNode.) |