SAW class
Constructors
- SAW()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
calculateResultWithExistingMatrix(
{required List< SawMatrix> sawMatrix}) → Future<List< SawResult> > - CALCULATE RESULT WITH EXISTING MATRIX
-
calculateSawResult(
{required List< SawMatrix> matrix}) → Future<List< SawResult> > - CALCULATE SAW RESULT
-
generateSawMatrix(
{required List< SawAlternative> listAlternative, required List<SawCriteria> listCriteria}) → Future<List< SawMatrix> > - GENERATE SAW MATRIX
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateSawMatrix(
{required List< SawMatrix> currentMatrix, required String? matrixId, required String? ratingsId, required num value}) → Future<List< SawMatrix> > - UPDATE SAW MATRIX
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited