| Modifier and Type | Field and Description |
|---|---|
protected int |
cluster |
protected double[] |
coordinates |
protected java.lang.Object |
reference |
| Constructor and Description |
|---|
Point(double[] coordinates) |
Point(double[] coordinates,
java.lang.Object ref) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCluster() |
double[] |
getCoordinates() |
int |
getDimensions() |
java.lang.Object |
getReference() |
void |
setCluster(int c) |
void |
setReference(java.lang.Object ref) |
protected double[] coordinates
protected int cluster
protected java.lang.Object reference
public Point(double[] coordinates)
public Point(double[] coordinates,
java.lang.Object ref)
public int getDimensions()
getDimensions in interface iPointpublic double[] getCoordinates()
getCoordinates in interface iPointpublic int getCluster()
getCluster in interface iPointpublic java.lang.Object getReference()
public void setReference(java.lang.Object ref)
public void setCluster(int c)
setCluster in interface iPoint