public interface Constrainer
Modifier and Type | Method and Description |
---|---|
SiteConstraints |
getConstraints(Tree t,
Site s)
Gets the consraints on an the external nodes of a site given the tree
and the state of the leafs.
|
SiteConstraints getConstraints(Tree t, Site s) throws TreeException
t
- The trees
- The site (need not include data on internal leaves)TreeException
- Thrown if the constraints on that site can't be
calculated due to problems with the tree.