Uses of Class
edu.upenn.crimson.Model

Packages that use Model
edu.upenn.crimson   
edu.upenn.crimson.gui   
edu.upenn.crimson.io   
 

Uses of Model in edu.upenn.crimson
 

Methods in edu.upenn.crimson that return Model
static Model ObjectHandles.getModel(java.lang.String id)
          Returns the Model object for the given ID.
 Model ModelTableModel.getRow(int row)
          Returns the Model that represents the specified row in the table.
 

Methods in edu.upenn.crimson with parameters of type Model
static void ObjectHandles.addModel(Model model)
          This will add the model to the relevant lists.
 void ModelTableModel.addRow(Model model)
          Append a new row to the end of the table.
 void ModelTableModel.addRowAt(Model model, int row)
          Add new row to table.
 void Tree.setModelID(Model model)
          Sets the ID for the model underlying this tree.
 void Partition.setModelID(Model model)
          Sets the ID for the model underlying this partition.
 

Constructors in edu.upenn.crimson with parameters of type Model
Partition(java.lang.String id, Tree tree, Model model, int length, java.lang.String notes)
           
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.
 

Uses of Model in edu.upenn.crimson.gui
 

Fields in edu.upenn.crimson.gui declared as Model
private  Model ModelManager.PanelFrame.model
          Reference to the selected model.
private  Model ModelEditor.model
           
 

Constructors in edu.upenn.crimson.gui with parameters of type Model
ModelEditor(Model modelObj)
           
 

Uses of Model in edu.upenn.crimson.io
 

Methods in edu.upenn.crimson.io with parameters of type Model
static void Models.save(Model model)
          This will publish the specified model to the MODELS table in the current database.
 




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