public class DisGeNetCyTableBase extends Object implements DisGeNETCyTableNodeInterface
Constructor and Description |
---|
DisGeNetCyTableBase() |
DisGeNetCyTableBase(GuiParameters params) |
Modifier and Type | Method and Description |
---|---|
void |
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) |
public DisGeNetCyTableBase()
public DisGeNetCyTableBase(GuiParameters params)
public void addNodeColumns(org.cytoscape.model.CyTable cyTable)
addNodeColumns
in interface DisGeNETCyTableNodeInterface
public void addEdgeColumns(org.cytoscape.model.CyTable cyTable)
addEdgeColumns
in interface DisGeNETCyTableNodeInterface
public void fillNodeColumns(org.cytoscape.model.CyTable cyTable, Map<String,Long> attributes) throws DisGeNetException
fillNodeColumns
in interface DisGeNETCyTableNodeInterface
DisGeNetException
public void fillEdgeColumns(org.cytoscape.model.CyNetwork cyNetwork, Map<org.cytoscape.model.CyEdge,Map<String,Object>> edgeAttributes)
fillEdgeColumns
in interface DisGeNETCyTableNodeInterface
public void createGdaEdgeColumns(org.cytoscape.model.CyTable cyTable)
public void createVdaEdgeColumns(org.cytoscape.model.CyTable cyTable)
Copyright © 2024. All rights reserved.