java.lang.Object
de.ipk_gatersleben.ag_nw.graffiti.plugins.gui.editing_tools.script_helper.GraphElementHelper
All Implemented Interfaces:
HelperClass

public class GraphElementHelper
extends Object
implements HelperClass
  • Constructor Details

    • GraphElementHelper

      public GraphElementHelper​(GraphElement ge)
  • Method Details

    • getLabel

      public String getLabel()
    • hasDataMapping

      public static boolean hasDataMapping​(GraphElement ge)
    • getDataMappings

      public ExperimentInterface getDataMappings()
      Returns:
      The Experiment (will never be null)
    • getAverage

      public double getAverage()
    • setLabel

      public void setLabel​(String label)
    • setCluster

      public void setCluster​(String clusterId)
    • getCluster

      public String getCluster()
    • getMappedSampleData

      public ArrayList<SampleInterface> getMappedSampleData()
    • getMappedTimePointsCoveredByAllLines

      public Set<Integer> getMappedTimePointsCoveredByAllLines()
    • getMappedUniqueTimePoints

      public Set<Integer> getMappedUniqueTimePoints()
    • getMappedSeriesData

      public ArrayList<ConditionInterface> getMappedSeriesData()