@ExperimentalApi
public interface Edge
Implementations of this class must have proper hashcode and equals methods implementations based on edge id.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Edge.Id
Unique id of the edge.
|
| Modifier and Type | Method and Description |
|---|---|
Node |
getDestination()
Destination node of this edge.
|
Edge.Id |
getId()
Unique edge identifier.
|
Node |
getOrigin()
Source node of this edge.
|
Transition |
getTransition()
Underlying transition.
|
Edge.Id getId()
Transition getTransition()
Node getOrigin()
Node getDestination()
Copyright © 2023 Atlassian. All rights reserved.