Package ru.ewc.decita

Class Coordinate

java.lang.Object
ru.ewc.decita.Coordinate
All Implemented Interfaces:
Comparable<Coordinate>

public final class Coordinate extends Object implements Comparable<Coordinate>
I am a simple data structure describing the position of the required value. My responsibility is to provide everything that is needed to retrieve that value. The position of every value is described by the Locator's ID and the String value's ID, so it looks like a 2D-coordinate.
Since:
0.1