ReplicateConstraint
|
Batch language command
|
|
ReplicateConstraint exists to facilitate defining tree (or subtree) wide constraints. It allows to replicate a single constraint throughout the matching parts of a tree or several trees.
|
Syntax
|
ReplicateConstraint ("constraint", argument_1, ..., argument_N);
|
Notes
|
'constraint' is a quotation-enclosed HyPhy expression, with several special properies:
- "thisK" (K is a number starting at 1) will be replaced with argument_K. Therefore the number of arguments must match the number of different "thisK" in the expression.
- '?' will be match any substring
.
'argument_K' is a tree or a tree node.
|
Examples
|
See examples in 'Examples/ConstraintDefinition'.
|
|
Last modified: 8/19/2002 |