Uses of Class
com.orchestranetworks.addon.mame.model.config.DecisionNodeComparisonType
-
Packages that use DecisionNodeComparisonType Package Description com.orchestranetworks.addon.mame.model.config com.orchestranetworks.addon.mame.model.decisiontree -
-
Uses of DecisionNodeComparisonType in com.orchestranetworks.addon.mame.model.config
Methods in com.orchestranetworks.addon.mame.model.config that return DecisionNodeComparisonType Modifier and Type Method Description static DecisionNodeComparisonTypeDecisionNodeComparisonType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DecisionNodeComparisonType[]DecisionNodeComparisonType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DecisionNodeComparisonType in com.orchestranetworks.addon.mame.model.decisiontree
Methods in com.orchestranetworks.addon.mame.model.decisiontree that return DecisionNodeComparisonType Modifier and Type Method Description DecisionNodeComparisonTypeDecisionNode. getComparisonFunction()Gets the comparison function.
-