|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CyNetworkTableManager
Provides access to all network-table relationships.
Method Summary | |
---|---|
Set<CyNetwork> |
getNetworkSet()
Returns a read-only set of all networks managed by this instance. |
CyTable |
getTable(CyNetwork network,
Class<? extends CyIdentifiable> type,
String namespace)
Returns the table with the specified namespace and type from the network. |
Map<String,CyTable> |
getTables(CyNetwork network,
Class<? extends CyIdentifiable> type)
Returns a read-only map of all of the tables for the specified type from the network. |
void |
removeTable(CyNetwork network,
Class<? extends CyIdentifiable> type,
String namespace)
Removes the table with the specified namespace and type from the network. |
void |
reset()
Clears all the network-table relationships. |
void |
setTable(CyNetwork network,
Class<? extends CyIdentifiable> type,
String namespace,
CyTable table)
Associates the given table to the network using the specified namespace and type. |
Method Detail |
---|
void setTable(CyNetwork network, Class<? extends CyIdentifiable> type, String namespace, CyTable table)
network
- the CyNetwork
to associate the given table to.type
- Type of CyIdentifiable
associated with the table.namespace
- The name of the table relative to the network.table
- the table to associate to the network with the specified namespace and type.CyTable getTable(CyNetwork network, Class<? extends CyIdentifiable> type, String namespace)
network
- the network to check for the table.type
- Type of CyIdentifiable
associated with the table.namespace
- The name of the table relative to the network.
void removeTable(CyNetwork network, Class<? extends CyIdentifiable> type, String namespace)
network
- the network to remove the table from.type
- Type of CyIdentifiable
associated with the table.namespace
- The name of the table relative to the network.Map<String,CyTable> getTables(CyNetwork network, Class<? extends CyIdentifiable> type)
network
- The network to return the tables of.type
- The type of the tables to return.
void reset()
Set<CyNetwork> getNetworkSet()
|
Cytoscape 3.0.0-beta1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |