| Interface | Description |
|---|---|
| Distribution |
Interface for a distribution over discrete values.
|
| EdgeAnnotator |
EdgeAnnotator is used to assign properties to generated edges.
|
| VertexAnnotator |
VertexAnnotator is used to assign properties to generated edges.
|
| Class | Description |
|---|---|
| AbstractGenerator |
Base class for all synthetic network generators.
|
| CommunityGenerator |
Generates a synthetic network with a community structure, that is, several densely connected
sub-networks that are loosely connected with one another.
|
| CopyDistribution |
CopyDistribution returns the conditional value.
|
| DistributionGenerator |
Generates a synthetic network for a given out- and (optionally) in-degree distribution.
|
| NormalDistribution |
Generates values according to a normal distribution with the configured standard deviation.
|
| PowerLawDistribution |
Generates values according to a scale-free distribution with the configured gamma value.
|
| SizableIterable<T> |
Utility class to make size determinations for
Iterable for efficient. |
Copyright © 2012–2016. All rights reserved.