A generic edge between two vertices of type Vertex.
no type hierarchy
no supertypes hierarchy
Edge of| Attributes | |
isDirected | Source Codeshared formal Boolean isDirectedWhether the edge is directed. |
isLink | Source Codeshared Boolean isLinkAnswer whether the edge is a link between two different vertices. |
isLoop | Source Codeshared Boolean isLoopAnswer whether the edge is a loop, i.e. source == target. |
reversed | Source Codeshared formal E reversed |
self | Source Codeshared E self |
source | Source Codeshared formal Vertex sourceThe source vertex of the edge. |
target | Source Codeshared formal Vertex targetThe target vertex of the edge. |
| Inherited Attributes |
Attributes inherited from: Object |
| Methods | |
isEndpoint | Source Codeshared Boolean isEndpoint(Vertex vertex) |
isIncident | Source Codeshared formal Boolean isIncident(Vertex vertex) |
otherEnd | Source Codeshared Vertex otherEnd(Object endpoint)Given one endpoint of the edge answer its other endpoint. Parameters:
|
| Inherited Methods |
Methods inherited from: Object |