documentationfor yFiles for HTML 2.6

Properties

edgeCentralityin BetweennessCentralityResultGets a mapping from each edge to its absolute centrality value.
nodeCentralityin BetweennessCentralityResultGets a mapping from each node to its absolute centrality value.
normalizedEdgeCentralityin BetweennessCentralityResultGets a mapping from each edge to its normalized centrality value.
normalizedNodeCentralityin BetweennessCentralityResultGets a mapping from each node to its normalized centrality value.
nodeLayerIdsin BfsResultGets a mapping from each node to its layer index.
nodeLayersin BfsResultGets a mapping from each node to its layer.
nodeClusterIdsin BiconnectedComponentClusteringResultGets a mapping from each node to its cluster ID.
nodeClustersin BiconnectedComponentClusteringResultGets a mapping from each node to its cluster.
edgeComponentIdsin BiconnectedComponentsResultGets a map which returns for each edge the ID of the component the edge belongs to.
edgeComponentsin BiconnectedComponentsResultGets a map which returns for each edge the component the edge belongs to.
nodePartitionsin BipartitionResultGets a mapping from each node to its partition.
nodeCentralityin ClosenessCentralityResultGets a mapping from each node to its absolute centrality value.
normalizedNodeCentralityin ClosenessCentralityResultGets a mapping from each node to its normalized centrality value.
clusteringCoefficientsin ClusteringCoefficientResultGets a map which returns the clustering coefficient for each node.
nodeComponentIdsin ConnectedComponentsResultGets a map which returns for each node the ID of the component the node belongs to.
nodeComponentsin ConnectedComponentsResultGets a map which returns for each node the component the node belongs to.
nodeCentralityin DegreeCentralityResultGets a mapping from each node to its absolute centrality value.
normalizedNodeCentralityin DegreeCentralityResultGets a mapping from each node to its normalized centrality value.
nodeClusterIdsin EdgeBetweennessClusteringResultGets a mapping from each node to its cluster ID.
nodeClustersin EdgeBetweennessClusteringResultGets a mapping from each node to its cluster.
nodeCentralityin EigenvectorCentralityResultGets a mapping from each node to its centrality value.
nodeCentralityin GraphCentralityResultGets a mapping from each node to its centrality value.
normalizedNodeCentralityin GraphCentralityResultGets a mapping from each node to its normalized centrality value.
nodeClusterIdsin HierarchicalClusteringResultGets a mapping from each node to its cluster ID.
nodeClustersin HierarchicalClusteringResultGets a mapping from each node to its cluster.
nodeSetIdsin IndependentSetsResultGets a mapping for each node to its set ID.
nodeSetsin IndependentSetsResultGets a mapping for each node to its IndependentSet.
kCoresin KCoreComponentsResultGets a map which returns for each node the largest k for which a node is contained in the k-core.
nodeClusterIdsin KMeansClusteringResultGets a mapping from each node to its cluster ID.
nodeClustersin KMeansClusteringResultGets a mapping from each node to its cluster.
finalLabelsin LabelPropagationClusteringResultGets a mapping from each node to its label.
nodeClusterIdsin LabelPropagationClusteringResultGets a mapping from each node to its cluster ID.
nodeClustersin LabelPropagationClusteringResultGets a mapping from each node to its cluster.
nodeClusterIdsin LouvainModularityClusteringResultGets a mapping from each node to its cluster ID.
nodeClustersin LouvainModularityClusteringResultGets a mapping from each node to its cluster.
flowin MaximumFlowResultGets a mapping from each edge to its flow.
flowin MinimumCostFlowResultGets a mapping from each edge to the flow over that edge.
aggregateMapin NodeAggregationResultGets a map which maps an NodeAggregate to its corresponding node.
pageRankin PageRankResultGets a mapping from each node to its page rank value.
nodeRankIdsin RankAssignmentResultGets a mapping from each node to its rank index.
nodeRanksin RankAssignmentResultGets a mapping from each node to a collection of all nodes of this rank.
ranksin RankAssignmentResultGets a mapping from a rank index to a collection of nodes at that rank.
predecessorsin ShortestPathResultGets a mapping from each node to the last incoming edge of the shortest path to this node.
distancesin SingleSourceShortestPathsResultGets a mapping from each node to its shortest distance from the source node.
predecessorsin SingleSourceShortestPathsResultGets a mapping from each node to the last incoming edge of the shortest path to this node.
nodeComponentIdsin StronglyConnectedComponentsResultGets a map which returns for each node the ID of the component the node belongs to.
nodeComponentsin StronglyConnectedComponentsResultGets a map which returns for each node the component the node belongs to.
nodeCentralityin WeightCentralityResultGets a mapping from each node to its absolute centrality value.
normalizedNodeCentralityin WeightCentralityResultGets a mapping from each node to its normalized centrality value.

Method Return Values

getPredecessorsForSource (INode)in AllPairsShortestPathsResultGets a mapping from each node to the last incoming edge of the shortest path to source.