Interface P1411ver9Input
-
public interface P1411ver9Input
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
aboveRoofTop
static boolean
belowRoofTop
static UIChangeListener<P1411ver9Input>
change
static SelectionValue<NamedClutterEnvironment>
Environment_above_rt
static SelectionValue<NamedClutterEnvironment>
Environment_below_rt
static SelectionValue<NamedClutterEnvironment>
Environment_low_antenna
static Distribution
locPercentage
static boolean
lowAntennaHeight
static boolean
variations
static OptionalValue<java.lang.Double>
w
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
aboveRoofTop()
boolean
belowRoofTop()
static SelectionValue<NamedClutterEnvironment>
defaultEnvironment()
static SelectionValue<NamedClutterEnvironment>
defaultEnvironmentLow()
static SelectionValue<NamedClutterEnvironment>
defaultEnvironmentRT()
SelectionValue<NamedClutterEnvironment>
Environment_above_rt()
SelectionValue<NamedClutterEnvironment>
Environment_below_rt()
SelectionValue<NamedClutterEnvironment>
Environment_low_antenna()
Distribution
locPercentage()
boolean
lowAntennaHeight()
boolean
variations()
OptionalValue<java.lang.Double>
w()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
Environment_below_rt
static final SelectionValue<NamedClutterEnvironment> Environment_below_rt
-
Environment_above_rt
static final SelectionValue<NamedClutterEnvironment> Environment_above_rt
-
Environment_low_antenna
static final SelectionValue<NamedClutterEnvironment> Environment_low_antenna
-
locPercentage
static final Distribution locPercentage
-
w
static final OptionalValue<java.lang.Double> w
-
belowRoofTop
static final boolean belowRoofTop
- See Also:
- Constant Field Values
-
aboveRoofTop
static final boolean aboveRoofTop
- See Also:
- Constant Field Values
-
lowAntennaHeight
static final boolean lowAntennaHeight
- See Also:
- Constant Field Values
-
change
static final UIChangeListener<P1411ver9Input> change
-
-
Method Detail
-
variations
boolean variations()
-
belowRoofTop
boolean belowRoofTop()
-
Environment_below_rt
SelectionValue<NamedClutterEnvironment> Environment_below_rt()
-
defaultEnvironment
static SelectionValue<NamedClutterEnvironment> defaultEnvironment()
-
aboveRoofTop
boolean aboveRoofTop()
-
Environment_above_rt
SelectionValue<NamedClutterEnvironment> Environment_above_rt()
-
defaultEnvironmentRT
static SelectionValue<NamedClutterEnvironment> defaultEnvironmentRT()
-
lowAntennaHeight
boolean lowAntennaHeight()
-
Environment_low_antenna
SelectionValue<NamedClutterEnvironment> Environment_low_antenna()
-
defaultEnvironmentLow
static SelectionValue<NamedClutterEnvironment> defaultEnvironmentLow()
-
locPercentage
Distribution locPercentage()
-
w
OptionalValue<java.lang.Double> w()
-
-