Interface Result
-
- All Known Implementing Classes:
BooleanResult
,DoubleResult
,GeometryResult
,IntegerResult
public interface Result
- Version:
- 1.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
equals(Result other, double tolerance)
String
toFormattedString()
String
toLongString()
String
toShortString()
-