awsmodel
Interface AWSTree

All Superinterfaces:
java.lang.Comparable
All Known Implementing Classes:
AWSTreeImpl

public interface AWSTree
extends java.lang.Comparable

This interface provides the method required at the tree level to implement Albrecht et al.'s wind storm model.

Author:
M. Fortin - August 2010

Nested Class Summary
static class AWSTree.AWSTreeSpecies
          The TreeSpecies enum defines the species considered in the model.
static class AWSTree.TreeVariable
           
 
Method Summary
 java.lang.Object getAWSTreeVariable(java.lang.Enum treeVariable)
           
 double getProbability()
           
 void registerProbability(double probability)
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAWSTreeVariable

java.lang.Object getAWSTreeVariable(java.lang.Enum treeVariable)

registerProbability

void registerProbability(double probability)

getProbability

double getProbability()