public interface 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 | Field and Description |
---|---|
static String |
SUID
This will be used as column name of SUID.
|
Modifier and Type | Method and Description |
---|---|
Long |
getSUID()
Returns the SUID of the implementing object.
|
static final String SUID
Long getSUID()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.