public interface CyColumnIdentifierFactory
CyColumnIdentifier
objects.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 |
---|---|
CyColumnIdentifier |
createColumnIdentifier(String columnName)
Returns a
CyColumnIdentifier that represents a CyColumn
from a default network CyTable
(a table associated with a CyNetwork, CyNode or CyEdge). |
CyColumnIdentifier createColumnIdentifier(String columnName)
CyColumnIdentifier
that represents a CyColumn
from a default network CyTable
(a table associated with a CyNetwork, CyNode or CyEdge).columnName
- The name of a CyColumn
.CyColumnIdentifier
that represents a CyColumn
from a
CyTable
with namespace CyNetwork.DEFAULT_ATTRS
.Copyright 2011-2015 Cytoscape Consortium. All rights reserved.