public interface CyEdge extends CyIdentifiable
Module: model-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>model-api</artifactId> </dependency>
Modifier and Type | Interface and Description |
---|---|
static class |
CyEdge.Type
The Type enum is used by methods in
CyNetwork to restrict
the edges that match a query. |
Modifier and Type | Field and Description |
---|---|
static String |
INTERACTION
A String column created by default for every CyEdge that
holds the interaction description of the edge.
|
SUID
Modifier and Type | Method and Description |
---|---|
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.
|
getSUID
static final String INTERACTION
CyNode getSource()
CyNode getTarget()
boolean isDirected()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.