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)
java.lang.String
toFormattedString()
java.lang.String
toLongString()
java.lang.String
toShortString()
-
-
-
Method Detail
-
equals
boolean equals(Result other, double tolerance)
-
toShortString
java.lang.String toShortString()
-
toLongString
java.lang.String toLongString()
-
toFormattedString
java.lang.String toFormattedString()
-
-