Package es.uam.eps.ir.relison.graph.generator
Graph generators and auxiliar classes for graph generation.
-
Interface Summary Interface Description GraphGenerator<U> Generates different graphs. -
Class Summary Class Description ComplementaryGraphGenerator<U> Generates complementary graphs.CompleteGraphGenerator<U> Class for generating complete graphs.EmptyGraphGenerator<U> Empty graph generator.EmptyMultiGraphGenerator<U> Creates an empty multigraphEmptyTreeGenerator<U> Empty tree generator.GraphCloneGenerator<U> Class for cloning graphs.NoLinksGraphGenerator<U> Class for generating graphs without links.SubGraphGenerator<U> Generates a subgraph from another graph, containing only a selection of nodes.TreeCloneGenerator<U> Class for cloning trees.