| Constructor and Description | 
|---|
| Edge(Graph.Node from,
    Graph.Node to,
    String info) | 
| Modifier and Type | Method and Description | 
|---|---|
| Graph.Edge | combine(Graph.Edge rhs) | 
| boolean | sameAs(Graph.Edge rhs) | 
public Edge(Graph.Node from, Graph.Node to, String info)
public boolean sameAs(Graph.Edge rhs)
public Graph.Edge combine(Graph.Edge rhs)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.