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.


Constructor Index

 o PhylumConstraint(Phylum)
The constraint constructor.

Method Index

 o clone()
 o toString()
Returns a String.
 o verify(Tree)
Checks if the constraint is verified.

Constructors

 o PhylumConstraint
 public PhylumConstraint(Phylum ph)
The constraint constructor.

Parameters:
ph - The phylum that constraints the metavariable.

Methods

 o 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.
 o toString
 public String toString()
Returns a String.

Overrides:
toString in class Object
 o clone
 public Object clone()
Overrides:
clone in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index