Cytoscape 2.8.0 API

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.

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.