Package pal.treesearch
Interface Constants
-
public interface Constants
Title: Constants
Description: Various constants used in the pal.treesearch package
- Version:
- 1.0
- Author:
- Matthew Goode
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRAINED_LEAF_COMPONENT_TYPE
static int
CONSTRAINED_NODE_COMPONENT_TYPE
static double
CONSTRUCTED_BRANCH_LENGTH
static int
FREE_BRANCH_COMPONENT_TYPE
static int
FREE_LEAF_COMPONENT_TYPE
static int
FREE_NODE_COMPONENT_TYPE
static int
GENERAL_OPTIMISABLE_TYPE
static double
MAXIMUM_BRANCH_LENGTH
static double
MINIMUM_BRANCH_LENGTH
static int
PIVOT_COMPONENT_TYPE
-
-
-
Field Detail
-
CONSTRUCTED_BRANCH_LENGTH
static final double CONSTRUCTED_BRANCH_LENGTH
- See Also:
- Constant Field Values
-
MINIMUM_BRANCH_LENGTH
static final double MINIMUM_BRANCH_LENGTH
- See Also:
- Constant Field Values
-
MAXIMUM_BRANCH_LENGTH
static final double MAXIMUM_BRANCH_LENGTH
- See Also:
- Constant Field Values
-
CONSTRAINED_NODE_COMPONENT_TYPE
static final int CONSTRAINED_NODE_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
FREE_NODE_COMPONENT_TYPE
static final int FREE_NODE_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
FREE_BRANCH_COMPONENT_TYPE
static final int FREE_BRANCH_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
FREE_LEAF_COMPONENT_TYPE
static final int FREE_LEAF_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
CONSTRAINED_LEAF_COMPONENT_TYPE
static final int CONSTRAINED_LEAF_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
PIVOT_COMPONENT_TYPE
static final int PIVOT_COMPONENT_TYPE
- See Also:
- Constant Field Values
-
GENERAL_OPTIMISABLE_TYPE
static final int GENERAL_OPTIMISABLE_TYPE
- See Also:
- Constant Field Values
-
-