Package es.imim.DISGENET.internal.tables
Class DisGeNetCyTableDisease
java.lang.Object
es.imim.DISGENET.internal.tables.DisGeNetCyTableDisease
- All Implemented Interfaces:
DisGeNETCyTableNodeInterface
Class to manage all the parameters relative to the diseases attributes of the cytoscape table.
- Author:
- jsauch
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addEdgeColumns(org.cytoscape.model.CyTable cyTable)
void
addNodeColumns(org.cytoscape.model.CyTable disTable)
Adds all the colums related to the diseases to the cytoscape table.void
fillEdgeColumns(org.cytoscape.model.CyNetwork cyNetwork, Map<org.cytoscape.model.CyEdge,Map<String,Object>> edgeAttributes)
void
fillNodeColumns(org.cytoscape.model.CyTable disTable, Map<String,Long> suids)
Fills the disease related columns with the data retrived from the current search parameters.void
setParams(GuiParameters params)
-
Constructor Details
-
DisGeNetCyTableDisease
-
DisGeNetCyTableDisease
public DisGeNetCyTableDisease()
-
-
Method Details
-
getParams
-
setParams
-
addNodeColumns
public void addNodeColumns(org.cytoscape.model.CyTable disTable)Adds all the colums related to the diseases to the cytoscape table.- Specified by:
addNodeColumns
in interfaceDisGeNETCyTableNodeInterface
- Parameters:
disTable
- the table to add the columns.
-
fillNodeColumns
public void fillNodeColumns(org.cytoscape.model.CyTable disTable, Map<String,Long> suids) throws DisGeNetExceptionFills the disease related columns with the data retrived from the current search parameters.- Specified by:
fillNodeColumns
in interfaceDisGeNETCyTableNodeInterface
- Parameters:
disTable
- the table to fill the columns.suids
- the list of all the nodes with their identifiers.- Throws:
DisGeNetException
- low level exception with the error message.
-
addEdgeColumns
public void addEdgeColumns(org.cytoscape.model.CyTable cyTable)- Specified by:
addEdgeColumns
in interfaceDisGeNETCyTableNodeInterface
-
fillEdgeColumns
public void fillEdgeColumns(org.cytoscape.model.CyNetwork cyNetwork, Map<org.cytoscape.model.CyEdge,Map<String,Object>> edgeAttributes)- Specified by:
fillEdgeColumns
in interfaceDisGeNETCyTableNodeInterface
-