Uses of Class
cz.cuni.jagrlib.RankType

Packages that use RankType
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
 

Uses of RankType in cz.cuni.jagrlib
 

Methods in cz.cuni.jagrlib that return RankType
static RankType RankType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RankType[] RankType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.jagrlib with parameters of type RankType
 int Rank.result(RankType type)
          Computes the given rank-value (min, median, max, ..).
 int RankHistogram.result(RankType type)
          Computes the given rank-value (min, median, max, ..).
 

Uses of RankType in cz.cuni.jagrlib.piece
 

Fields in cz.cuni.jagrlib.piece declared as RankType
protected  RankType RankFilter.type
          Actual filter type.