|
Cytoscape 2.5.1 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcytoscape.CyEdge
public class CyEdge
| Constructor Summary | |
|---|---|
CyEdge(RootGraph root,
int rootGraphIndex)
Creates a new CyEdge object. |
|
| Method Summary | |
|---|---|
static String |
createIdentifier(String source,
String attribute_value,
String target)
A static method used to create edge identifiers. |
String |
getIdentifier()
DOCUMENT ME! |
RootGraph |
getRootGraph()
DOCUMENT ME! |
int |
getRootGraphIndex()
DOCUMENT ME! |
Node |
getSource()
DOCUMENT ME! |
Node |
getTarget()
DOCUMENT ME! |
boolean |
isDirected()
DOCUMENT ME! |
boolean |
setIdentifier(String new_id)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CyEdge(RootGraph root,
int rootGraphIndex)
root - DOCUMENT ME!rootGraphIndex - DOCUMENT ME!| Method Detail |
|---|
public Node getSource()
getSource in interface Edgepublic Node getTarget()
getTarget in interface Edgepublic boolean isDirected()
isDirected in interface Edgepublic RootGraph getRootGraph()
getRootGraph in interface GraphObjectpublic int getRootGraphIndex()
getRootGraphIndex in interface GraphObjectpublic String getIdentifier()
getIdentifier in interface GraphObjectpublic boolean setIdentifier(String new_id)
setIdentifier in interface GraphObjectnew_id - DOCUMENT ME!
public static String createIdentifier(String source,
String attribute_value,
String target)
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||