void |
PiecewiseLinearCumulativeCurve.add(CumulativePoint cumulativePoint,
double timeInSecondsEpsilon) |
append a new cumulative point to the curve which must be later or equal than the current latest
point
given the passed in timeInSecondsEpsilon
|
double |
CumulativePoint.computeAbsFlowRate(CumulativePoint adjacentCumulativePoint) |
Compute the absolute flow rate in cumulative units/h
|
double |
CumulativePointImpl.computeAbsFlowRate(CumulativePoint adjacentCumulativePoint) |
Compute the absolute flow rate in cumulative units/h
|
double |
CumulativePoint.getAbsCumulativeDifferenceWith(CumulativePoint otherCumulative) |
Absolute cumulative difference between this and passed in cumulative point
|
double |
CumulativePointImpl.getAbsCumulativeDifferenceWith(CumulativePoint otherCumulative) |
Absolute cumulative difference between this and passed in cumulative point
|
double |
CumulativePoint.getAbsTimeDifferenceWith(CumulativePoint otherCumulative) |
Absolute time difference in seconds between this and passed in cumulative point
|
double |
CumulativePointImpl.getAbsTimeDifferenceWith(CumulativePoint otherCumulative) |
Absolute time difference in seconds between this and passed in cumulative point
|
boolean |
CumulativePoint.isEarlier(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs earlier (given epsilon) than the passed in other point
|
boolean |
CumulativePointImpl.isEarlier(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs earlier (given epsilon) than the passed in other point
|
boolean |
CumulativePoint.isEarlierOrEqual(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs earlier or equal (given epsilon) than the passed in other point
|
boolean |
CumulativePointImpl.isEarlierOrEqual(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs earlier or equal (given epsilon) than the passed in other point
|
boolean |
CumulativePoint.isLater(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs later (given epsilon) than the passed in other point
|
boolean |
CumulativePointImpl.isLater(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs later (given epsilon) than the passed in other point
|
boolean |
CumulativePoint.isLaterOrEqual(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs later or equal (given epsilon) than the passed in other point
|
boolean |
CumulativePointImpl.isLaterOrEqual(CumulativePoint otherCumulativePoint,
double timeInSecondsEpsilon) |
Verify if this point occurs later or equal (given epsilon) than the passed in other point
|