public class ScanRange extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
absoluteRange |
protected double |
absoluteRangeAsDouble |
protected String |
endDirection |
protected String |
endLocation |
protected String |
startDirection |
protected String |
startLocation |
Constructor and Description |
---|
ScanRange(String signedStartLocation,
String signedEndLocation) |
ScanRange(String startDirection,
String startLocation,
String endDirection,
String endLocation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAbsoluteRange() |
double |
getAbsoluteRangeAsDouble() |
String |
getEndDirection() |
String |
getEndLocation() |
String |
getStartDirection() |
String |
getStartLocation() |
int |
hashCode() |
boolean |
isStationary() |
String |
toString() |
protected String absoluteRange
protected double absoluteRangeAsDouble
protected String endDirection
protected String endLocation
protected String startDirection
protected String startLocation
public String getAbsoluteRange()
public double getAbsoluteRangeAsDouble()
public String getEndDirection()
public String getEndLocation()
public String getStartDirection()
public String getStartLocation()
public boolean isStationary()