|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CyIdentifiable
CyIdentifiable is an interface that indicates that the implementing object can be considered a key into a table. In general, table entries will be things like nodes, edges, and networks..
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 | |
|---|---|
static String |
SUID
This will be used as column name of SUID. |
| Method Summary | |
|---|---|
Long |
getSUID()
Returns the SUID of the implementing object. |
| Field Detail |
|---|
static final String SUID
| Method Detail |
|---|
Long getSUID()
|
Cytoscape 3.1.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||