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.IntervalType
IntervalList. getIntervalType(int i)
Returns the type of interval observed.IntervalList.IntervalType
Intervals. getIntervalType(int i)
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.
-