@author rambaut Date: Feb 24, 2005 Time: 5:13:13 PM
| 33 | * Time: 5:13:13 PM |
| 34 | */ |
| 35 | public interface AnalysisMenuHandler { |
| 36 | |
| 37 | Action getDemographicAction(); |
| 38 | |
| 39 | Action getBayesianSkylineAction(); |
| 40 | |
| 41 | Action getExtendedBayesianSkylineAction(); |
| 42 | |
| 43 | Action getSkyGridAction(); |
| 44 | |
| 45 | Action getGMRFSkyrideAction(); |
| 46 | |
| 47 | Action getLineagesThroughTimeAction(); |
| 48 | |
| 49 | Action getTraitThroughTimeAction(); |
| 50 | |
| 51 | Action getCreateTemporalAnalysisAction(); |
| 52 | |
| 53 | Action getAddDemographicAction(); |
| 54 | |
| 55 | Action getAddBayesianSkylineAction(); |
| 56 | |
| 57 | Action getAddExtendedBayesianSkylineAction(); |
| 58 | |
| 59 | Action getAddTimeDensityAction(); |
| 60 | |
| 61 | Action getConditionalPosteriorDistAction(); |
| 62 | } |
no outgoing calls
no test coverage detected