Uses of Class
cz.cuni.amis.pogamut.usar2004.samples.AirScanner.RiskLevel

Packages that use RiskLevel
cz.cuni.amis.pogamut.usar2004.samples.AirScanner   
 

Uses of RiskLevel in cz.cuni.amis.pogamut.usar2004.samples.AirScanner
 

Methods in cz.cuni.amis.pogamut.usar2004.samples.AirScanner that return RiskLevel
static RiskLevel RiskLevel.getGreaterRisk(RiskLevel lvlA, RiskLevel lvlB)
           
static RiskLevel RiskLevel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RiskLevel[] RiskLevel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in cz.cuni.amis.pogamut.usar2004.samples.AirScanner with parameters of type RiskLevel
static RiskLevel RiskLevel.getGreaterRisk(RiskLevel lvlA, RiskLevel lvlB)
           
 boolean RiskLevel.isGreaterOrEqualRisk(RiskLevel than)
           
 boolean RiskLevel.isGreaterRisk(RiskLevel than)
           
 



Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.