|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.systemsbiology.cyni.AbstractCyniMetric
public abstract class AbstractCyniMetric
The AbstractCyniMetrics provides a basic implementation of a cyni metric TaskFactory.
| Constructor Summary | |
|---|---|
AbstractCyniMetric(String computerName,
String humanName)
The Constructor. |
|
| Method Summary | |
|---|---|
protected void |
addTag(String tag)
It adds a tags to the list of tags that define that metric |
CyniTable |
getCyniTable(org.cytoscape.model.CyTable table,
String[] attributes,
boolean transpose,
boolean ignoreMissing,
boolean selectedOnly)
It produces a CyniTable with methods specific for this metric |
String |
getName()
A computer readable name used to differentiate the metrics. |
List<String> |
getTagsList()
The list of tags of this metric |
void |
initMetric()
It initializes the metric and after this method the metric is ready to start calculating measurements. |
void |
setParameters(Map<String,Object> params)
It sets the metric's parameters |
String |
toString()
Used to get the user-visible name of the cyni Metric. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface fr.systemsbiology.cyni.CyCyniMetric |
|---|
getMetric |
| Constructor Detail |
|---|
public AbstractCyniMetric(String computerName,
String humanName)
computerName - a computer readable name used to differentiate the metrics.humanName - a user visible name of the metric.| Method Detail |
|---|
public String getName()
getName in interface CyCyniMetricpublic String toString()
toString in class Objectprotected void addTag(String tag)
public CyniTable getCyniTable(org.cytoscape.model.CyTable table,
String[] attributes,
boolean transpose,
boolean ignoreMissing,
boolean selectedOnly)
getCyniTable in interface CyCyniMetricpublic List<String> getTagsList()
getTagsList in interface CyCyniMetricpublic void initMetric()
initMetric in interface CyCyniMetricpublic void setParameters(Map<String,Object> params)
setParameters in interface CyCyniMetricparams - The map that maps the name of the parameter with the actual variable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||