model
Class ClusterCoordinates

java.lang.Object
  extended by model.ClusterCoordinates
All Implemented Interfaces:
Coordinates

public class ClusterCoordinates
extends java.lang.Object
implements Coordinates

This class represents the cluster coordinates.


Constructor Summary
ClusterCoordinates()
           
 
Method Summary
 double[] getCoords()
          Returns the array of the coordinates.
 java.lang.String getName()
          Returns the name of the cluster.
 void setCoords(double[] coords)
          Sets the array of the coordinates.
 void setName(java.lang.String name)
          Sets the name of the cluster.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterCoordinates

public ClusterCoordinates()
Method Detail

getName

public java.lang.String getName()
Returns the name of the cluster.

Returns:
name String

setName

public void setName(java.lang.String name)
Sets the name of the cluster.

Parameters:
name -

getCoords

public double[] getCoords()
Returns the array of the coordinates.

Specified by:
getCoords in interface Coordinates
Returns:
coords double[]

setCoords

public void setCoords(double[] coords)
Sets the array of the coordinates.

Specified by:
setCoords in interface Coordinates
Parameters:
coords -