Uses of Class
org.unifi.mecvirtualresourceallocation.graph.HyperEdge
Packages that use HyperEdge
Package
Description
-
Uses of HyperEdge in org.unifi.mecvirtualresourceallocation.algorithm
Methods in org.unifi.mecvirtualresourceallocation.algorithm that return types with arguments of type HyperEdgeModifier and TypeMethodDescriptionAllocationStrategy.getHyperEdges(HyperGraph hyperGraph, Set<Vertex> vertices) Gets the hyperedges in the hypergraph associated with the given vertices in the conflict graph. -
Uses of HyperEdge in org.unifi.mecvirtualresourceallocation.graph
Methods in org.unifi.mecvirtualresourceallocation.graph that return types with arguments of type HyperEdgeModifier and TypeMethodDescriptionHyperGraph.getHyperEdges()Gets the hyperedges of the hypergraph.Methods in org.unifi.mecvirtualresourceallocation.graph with parameters of type HyperEdgeModifier and TypeMethodDescriptionvoidHyperGraph.addHyperEdge(HyperEdge hyperEdge) Adds a hyperedge to the hypergraph, ensuring no duplicate hyperedge IDs exist.