Voids any Overlow
()
| 298 | public FluidTankGT setPreventDraining(boolean aPrevent) {mPreventDraining = aPrevent; return this;} |
| 299 | /** Voids any Overlow */ |
| 300 | public FluidTankGT setVoidExcess() {return setVoidExcess(T);} |
| 301 | /** Voids any Overlow */ |
| 302 | public FluidTankGT setVoidExcess(boolean aVoidExcess) {mVoidExcess = aVoidExcess; return this;} |
| 303 | /** Sets Tank capacity Map, should it be needed. */ |
no outgoing calls
no test coverage detected