Package tethys.deployment
Class DeploymentOverview
java.lang.Object
tethys.deployment.DeploymentOverview
Class to give a general overview of all the effort in PAMGuard which will form the
 basis for Deployment Documents. 
 This will tell us if data were on a regular duty cycle or more adhoc and also provide
 a list of all start and end times for these periods.
- Author:
 - dg50
 
- 
Constructor Summary
ConstructorsConstructorDescriptionDeploymentOverview(DutyCycleInfo dutyCycleInfo, RecordingList rawDataList, RecordingList binaryDataList)  - 
Method Summary
Modifier and TypeMethodDescriptionGet the recording list with the greatest duration (start to end) not looking at coverage between those times.getMasterList(String effortSourceName) getMasterList(TethysControl tethysControl)  
- 
Constructor Details
- 
DeploymentOverview
public DeploymentOverview(DutyCycleInfo dutyCycleInfo, RecordingList rawDataList, RecordingList binaryDataList)  
 - 
 - 
Method Details
- 
getRawDataList
- Returns:
 - the rawDataList
 
 - 
getBinaryDataList
- Returns:
 - the binaryDataList
 
 - 
getMasterList
 - 
getMasterList
 - 
getLongestList
Get the recording list with the greatest duration (start to end) not looking at coverage between those times.- Returns:
 
 
 -