| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectpartage.SpotComplexInstanceGenerator.RequestsParameters
public static class SpotComplexInstanceGenerator.RequestsParameters
A static class for representing the requests parameters of the Spot instance.
| Field Summary | |
|---|---|
|  int | maxLengthThis parameter specifies the maximal length of an acquisition (default 60). | 
|  int | maxNumberOfObservationsInWideAreaImagesThis parameter specifies the maximum number of observations of which the wide area images are made. | 
|  int | maxWeightThis parameter specifies the maximum weight of the observation requests. | 
|  int | minLengthThis parameter specifies the minimal length of an acquisition (default 10). | 
|  int | minNumberOfObservationsInWideAreaImagesThis parameter specifies the minimum number of observations of which the wide area images are made. | 
|  int | minWeightThis parameter specifies the minimum weight of the observation requests. | 
|  int | numberOfHotAreasThis parameter specifies the number of hot areas (areas where many requests are concentrated). | 
|  double | probabilityOfRequestsInHotAreasThis parameter specifies the probability of a request to concern a hot area. | 
|  double | probabilityOfStereoImagesThis parameter specifies the probability of a request to be a stereo image. | 
|  double | probabilityOfWideAreaImagesThis parameter specifies the probability of a request to concern wide areas (that can be aquired only with several opportunities). | 
|  int | sizeOfHotAreasThis parameter specifies the size (the time in seconds taken to cover it) of the hot areas. | 
| Constructor Summary | |
|---|---|
| SpotComplexInstanceGenerator.RequestsParameters(int _hA,
                                                int _sHA,
                                                double _pHA,
                                                double _pSI,
                                                double _pWAI,
                                                int _minNbIWAI,
                                                int _maxNbIWAI,
                                                int _minW,
                                                int _maxW)Instantiates the class RequestsParemeters | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public int numberOfHotAreas
public int sizeOfHotAreas
n - size and n + size.
public double probabilityOfRequestsInHotAreas
public double probabilityOfStereoImages
public double probabilityOfWideAreaImages
public int minNumberOfObservationsInWideAreaImages
public int maxNumberOfObservationsInWideAreaImages
public int minWeight
public int maxWeight
public int minLength
public int maxLength
| Constructor Detail | 
|---|
public SpotComplexInstanceGenerator.RequestsParameters(int _hA,
                                                       int _sHA,
                                                       double _pHA,
                                                       double _pSI,
                                                       double _pWAI,
                                                       int _minNbIWAI,
                                                       int _maxNbIWAI,
                                                       int _minW,
                                                       int _maxW)
RequestsParemeters
_hA - The number of hot areas._sHA - The size of the hot areas._pHA - The probability of requests to be in hot areas._pSI - The probability of requests to be stereo images._pWAI - The probability of requests to be wide area images._minNbIWAI - The min number of observations in wide area images._maxNbIWAI - The max number of observations in wide area images._minW - the minimum weight._maxW - the maximum weight.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||