Uses of Class
org.android.activityminer.pmml.model.output.RankOrder

Packages that use RankOrder
org.android.activityminer.pmml.model.output PMML - Output representation. 
 

Uses of RankOrder in org.android.activityminer.pmml.model.output
 

Fields in org.android.activityminer.pmml.model.output declared as RankOrder
private  RankOrder OutputField.rankOrder
          The attribute rankOrder determines the sorting order when ranking the results.
 

Methods in org.android.activityminer.pmml.model.output that return RankOrder
 RankOrder OutputField.getRankOrder()
          Getter for the rankOrder
static RankOrder RankOrder.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RankOrder[] RankOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.android.activityminer.pmml.model.output with parameters of type RankOrder
 void OutputField.setRankOrder(RankOrder rankOrder)
          Setter for the rankOrder