Interface P1546ver1Input
-
public interface P1546ver1Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
P1546ver1Input.Environment
static class
P1546ver1Input.System
-
Field Summary
Fields Modifier and Type Field Description static OptionalValue<java.lang.Double>
clutterHeight
static P1546ver1Input.Environment
generalEnvironment
static Distribution
timePercentage
static boolean
variations
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptionalValue<java.lang.Double>
clutterHeight()
P1546ver1Input.Environment
generalEnvironment()
P1546ver1Input.System
system()
Distribution
timePercentage()
boolean
variations()
-
-
-
Field Detail
-
variations
static final boolean variations
- See Also:
- Constant Field Values
-
generalEnvironment
static final P1546ver1Input.Environment generalEnvironment
-
timePercentage
static final Distribution timePercentage
-
clutterHeight
static final OptionalValue<java.lang.Double> clutterHeight
-
-
Method Detail
-
variations
boolean variations()
-
generalEnvironment
P1546ver1Input.Environment generalEnvironment()
-
system
P1546ver1Input.System system()
-
timePercentage
Distribution timePercentage()
-
clutterHeight
OptionalValue<java.lang.Double> clutterHeight()
-
-