Uses of Class
jebl.evolution.coalescent.IntervalList.IntervalType

Packages that use IntervalList.IntervalType
jebl.evolution.coalescent   
 

Uses of IntervalList.IntervalType in jebl.evolution.coalescent
 

Methods in jebl.evolution.coalescent that return IntervalList.IntervalType
 IntervalList.IntervalType Intervals.getIntervalType(int i)
           
 IntervalList.IntervalType IntervalList.getIntervalType(int i)
          Returns the type of interval observed.
static IntervalList.IntervalType IntervalList.IntervalType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IntervalList.IntervalType[] IntervalList.IntervalType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



http://code.google.com/p/jebl2/