Package | Description |
---|---|
io.github.arrayv.main | |
io.github.arrayv.utils | |
io.github.arrayv.utils.shuffleutils |
Modifier and Type | Method and Description |
---|---|
ShuffleGraph |
ArrayManager.getShuffle() |
ShuffleGraph |
ArrayManager.setShuffle(ShuffleGraph graph) |
ShuffleGraph |
ArrayManager.setShuffleSingle(Distributions distribution) |
ShuffleGraph |
ArrayManager.setShuffleSingle(Distributions distribution,
boolean warped) |
ShuffleGraph |
ArrayManager.setShuffleSingle(Shuffles shuffle) |
Modifier and Type | Method and Description |
---|---|
ShuffleGraph |
ArrayManager.setShuffle(ShuffleGraph graph) |
Modifier and Type | Method and Description |
---|---|
ShuffleGraph |
ShuffleGraph.addDisconnected(ShuffleInfo shuffle) |
ShuffleGraph |
ShuffleGraph.addDisconnected(ShuffleInfo shuffle,
int x,
int y) |
ShuffleGraph |
ShuffleGraph.addSingle(Distributions distribution) |
ShuffleGraph |
ShuffleGraph.addSingle(Distributions distribution,
boolean warped) |
ShuffleGraph |
ShuffleGraph.addSingle(ShuffleInfo shuffle) |
ShuffleGraph |
ShuffleGraph.addSingle(Shuffles shuffle) |
ShuffleGraph |
ShuffleGraph.setSleepRatio(double ratio) |
static ShuffleGraph |
ShuffleGraph.single(Distributions distribution) |
static ShuffleGraph |
ShuffleGraph.single(Distributions distribution,
boolean warped) |
static ShuffleGraph |
ShuffleGraph.single(ShuffleInfo shuffle) |
static ShuffleGraph |
ShuffleGraph.single(Shuffles shuffle) |
Modifier and Type | Method and Description |
---|---|
ShuffleGraph |
GraphNode.getGraph() |
ShuffleGraph |
GraphReader.getResult() |
ShuffleGraph |
GraphReader.read(File file) |
ShuffleGraph |
GraphReader.read(Scanner scanner) |
ShuffleGraph |
GraphReader.read(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
GraphNode.setGraph(ShuffleGraph graph) |
Constructor and Description |
---|
GraphNode(ShuffleInfo shuffle,
ShuffleGraph graph) |
GraphNode(ShuffleInfo shuffle,
ShuffleGraph graph,
int x,
int y) |
GraphWriter(ShuffleGraph graph) |
Copyright © 2024. All rights reserved.