Uses of Class
de.ipk_gatersleben.ag_nw.graffiti.NodeSortCommand
Package | Description |
---|---|
de.ipk_gatersleben.ag_nw.graffiti | |
de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.ratioview |
-
Uses of NodeSortCommand in de.ipk_gatersleben.ag_nw.graffiti
Methods in de.ipk_gatersleben.ag_nw.graffiti that return NodeSortCommand Modifier and Type Method Description static NodeSortCommand
NodeSortCommand. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeSortCommand[]
NodeSortCommand. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.ipk_gatersleben.ag_nw.graffiti with parameters of type NodeSortCommand Modifier and Type Method Description static void
GraphHelper. exchangePositions(List<Node> nodes, NodeSortCommand sortCommand, boolean sortConsiderCluster)
static void
GraphHelper. exchangePositionsNHL(List<NodeHelper> nodes, NodeSortCommand sortCommand, boolean sortConsiderCluster)
static Collection<NodeHelper>
GraphHelper. getSortedNodeHelpers(Collection<Node> nodes, NodeSortCommand sortCommand, boolean sortConsiderCluster)
static Collection<NodeHelper>
GraphHelper. getSortedNodeHelpersNHL(Collection<NodeHelper> nodes, NodeSortCommand sortCommand, boolean sortConsiderCluster)
-
Uses of NodeSortCommand in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.ratioview
Methods in de.ipk_gatersleben.ag_nw.graffiti.plugins.algorithms.ratioview with parameters of type NodeSortCommand Modifier and Type Method Description Graph
RatioViewAlgorithm. executeAndReturnGraph(BackgroundTaskStatusProviderSupportingExternalCall status, boolean sortConsiderClusters, boolean showRangeAxisForNode1, boolean calcLog, NodeSortCommand sortCommand, String selSeriesName1, String selSeriesName2, int selTimePoint)