|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CyNode
An object that represents a node (vertex) within a network of nodes and edges.
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>| Field Summary |
|---|
| Fields inherited from interface org.cytoscape.model.CyIdentifiable |
|---|
SUID |
| Method Summary | |
|---|---|
CyNetwork |
getNetworkPointer()
Returns the network referenced by this node. |
void |
setNetworkPointer(CyNetwork network)
Allows a network reference for this node to be set. |
| Methods inherited from interface org.cytoscape.model.CyIdentifiable |
|---|
getSUID |
| Method Detail |
|---|
CyNetwork getNetworkPointer()
void setNetworkPointer(CyNetwork network)
network - The network that is to be referenced by this node. If
this value is null, any existing reference will be removed.
Note that this if a previous referenced network is being replaced or nulled out, an
UnsetNetworkPointerEvent will be fired and if a new network will be set a
SetNetworkPointerEvent will be fired.
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||