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