Uses of Class
com.orchestranetworks.addon.mame.model.metadata.MatchingResultType
-
-
Uses of MatchingResultType in com.orchestranetworks.addon.mame.model.decisiontree
Methods in com.orchestranetworks.addon.mame.model.decisiontree that return MatchingResultType Modifier and Type Method Description MatchingResultTypeDecisionNode. getMatchingResult()Gets the result of the decision tree execution. -
Uses of MatchingResultType in com.orchestranetworks.addon.mame.model.metadata
Methods in com.orchestranetworks.addon.mame.model.metadata that return MatchingResultType Modifier and Type Method Description static MatchingResultTypeMatchingResultType. getResult(int matchingResult)static MatchingResultTypeMatchingResultType. getResult(java.lang.String matchingResult)static MatchingResultTypeMatchingResultType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MatchingResultType[]MatchingResultType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MatchingResultType in com.orchestranetworks.addon.mame.service.evaluatematching
Methods in com.orchestranetworks.addon.mame.service.evaluatematching that return MatchingResultType Modifier and Type Method Description MatchingResultTypeEvaluateMatchingResult. getMatchingResult()Gets the decision tree execution result. -
Uses of MatchingResultType in com.orchestranetworks.addon.mame.service.matching
Methods in com.orchestranetworks.addon.mame.service.matching that return MatchingResultType Modifier and Type Method Description MatchingResultTypeMatchingComparator. compare(com.onwbp.adaptation.Adaptation recordA, com.onwbp.adaptation.Adaptation recordB)Compares 2 adaptations based on matching logic defined in the decision tree.MatchingResultTypeMatchingEngineResult. getResult()
-