|
enum | PopulationStat {
PopulationStat::Aggregate,
PopulationStat::Catches,
PopulationStat::Discards,
PopulationStat::Mortality,
PopulationStat::RavFMortality,
PopulationStat::NatMortality,
PopulationStat::NumberAtAge,
PopulationStat::WeightAtAge,
PopulationStat::MaturityAtAge,
PopulationStat::SSB,
PopulationStat::QuotasUptake,
PopulationStat::Quotas,
PopulationStat::Choking,
PopulationStat::FFmsy,
PopulationStat::PropMature,
PopulationStat::FvsEffort
} |
|
enum | BenthosStat {
BenthosStat::B_TotBiomass,
BenthosStat::B_Number,
BenthosStat::B_MeanWeight,
BenthosStat::B_TotBiomassOverK,
BenthosStat::B_NumberOverK
} |
|
enum | FishfarmsStat {
FishfarmsStat::FF_FishMeanWeight,
FishfarmsStat::FF_FishHarvestedKg,
FishfarmsStat::FF_EggsHarvestedKg,
FishfarmsStat::FF_AnnualProfit,
FishfarmsStat::FF_NetDischargeN,
FishfarmsStat::FF_NetDischargeP,
FishfarmsStat::FF_NetDischargeC,
FishfarmsStat::FF_CumulNetDischargeN,
FishfarmsStat::FF_CumulNetDischargeP,
FishfarmsStat::FF_CumulNetDischargeC
} |
|
enum | WindfarmsStat { WindfarmsStat::WF_kWh,
WindfarmsStat::WF_kWProduction
} |
|
enum | ShipsStat {
ShipsStat::SH_NbTransportedUnits,
ShipsStat::SH_FuelPerHour,
ShipsStat::SH_NOxEmission_gperkW,
ShipsStat::SH_SOxEmission_PercentPerFuelMass,
ShipsStat::SH_GHGEmission_gperkW,
ShipsStat::SH_PMEEmission_gperkW,
ShipsStat::SH_FuelUseLitre,
ShipsStat::SH_NOxEmission,
ShipsStat::SH_SOxEmission,
ShipsStat::SH_GHGEmission,
ShipsStat::SH_PMEEmission
} |
|
enum | NationsStat {
NationsStat::Catches,
NationsStat::Discards,
NationsStat::Earnings,
NationsStat::ExEarnings,
NationsStat::TimeAtSea,
NationsStat::Gav,
NationsStat::Vpuf,
NationsStat::SweptArea,
NationsStat::RevenuePerSweptArea,
NationsStat::GVA,
NationsStat::GVAPerRevenue,
NationsStat::LabourSurplus,
NationsStat::GrossProfit,
NationsStat::NetProfit,
NationsStat::NetProfitMargin,
NationsStat::GVAPerFTE,
NationsStat::RoFTA,
NationsStat::BER,
NationsStat::CRBER,
NationsStat::NetPresentValue,
NationsStat::numTrips
} |
|
enum | VesselsStat {
VesselsStat::Catches,
VesselsStat::Discards,
VesselsStat::Earnings,
VesselsStat::ExEarnings,
VesselsStat::TimeAtSea,
VesselsStat::Gav,
VesselsStat::Vpuf,
VesselsStat::SweptArea,
VesselsStat::RevenuePerSweptArea,
VesselsStat::GVA,
VesselsStat::GVAPerRevenue,
VesselsStat::LabourSurplus,
VesselsStat::GrossProfit,
VesselsStat::NetProfit,
VesselsStat::NetProfitMargin,
VesselsStat::GVAPerFTE,
VesselsStat::RoFTA,
VesselsStat::BER,
VesselsStat::CRBER,
VesselsStat::NetPresentValue,
VesselsStat::numTrips
} |
|
enum | HarboursStat {
HarboursStat::H_Catches,
HarboursStat::H_Discards,
HarboursStat::H_Earnings,
HarboursStat::H_Gav,
HarboursStat::H_Vpuf,
HarboursStat::H_SweptArea,
HarboursStat::H_RevenuePerSweptArea,
HarboursStat::H_GVA,
HarboursStat::H_GVAPerRevenue,
HarboursStat::H_LabourSurplus,
HarboursStat::H_GrossProfit,
HarboursStat::H_NetProfit,
HarboursStat::H_NetProfitMargin,
HarboursStat::H_GVAPerFTE,
HarboursStat::H_RoFTA,
HarboursStat::H_BER,
HarboursStat::H_CRBER,
HarboursStat::H_NetPresentValue,
HarboursStat::H_numTrips
} |
|
enum | MetiersStat {
MetiersStat::M_Catches,
MetiersStat::M_Discards,
MetiersStat::M_Revenues,
MetiersStat::M_Gav,
MetiersStat::M_Vpuf,
MetiersStat::M_SweptArea,
MetiersStat::M_RevenuesPerSweptArea,
MetiersStat::M_GVA,
MetiersStat::M_GVAPerRevenue,
MetiersStat::M_LabourSurplus,
MetiersStat::M_GrossProfit,
MetiersStat::M_NetProfit,
MetiersStat::M_NetProfitMargin,
MetiersStat::M_GVAPerFTE,
MetiersStat::M_RoFTA,
MetiersStat::M_BER,
MetiersStat::M_CRBER,
MetiersStat::M_NetPresentValue,
MetiersStat::M_numTrips
} |
|
enum | AggregationType {
AggregationType::None,
AggregationType::Min,
AggregationType::Max,
AggregationType::Avg,
AggregationType::Sum
} |
|