Uses of Class
org.unifi.mecvirtualresourceallocation.graph.ConflictGraph
Packages that use ConflictGraph
Package
Description
-
Uses of ConflictGraph in org.unifi.mecvirtualresourceallocation.graph
Methods in org.unifi.mecvirtualresourceallocation.graph that return ConflictGraphModifier and TypeMethodDescriptionHyperGraph.getConflictGraph()
Generates a conflict graph based on the hypergraph. -
Uses of ConflictGraph in org.unifi.mecvirtualresourceallocation.graph.visualization
Constructors in org.unifi.mecvirtualresourceallocation.graph.visualization with parameters of type ConflictGraphModifierConstructorDescriptionConflictGraphPanel
(ConflictGraph conflictGraph) Constructs a ConflictGraphPanel with the specified ConflictGraph.