Uses of Interface
org.jgrapht.alg.interfaces.PartitioningAlgorithm.Partitioning
Packages that use PartitioningAlgorithm.Partitioning
Package
Description
Algorithm related interfaces.
Algorithm for computing partitions.
-
Uses of PartitioningAlgorithm.Partitioning in org.jgrapht.alg.interfaces
Classes in org.jgrapht.alg.interfaces that implement PartitioningAlgorithm.PartitioningModifier and TypeClassDescriptionstatic classDefault implementation of a vertex partitionMethods in org.jgrapht.alg.interfaces that return PartitioningAlgorithm.PartitioningModifier and TypeMethodDescriptionPartitioningAlgorithm.getPartitioning()Computes a vertex partitioning.Methods in org.jgrapht.alg.interfaces with parameters of type PartitioningAlgorithm.PartitioningModifier and TypeMethodDescriptionbooleanPartitioningAlgorithm.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.PartitioningModifier and TypeMethodDescriptionBipartitePartitioning.getPartitioning()Computes a vertex partitioning.Methods in org.jgrapht.alg.partition with parameters of type PartitioningAlgorithm.PartitioningModifier and TypeMethodDescriptionbooleanBipartitePartitioning.isValidPartitioning(PartitioningAlgorithm.Partitioning<V> partitioning) Check if the given vertex partitioning is valid.