Package | Description |
---|---|
de.uni_due.inf.ti.graph.random |
This package contains classes which generate random graphs, rules and
other graph-related objects.
|
Modifier and Type | Method and Description |
---|---|
RandomGraphGenerator |
RandomRuleGenerator.getLeftGenerator()
Returns the RandomGraphGenerator used to generate the left-hand sides
of the random rules.
|
RandomGraphGenerator |
RandomRuleGenerator.getRightGenerator()
Returns the RandomGraphGenerator used to generate the right-hand sides
of the random rules.
|
Constructor and Description |
---|
RandomGraphGenerator(RandomGraphGenerator orig)
Returns a new RandomGraphGenerator with the same parameters as an
existing one.
|