Uses of Class
generator.exceptions.PartitionException

Packages that use PartitionException
generator.data   
generator.engin.utils   
 

Uses of PartitionException in generator.data
 

Methods in generator.data that throw PartitionException
 IntervalListNoUnion IntervalNoUnion.divide(int numberOfParts)
          Split an interval in a specified number of smaller intervals.
 

Uses of PartitionException in generator.engin.utils
 

Methods in generator.engin.utils that throw PartitionException
static java.util.ArrayList Partition.divide(double number, int numberOfParts)
          Split a real number into several smaller numbers for which the sum equals the original number.
static java.util.ArrayList PartitionInteger.divide(int number, int numberOfParts)
          This method will split an integer number into several smaller numbers for which the sum equals the original number.