Package es.imim.DISGENET.internal.tables
Class DisGeNetCyTableBase
java.lang.Object
es.imim.DISGENET.internal.tables.DisGeNetCyTableBase
- All Implemented Interfaces:
DisGeNETCyTableNodeInterface
Class that loads all the data for the table networks.
- Author:
- jsauch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEdgeColumns
(org.cytoscape.model.CyTable cyTable) void
addNodeColumns
(org.cytoscape.model.CyTable cyTable) void
createGdaEdgeColumns
(org.cytoscape.model.CyTable cyTable) void
createVdaEdgeColumns
(org.cytoscape.model.CyTable cyTable) void
fillEdgeColumns
(org.cytoscape.model.CyNetwork cyNetwork, Map<org.cytoscape.model.CyEdge, Map<String, Object>> edgeAttributes) void
fillNodeColumns
(org.cytoscape.model.CyTable cyTable, Map<String, Long> attributes)
-
Constructor Details
-
DisGeNetCyTableBase
public DisGeNetCyTableBase() -
DisGeNetCyTableBase
-
-
Method Details
-
addNodeColumns
public void addNodeColumns(org.cytoscape.model.CyTable cyTable) - Specified by:
addNodeColumns
in interfaceDisGeNETCyTableNodeInterface
-
addEdgeColumns
public void addEdgeColumns(org.cytoscape.model.CyTable cyTable) - Specified by:
addEdgeColumns
in interfaceDisGeNETCyTableNodeInterface
-
fillNodeColumns
public void fillNodeColumns(org.cytoscape.model.CyTable cyTable, Map<String, Long> attributes) throws DisGeNetException- Specified by:
fillNodeColumns
in interfaceDisGeNETCyTableNodeInterface
- Throws:
DisGeNetException
-
fillEdgeColumns
public void fillEdgeColumns(org.cytoscape.model.CyNetwork cyNetwork, Map<org.cytoscape.model.CyEdge, Map<String, Object>> edgeAttributes) - Specified by:
fillEdgeColumns
in interfaceDisGeNETCyTableNodeInterface
-
createGdaEdgeColumns
public void createGdaEdgeColumns(org.cytoscape.model.CyTable cyTable) -
createVdaEdgeColumns
public void createVdaEdgeColumns(org.cytoscape.model.CyTable cyTable)
-