public class ExtrapolationServiceClient<C>
extends java.lang.Object
| Constructor and Description |
|---|
ExtrapolationServiceClient(java.lang.String serviceUrl,
java.lang.Class<C> configClass) |
| Modifier and Type | Method and Description |
|---|---|
C |
getConfigForAnchorPoints(int[] xValuesArr,
double[] yValuesArr) |
public ExtrapolationServiceClient(java.lang.String serviceUrl,
java.lang.Class<C> configClass)
public C getConfigForAnchorPoints(int[] xValuesArr, double[] yValuesArr) throws InvalidAnchorPointsException, java.lang.InterruptedException, java.util.concurrent.ExecutionException
InvalidAnchorPointsExceptionjava.lang.InterruptedExceptionjava.util.concurrent.ExecutionException