public interface CyColumnIdentifier
CyColumn
(usually from a network CyTable
).
It is particularly useful for cases where a column info needs to be saved or used, but the CyColumn itself
may not exist yet, or at all.Module: presentation-api
To use this in your app, include the following dependency in your POM:
<dependency> <groupId>org.cytoscape</groupId> <artifactId>presentation-api</artifactId> </dependency>
Modifier and Type | Method and Description |
---|---|
String |
getColumnName() |
String getColumnName()
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.