public class PowerLaw extends java.lang.Object implements GraphBuilder
TREE_EDGE, WEIGHT| Constructor and Description |
|---|
PowerLaw(int inShort,
double inPower,
double inAdjust) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendNode(GraphNode inNode) |
static PowerLaw |
create2080(java.util.List<java.lang.Object> inRepObjs,
int numberOfNodes,
int shortPerNode) |
void |
initialize(Graph inGraph) |
void |
removeNode(GraphNode inNode) |
public void initialize(Graph inGraph)
initialize in interface GraphBuilderpublic void appendNode(GraphNode inNode)
appendNode in interface GraphBuilderpublic void removeNode(GraphNode inNode)
removeNode in interface GraphBuilderpublic static PowerLaw create2080(java.util.List<java.lang.Object> inRepObjs, int numberOfNodes, int shortPerNode) throws java.io.IOException
java.io.IOException