Interface HataInput
-
public interface HataInput
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
HataInput.PropEnvironment
-
Field Summary
Fields Modifier and Type Field Description static double
adjacentFloorLoss
static double
empiricalParameters
static double
floorHeight
static SelectionValue<NamedClutterEnvironment>
generalEnvironment
static double
sizeOfRoom
static boolean
variations
static double
wallLossInIn
static double
wallLossStdDev
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description double
adjacentFloorLoss()
static SelectionValue<NamedClutterEnvironment>
defaultEnvironment()
double
empiricalParameters()
double
floorHeight()
SelectionValue<NamedClutterEnvironment>
generalEnvironment()
HataInput.PropEnvironment
propagationEnvironment()
double
sizeOfRoom()
boolean
variations()
double
wallLossInIn()
double
wallLossStdDev()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
generalEnvironment
static final SelectionValue<NamedClutterEnvironment> generalEnvironment
-
wallLossInIn
static final double wallLossInIn
- See Also:
- Constant Field Values
-
wallLossStdDev
static final double wallLossStdDev
- See Also:
- Constant Field Values
-
adjacentFloorLoss
static final double adjacentFloorLoss
- See Also:
- Constant Field Values
-
empiricalParameters
static final double empiricalParameters
- See Also:
- Constant Field Values
-
sizeOfRoom
static final double sizeOfRoom
- See Also:
- Constant Field Values
-
floorHeight
static final double floorHeight
- See Also:
- Constant Field Values
-
-
Method Detail
-
variations
boolean variations()
-
generalEnvironment
SelectionValue<NamedClutterEnvironment> generalEnvironment()
-
defaultEnvironment
static SelectionValue<NamedClutterEnvironment> defaultEnvironment()
-
propagationEnvironment
HataInput.PropEnvironment propagationEnvironment()
-
wallLossInIn
double wallLossInIn()
-
wallLossStdDev
double wallLossStdDev()
-
adjacentFloorLoss
double adjacentFloorLoss()
-
empiricalParameters
double empiricalParameters()
-
sizeOfRoom
double sizeOfRoom()
-
floorHeight
double floorHeight()
-
-