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