Package org.jlayer.util
Class IndexTools
java.lang.Object
org.jlayer.util.IndexTools
This class is used for test purposes only.
- Author:
- gko
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
static enum
static class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic IndexTools.Orientation
getOrientation
(int[] from, int[] to)
-
Field Details
-
fullD1D1
-
isNeighbour
-
-
Constructor Details
-
IndexTools
public IndexTools()
-
-
Method Details
-
getOrientation
- Parameters:
from
- the base indexto
- the goal index- Returns:
- the
IndexTools.Orientation
or null, iff from and to denote identical indices
-