public class Euclidean1D extends java.lang.Object implements java.io.Serializable, Space
Modifier and Type | Class and Description |
---|---|
private static class |
Euclidean1D.LazyHolder
Holder for the instance.
|
static class |
Euclidean1D.NoSubSpaceException
Specialized exception for inexistent sub-space.
|
Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID
Serializable version identifier.
|
Modifier | Constructor and Description |
---|---|
private |
Euclidean1D()
Private constructor for the singleton.
|
Modifier and Type | Method and Description |
---|---|
int |
getDimension()
Get the dimension of the space.
|
static Euclidean1D |
getInstance()
Get the unique instance.
|
Space |
getSubSpace()
Get the n-1 dimension subspace of this space.
|
private java.lang.Object |
readResolve()
Handle deserialization of the singleton.
|
private static final long serialVersionUID
public static Euclidean1D getInstance()
public int getDimension()
getDimension
in interface Space
public Space getSubSpace() throws Euclidean1D.NoSubSpaceException
As the 1-dimension Euclidean space does not have proper sub-spaces,
this method always throws a Euclidean1D.NoSubSpaceException
getSubSpace
in interface Space
Euclidean1D.NoSubSpaceException
- in all casesSpace.getDimension()
private java.lang.Object readResolve()