Uses of Class
de.grogra.pf.data.Dataset
Package
Description
-
Uses of Dataset in de.grogra.cli.ui
-
Uses of Dataset in de.grogra.grogra
Modifier and TypeMethodDescriptionstatic Dataset
Analysis.axesAnalysis
(Node root) Performs axes analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.basicTreeParameters
(Node root) Performs basic tree parameters analysis on the graph starting atroot
.static Dataset
Analysis.branchingPositions
(Node root) Create a list of branching positions on the graph starting atroot
.static Dataset
Analysis.coordinates
(Node root) Performs coordinates analysis of GROGRA on the graph starting atroot
.static Dataset
Analysis.crownLayers
(Node root) Performs crown layers analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.diameterTable
(Node root) Creates a diameter table based on the graph starting atroot
.static Dataset
Analysis.distributionAnalysis
(Node root) Performs distribution analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.elementary
(Node root) Performs elementary analysis on the graph starting atroot
.LSystem.getShootPopulation()
static Dataset
Analysis.lengthAndAngles
(Node root) Performs length and angles analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.listOfAllShoots
(Node root) Create a list of all shoots on the graph starting atroot
.static Dataset
Analysis.noOfDaughterShoots
(Node root) Create a list with number of daughter shoots on the graph starting atroot
.static Dataset
Performs option3 analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.pathlengthAnalysis
(Node root) Performs pathlength analysis on the graph starting atroot
.static Dataset
Analysis.severalTreesAnalysis
(Node root) Performs elementary analysis of several trees on the graph starting atroot
.static Dataset
Analysis.shootPopulation
(Node root) Performs shoot population analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.stemAnalysis
(Node root) Performs stem analysis from GROGRA on the graph starting atroot
.static Dataset
Analysis.topologicalAnalysis
(Node root) Performs topological analysis from GROGRA on the graph starting atroot
. -
Uses of Dataset in de.grogra.math
-
Uses of Dataset in de.grogra.pf.data
Modifier 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 indexcolumn
tokey
DatasetRef.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 indexrow
tokey
DatasetRef.setRowKey
(int item, Comparable key) DatasetRef.setRowLabel
(String s) Dataset.setSeriesInRows
(boolean value) DatasetRef.setSeriesInRows
(boolean value) Dataset.setValueLabel
(String s) DatasetRef.toDataset()
-
Uses of Dataset in de.grogra.pf.ui
-
Uses of Dataset in de.grogra.rchart