Package net.sourceforge.plantuml.oregon
Class MagicTable
java.lang.Object
net.sourceforge.plantuml.oregon.MagicTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
burnNumber
(int nb) static int[]
getNeighbours
(int nb) static int[]
getNeighboursSlow
(int nb) int
getRandomFree
(Random rnd) boolean
isUsuable
(int nb) static void
static void
static int
size
(Random rnd, MagicTable mt)
-
Constructor Details
-
MagicTable
public MagicTable()
-
-
Method Details
-
getNeighbours
public static int[] getNeighbours(int nb) -
getNeighboursSlow
public static int[] getNeighboursSlow(int nb) -
getAllFree
-
getAllUsed
-
isUsuable
public boolean isUsuable(int nb) -
burnNumber
public void burnNumber(int nb) -
getRandomFree
-
size
-
main
-
main2
-