edu.ksu.cis.cadena.core.analysis.graph
Interface Edge


public interface Edge


Method Summary
 Node getDestination()
           
 java.lang.Object getModel()
           
 Node getSource()
           
 

Method Detail

getModel

java.lang.Object getModel()

getSource

Node getSource()

getDestination

Node getDestination()