org.cytoscape.model
Interface CyIdentifiable
- All Known Subinterfaces:
- CyEdge, CyNetwork, CyNetworkView, CyNode, CyRootNetwork, CySubNetwork, CyTable, View<S>
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..
Cytoscape Backwards Compatibility (API Interface): We expect that this interface will be used but not implemented by developers using this interface. As such, we reserve the right to add methods to the interface as part of minor version upgrades. We will not remove methods for any changes other than major version upgrades.
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. |
SUID
static final String SUID
- This will be used as column name of SUID.
- See Also:
- Constant Field Values
getSUID
Long getSUID()
- Returns the SUID of the implementing object.
- Returns:
- the SUID of the implementing object.
Copyright 2011 Cytoscape Consortium. All rights reserved.