public interface CyTableMetadata
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 | 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-2015 Cytoscape Consortium. All rights reserved.