View Javadoc

1   /*
2    * HMatrixTask.java
3    *
4    * Created on July 17, 2005, 11:38 PM
5    *
6    * To change this template, choose Tools | Options and locate the template under
7    * the Source Creation and Management node. Right-click the template and choose
8    * Open. You can then make changes to the template in the Source Editor.
9    */
10  
11  package org.lcsim.recon.emid.hmatrix;
12  
13  public enum HMatrixTask
14  { BUILD, ANALYZE};