Cytoscape 2.6.1 (c) 2006,2007 ISB, MSKCC, UCSD

giny.model
Interface Edge

All Superinterfaces:
GraphObject
All Known Implementing Classes:
CyEdge

public interface Edge
extends GraphObject


Method Summary
 Node getSource()
           
 Node getTarget()
           
 boolean isDirected()
           
 
Methods inherited from interface giny.model.GraphObject
getIdentifier, getRootGraph, getRootGraphIndex, setIdentifier
 

Method Detail

getSource

Node getSource()
Returns:
the GraphNode corresponding to the source of this GraphEdge.

getTarget

Node getTarget()
Returns:
the GraphNode corresponding to the target of this GraphEdge.

isDirected

boolean isDirected()
Returns:
true if this Edge is a directed edge; false otherwise.

www.cytoscape.org