Module fr.univartois.cril.jkahypar
Package fr.univartois.cril.jkahypar.hypergraph
package fr.univartois.cril.jkahypar.hypergraph
The
fr.univartois.cril.jkahypar.hypergraph package provides the data
structures used to represent hypergraphs.-
ClassDescriptionThe AbstractHypergraphBuilder provides a base implementation for
HypergraphBuilder.The HmetisFormat enumerates the possible hypergraph formats recognized by hMetis.The Hyperedge interface defines the contract of the data structures representing the hyperedges of a hypergraph.The Hypergraph interface defines the contract of the data structures representing hypergraphs.The HypergraphBuilder defines an easy and natural interface for building hypergraphs.The UnweightedHyperedge represents aHyperedgefor which no weight is considered.The WeightedHyperedge decorates aHyperedgeso as to consider its weight.