public interface CyTableMetadata
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace()
Returns the namespace used as the key to this object's table in
CyNetworkTableManager.getTables(org.cytoscape.model.CyNetwork, java.lang.Class<? extends org.cytoscape.model.CyIdentifiable>). |
CyNetwork |
getNetwork()
Returns all the networks associated with this object's table.
|
CyTable |
getTable()
Returns the table whose metadata is described by this instance.
|
Class<?> |
getType()
Returns the type of the data associated with this object's table.
|
Class<?> getType()
CyNetwork.class,
CyNode.class, or CyEdge.class.CyTable getTable()
CyNetwork getNetwork()
String getNamespace()
CyNetworkTableManager.getTables(org.cytoscape.model.CyNetwork, java.lang.Class<? extends org.cytoscape.model.CyIdentifiable>).CyNetworkTableManager.getTables(org.cytoscape.model.CyNetwork, java.lang.Class<? extends org.cytoscape.model.CyIdentifiable>).Copyright 2011 Cytoscape Consortium. All rights reserved.