AHP class

Constructors

AHP()

Properties

hashCode int
The hash code for this object.
no setterinherited
listAhpPairwiseComparisonScale List<AhpComparisonScale>
LIST PAIRWISE COMPARISON SCALE
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateAlternativeInputs({required List<AhpHierarchy> hierarchyNodes}) Future<List<PairwiseAlternativeInput>>
GENERATE PAIRWISE ALTERNATIVE INPUTS
generateCriteriaInputs() Future<List<PairwiseComparisonInput>>
GENERATE PAIRWISE CRITERIA INPUT
generateHierarchy({required List<AhpItem> listCriteria, required List<AhpItem> listAlternative}) Future<List<AhpHierarchy>>
GENERATE HIERARCHY
getAhpResult({required List<AhpHierarchy> hierarchy, required List<PairwiseComparisonInput> inputsCriteria, required List<PairwiseAlternativeInput> inputsAlternative}) Future<AhpResult>
******************************* RESULT ********************************** AHP RESULT
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAlternativeInputs(List<PairwiseAlternativeInput> currentAlternativeInputs, {required String? criteriaId, required String? alternativeId, required int scale, required bool isLeftMoreImportant}) List<PairwiseAlternativeInput>
UPDATE ALTERNATIVE VALUE
updateCriteriaInputs(List<PairwiseComparisonInput> currentCriteriaInputs, {required String? id, required int scale, required bool isLeftMoreImportant}) List<PairwiseComparisonInput>
************ UPDATE CRITERIA OR ALTERNATIVE FROM USER INPUT ************** UPDATE PAIRWISE CRITERIA INPUT

Operators

operator ==(Object other) bool
The equality operator.
inherited