java.lang.Object | ||
↳ | com.microstrategy.utils.DAG.AnnotatableObject | |
↳ | com.microstrategy.utils.DAG.Edge |
This class represents an Edge in the Directed Acyclic Graph. Once created, the caller cannot modify the end points (vertices) of the edge. As it is an "annotatable" object, callers may add properties to an Edge.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DAG.Vertex |
getFromVertex()
Returns the "from" vertex.
| ||||||||||
DAG.Vertex |
getToVertex()
Returns the "to" vertex.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |