|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.grogra.Analysis
public final class Analysis
This class contains a set of static analysis functions which are similar to the analysis functions of the GROGRA software.
Method Summary | |
---|---|
static Dataset |
axesAnalysis(Node root)
Performs axes analysis from GROGRA on the graph starting at root . |
static Dataset |
basicTreeParameters(Node root)
Performs basic tree parameters analysis on the graph starting at root . |
static Dataset |
branchingPositions(Node root)
Create a list of branching positions on the graph starting at root . |
static Dataset |
coordinates(Node root)
Performs coordinates analysis of GROGRA on the graph starting at root . |
static Dataset |
crownLayers(Node root)
Performs crown layers analysis from GROGRA on the graph starting at root . |
static Dataset |
diameterTable(Node root)
Creates a diameter table based on the graph starting at root . |
static Dataset |
distributionAnalysis(Node root)
Performs distribution analysis from GROGRA on the graph starting at root . |
static Dataset |
elementary(Node root)
Performs elementary analysis on the graph starting at root . |
static Dataset |
lengthAndAngles(Node root)
Performs length and angles analysis from GROGRA on the graph starting at root . |
static Dataset |
listOfAllShoots(Node root)
Create a list of all shoots on the graph starting at root . |
static Dataset |
noOfDaughterShoots(Node root)
Create a list with number of daughter shoots on the graph starting at root . |
static Dataset |
option3(Node root)
Performs option3 analysis from GROGRA on the graph starting at root . |
static Dataset |
pathlengthAnalysis(Node root)
Performs pathlength analysis on the graph starting at root . |
static void |
performAndShow(Item item,
java.lang.Object info,
Context context)
|
static Dataset |
severalTreesAnalysis(Node root)
Performs elementary analysis of several trees on the graph starting at root . |
static Dataset |
shootPopulation(Node root)
Performs shoot population analysis from GROGRA on the graph starting at root . |
static Dataset |
stemAnalysis(Node root)
Performs stem analysis from GROGRA on the graph starting at root . |
static Dataset |
topologicalAnalysis(Node root)
Performs topological analysis from GROGRA on the graph starting at root . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Dataset axesAnalysis(Node root)
root
.
root
- start node
public static Dataset basicTreeParameters(Node root)
root
.
root
- start node
public static Dataset branchingPositions(Node root)
root
.
root
- start node
public static Dataset coordinates(Node root)
root
.
root
- start node
public static Dataset crownLayers(Node root)
root
.
root
- start node
public static Dataset diameterTable(Node root)
root
.
root
- start node
public static Dataset distributionAnalysis(Node root)
root
.
root
- start node
public static Dataset elementary(Node root)
root
.
root
- start node
public static Dataset lengthAndAngles(Node root)
root
.
root
- start node
public static Dataset listOfAllShoots(Node root)
root
.
root
- start node
public static Dataset noOfDaughterShoots(Node root)
root
.
root
- start node
public static Dataset option3(Node root)
root
.
root
- start node
public static Dataset pathlengthAnalysis(Node root)
root
.
root
- start node
public static void performAndShow(Item item, java.lang.Object info, Context context)
public static Dataset severalTreesAnalysis(Node root)
root
.
root
- start node
public static Dataset shootPopulation(Node root)
root
.
root
- start node
public static Dataset stemAnalysis(Node root)
root
.
root
- start node
public static Dataset topologicalAnalysis(Node root)
root
.
root
- start node
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |