cytoscape.visual.calculators
Interface NodeLabelCalculator

All Superinterfaces:
Calculator, Cloneable
All Known Implementing Classes:
GenericNodeLabelCalculator

public interface NodeLabelCalculator
extends Calculator


Method Summary
 String calculateNodeLabel(giny.model.Node node, CyNetwork network)
           
 
Methods inherited from interface cytoscape.visual.calculators.Calculator
addChangeListener, clone, getProperties, getUI, removeChangeListener, setName, toString
 

Method Detail

calculateNodeLabel

String calculateNodeLabel(giny.model.Node node,
                          CyNetwork network)