net.java.dev.moskitodemo.usecases.qe.business
Interface IQECalculator
- All Known Implementing Classes:
- QECalculatorImpl
public interface IQECalculator
calculateDeterminant
int calculateDeterminant(int a,
int b,
int c)
throws QECalculatorException
- Throws:
QECalculatorException
solveForPositiveDeterminat
DoubleEquationResult solveForPositiveDeterminat(int a,
int b,
int c)
throws QECalculatorException
- Throws:
QECalculatorException
solveForZeroDeterminant
int solveForZeroDeterminant(int a,
int b,
int c)
throws QECalculatorException
- Throws:
QECalculatorException
Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework