Uses of Class
edu.upenn.crimson.InvalidIDException

Packages that use InvalidIDException
edu.upenn.crimson   
 

Uses of InvalidIDException in edu.upenn.crimson
 

Constructors in edu.upenn.crimson that throw InvalidIDException
Partition(java.lang.String id, Tree tree, Model model, int length, java.lang.String notes)
           
Query(java.lang.String treeID, java.lang.String id)
          Create a new Query object.
Tree(java.lang.String id)
           
Tree(java.lang.String id, boolean addToPool)
           
Tree(java.lang.String id, Species root, Model model, java.lang.String notes, int numSpecies, int numLeaves, boolean binary, boolean ultrametric, int minLevel, int maxLevel, double minTempDepth, double maxTempDepth, double minStemLength, double maxStemLength)
          Trees should not be instantiated by the user, using this routine.
 




Copyright 2006 Stephen Fisher, Susan Davidson, and Junhyong Kim, University of Pennsylvania.