public final class DAGEdge extends ToJsonString implements Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
DAGNode |
getSource() |
DAGNode |
getTarget() |
int |
hashCode() |
static DAGEdge |
of(DAGNode source,
DAGNode target) |
static DAGEdge |
of(com.google.common.graph.EndpointPair<DAGNode> pair) |
static DAGEdge |
of(String source,
String target) |
toStringCopyright © 2023. All rights reserved.