polyglot.ext.ibex.lr
Interface Edge


public interface Edge

This interface represents an edge in a graph.


Method Summary
 Node source()
           
 Node target()
           
 

Method Detail

source

public Node source()

target

public Node target()