Interface M2135ver1Input
-
public interface M2135ver1Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
M2135ver1Input.LOS
static class
M2135ver1Input.Submodel
-
Field Summary
Fields Modifier and Type Field Description static double
h
static M2135ver1Input.LOS
LOS
static M2135ver1Input.Submodel
Submodel
static boolean
variations
static double
W
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
h()
M2135ver1Input.LOS
LOS()
M2135ver1Input.Submodel
Submodel()
boolean
UserSpecified()
boolean
variations()
double
W()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
Submodel
static final M2135ver1Input.Submodel Submodel
-
LOS
static final M2135ver1Input.LOS LOS
-
W
static final double W
- See Also:
- Constant Field Values
-
h
static final double h
- See Also:
- Constant Field Values
-
-
Method Detail
-
variations
boolean variations()
-
Submodel
M2135ver1Input.Submodel Submodel()
-
LOS
M2135ver1Input.LOS LOS()
-
UserSpecified
boolean UserSpecified()
-
W
double W()
-
h
double h()
-
-