Uses of Class
de.grogra.pf.data.Dataset
Packages that use Dataset
Package
Description
-
Uses of Dataset in de.grogra.cli.ui
Methods in de.grogra.cli.ui with parameters of type Dataset -
Uses of Dataset in de.grogra.grogra
Methods in de.grogra.grogra that return DatasetModifier and TypeMethodDescriptionstatic DatasetAnalysis.axesAnalysis(Node root) Performs axes analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.basicTreeParameters(Node root) Performs basic tree parameters analysis on the graph starting atroot.static DatasetAnalysis.branchingPositions(Node root) Create a list of branching positions on the graph starting atroot.static DatasetAnalysis.coordinates(Node root) Performs coordinates analysis of GROGRA on the graph starting atroot.static DatasetAnalysis.crownLayers(Node root) Performs crown layers analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.diameterTable(Node root) Creates a diameter table based on the graph starting atroot.static DatasetAnalysis.distributionAnalysis(Node root) Performs distribution analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.elementary(Node root) Performs elementary analysis on the graph starting atroot.LSystem.getShootPopulation()static DatasetAnalysis.lengthAndAngles(Node root) Performs length and angles analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.listOfAllShoots(Node root) Create a list of all shoots on the graph starting atroot.static DatasetAnalysis.noOfDaughterShoots(Node root) Create a list with number of daughter shoots on the graph starting atroot.static DatasetPerforms option3 analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.pathlengthAnalysis(Node root) Performs pathlength analysis on the graph starting atroot.static DatasetAnalysis.severalTreesAnalysis(Node root) Performs elementary analysis of several trees on the graph starting atroot.static DatasetAnalysis.shootPopulation(Node root) Performs shoot population analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.stemAnalysis(Node root) Performs stem analysis from GROGRA on the graph starting atroot.static DatasetAnalysis.topologicalAnalysis(Node root) Performs topological analysis from GROGRA on the graph starting atroot. -
Uses of Dataset in de.grogra.math
Methods in de.grogra.math with parameters of type Dataset -
Uses of Dataset in de.grogra.pf.data
Methods in de.grogra.pf.data that return DatasetModifier and TypeMethodDescriptionDataset.clear()Clears this dataset.DatasetRef.clear()DatasetRef.resolve()Dataset.setCategoryLabel(String s) Dataset.setColumnKey(int col, Comparable key) Sets the key for column with indexcolumntokeyDatasetRef.setColumnKey(int item, Comparable key) DatasetRef.setColumnLabel(String s) Dataset.setHistogramBins(int col, double min, double max, int count) Dataset.setHistogramBins(int col, List<HistogramBin> bins) DatasetRef.setHistogramBins(int col, double min, double max, int count) Dataset.setRowKey(int row, Comparable key) Sets the key for row with indexrowtokeyDatasetRef.setRowKey(int item, Comparable key) DatasetRef.setRowLabel(String s) Dataset.setSeriesInRows(boolean value) DatasetRef.setSeriesInRows(boolean value) Dataset.setValueLabel(String s) DatasetRef.toDataset()Constructors in de.grogra.pf.data with parameters of type Dataset -
Uses of Dataset in de.grogra.pf.ui
Methods in de.grogra.pf.ui with parameters of type Dataset -
Uses of Dataset in de.grogra.rchart
Methods in de.grogra.rchart that return DatasetConstructors in de.grogra.rchart with parameters of type Dataset