All Packages Class Hierarchy This Package Previous Next Index
Class aioli.vtp.PhylumConstraint
java.lang.Object
|
+----aioli.vtp.PhylumConstraint
- public class PhylumConstraint
- extends Object
- implements Constraint
Implements Constraint of type Phylum.
-
PhylumConstraint(Phylum)
- The constraint constructor.
-
clone()
-
-
toString()
- Returns a String.
-
verify(Tree)
- Checks if the constraint is verified.
PhylumConstraint
public PhylumConstraint(Phylum ph)
- The constraint constructor.
- Parameters:
- ph - The phylum that constraints the metavariable.
verify
public boolean verify(Tree tree)
- Checks if the constraint is verified.
- Parameters:
- tree - The tree we want to check the constraint on.
- Returns:
- true if the constraint is verified, false otherwise.
toString
public String toString()
- Returns a String.
- Overrides:
- toString in class Object
clone
public Object clone()
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index