Uses of Interface
org.jgrapht.alg.interfaces.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 classPartitioningAlgorithm.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 booleanPartitioningAlgorithm. 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 booleanBipartitePartitioning. isValidPartitioning(PartitioningAlgorithm.Partitioning<V> partitioning)Check if the given vertex partitioning is valid.