|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyEdge
An object that represents an edge within a network of nodes (vertices) and edges.
Nested Class Summary | |
---|---|
static class |
CyEdge.Type
The Type enum is used by methods in CyNetwork to restrict
the edges that match a query. |
Field Summary | |
---|---|
static String |
INTERACTION
A String column created by default for every CyEdge that holds the interaction description of the edge. |
Fields inherited from interface org.cytoscape.model.CyIdentifiable |
---|
SUID |
Method Summary | |
---|---|
CyNode |
getSource()
Returns the source node determining this edge. |
CyNode |
getTarget()
Returns the target node determining this edge. |
boolean |
isDirected()
This will return true if the edge is directed and false if the node is undirected. |
Methods inherited from interface org.cytoscape.model.CyIdentifiable |
---|
getSUID |
Field Detail |
---|
static final String INTERACTION
Method Detail |
---|
CyNode getSource()
CyNode getTarget()
boolean isDirected()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |