Uses of Class
jebl.evolution.coalescent.IntervalList.IntervalType
-
Packages that use IntervalList.IntervalType Package Description jebl.evolution.coalescent -
-
Uses of IntervalList.IntervalType in jebl.evolution.coalescent
Methods in jebl.evolution.coalescent that return IntervalList.IntervalType Modifier and Type Method Description IntervalList.IntervalTypeIntervalList. getIntervalType(int i)Returns the type of interval observed.IntervalList.IntervalTypeIntervals. getIntervalType(int i)static IntervalList.IntervalTypeIntervalList.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.
-