Interface JTG56Input
-
public interface JTG56Input
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
JTG56Input.Environment
-
Field Summary
Fields Modifier and Type Field Description static boolean
allowReciprocity
static double
cutOff
static Distribution
time
static OptionalValue<java.lang.Double>
userClutter
static boolean
useSE42
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
allowReciprocity()
double
cutOff()
JTG56Input.Environment
generalEnv()
Distribution
time()
OptionalValue<java.lang.Double>
userClutter()
boolean
useSE42()
-
-
-
Field Detail
-
allowReciprocity
static final boolean allowReciprocity
- See Also:
- Constant Field Values
-
useSE42
static final boolean useSE42
- See Also:
- Constant Field Values
-
time
static final Distribution time
-
cutOff
static final double cutOff
- See Also:
- Constant Field Values
-
userClutter
static final OptionalValue<java.lang.Double> userClutter
-
-
Method Detail
-
allowReciprocity
boolean allowReciprocity()
-
useSE42
boolean useSE42()
-
generalEnv
JTG56Input.Environment generalEnv()
-
time
Distribution time()
-
cutOff
double cutOff()
-
userClutter
OptionalValue<java.lang.Double> userClutter()
-
-