Interface JTG56Input
-
public interface JTG56Input
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
allowReciprocity
static double
cutOff
static SelectionValue<NamedClutterEnvironment>
generalEnv
static Distribution
time
static OptionalValue<java.lang.Double>
userClutter
static boolean
useSE42
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
allowReciprocity()
double
cutOff()
static SelectionValue<NamedClutterEnvironment>
defaultEnvironment()
SelectionValue<NamedClutterEnvironment>
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
-
generalEnv
static final SelectionValue<NamedClutterEnvironment> generalEnv
-
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
SelectionValue<NamedClutterEnvironment> generalEnv()
-
defaultEnvironment
static SelectionValue<NamedClutterEnvironment> defaultEnvironment()
-
time
Distribution time()
-
cutOff
double cutOff()
-
userClutter
OptionalValue<java.lang.Double> userClutter()
-
-