Uses of Interface
org.jgrapht.alg.interfaces.PartitioningAlgorithm.Partitioning
-
Packages that use PartitioningAlgorithm.Partitioning Package Description org.jgrapht.alg.interfaces Algorithm related interfaces.org.jgrapht.alg.partition Algorithm for computing partitions. -
-
Uses of PartitioningAlgorithm.Partitioning in org.jgrapht.alg.interfaces
Classes in org.jgrapht.alg.interfaces that implement PartitioningAlgorithm.Partitioning Modifier and Type Class Description static class
PartitioningAlgorithm.PartitioningImpl<V>
Default implementation of a vertex partitionMethods in org.jgrapht.alg.interfaces that return PartitioningAlgorithm.Partitioning Modifier and Type Method Description PartitioningAlgorithm.Partitioning<V>
PartitioningAlgorithm. getPartitioning()
Computes a vertex partitioning.Methods in org.jgrapht.alg.interfaces with parameters of type PartitioningAlgorithm.Partitioning Modifier and Type Method Description boolean
PartitioningAlgorithm. isValidPartitioning(PartitioningAlgorithm.Partitioning<V> partitioning)
Check if the given vertex partitioning is valid. -
Uses of PartitioningAlgorithm.Partitioning in org.jgrapht.alg.partition
Methods in org.jgrapht.alg.partition that return PartitioningAlgorithm.Partitioning Modifier and Type Method Description PartitioningAlgorithm.Partitioning<V>
BipartitePartitioning. getPartitioning()
Computes a vertex partitioning.Methods in org.jgrapht.alg.partition with parameters of type PartitioningAlgorithm.Partitioning Modifier and Type Method Description boolean
BipartitePartitioning. isValidPartitioning(PartitioningAlgorithm.Partitioning<V> partitioning)
Check if the given vertex partitioning is valid.
-