|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyTableMetadata
A snapshot of information about a relationship shared between a CyTable instance and an associated CyNetworks. The interface is used to capture table information for serialization and shouldn't be needed for most normal use of tables.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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>)
.
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |