Uses of Interface
fr.systemsbiology.cyni.CyCyniMetric

Uses of CyCyniMetric in fr.systemsbiology.cyni
 

Classes in fr.systemsbiology.cyni that implement CyCyniMetric
 class AbstractCyniMetric
          The AbstractCyniMetrics provides a basic implementation of a cyni metric TaskFactory.
 

Methods in fr.systemsbiology.cyni that return CyCyniMetric
 CyCyniMetric CyCyniMetricsManager.getCyniMetric(String name)
          Returns a Cyni Metric of the specified name and null if no metric exists with that name.
 CyCyniMetric CyCyniMetricsManager.getDefaultCyniMetric()
          Returns the default Cyni Metric.
 

Methods in fr.systemsbiology.cyni that return types with arguments of type CyCyniMetric
 ArrayList<CyCyniMetric> CyCyniMetricsManager.getAllCyniMetrics()
          Returns a list of all available Cyni Metrics.
 ArrayList<CyCyniMetric> CyCyniMetricsManager.getAllCyniMetricsWithTags(List<String> tags)
          Returns the list of metrics that contains at least the same tags that are passed as input parameter.
 



Copyright © 2014. All rights reserved.