Click or drag to resize

cEcoSimResults Class

Results from the last completed EcoSim Time Step Passed out by EcoSim via the EcoSimTimeStepDelegate(iTime,Results) delegate
Inheritance Hierarchy
SystemObject
  EwECorecEcoSimResults

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEcoSimResults

The cEcoSimResults type exposes the following members.

Constructors
  NameDescription
Public methodcEcoSimResults
Initializes a new instance of the cEcoSimResults class
Top
Properties
  NameDescription
Public propertyhasSRData
Is there stock recruitment data for this time step
Public propertyhasSRDataInt32, Int32
Is there stock recruitment data for Multi stanza , Life stage pair
Top
Methods
  NameDescription
Public methodclear
Public methodClone
Return a deep copy of the current results.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldBCatch
Catch {group x fleet}
Public fieldBiomass
Relative biomass by group
Public fieldBRecruitment
Relative biomass of recruits, BRecruitment(nStanza,nMaxLifeStages)
Public fieldBStock
Relative biomass of stock, BStock(nStanza,nMaxLifeStages)
Public fieldCurrentT
Timestep counter at the currrent model timestep
Public fieldEffort
Fishing effort used for the current timestep by fleet
Public fieldFIB
Public fieldLandings
Landings discards not included {group x fleet}
Public fieldnFleets
Number of fleets
Public fieldnGroups
Number of groups
Public fieldnMaxLifeStages
Maximum number of life stages across all the multi stanza groups
Public fieldnStanza
Number of multi stanza groups. Used by BStock(nStanza,nMaxLifeStages) and BRecruitment(nStanza,nMaxLifeStages)
Public fieldTLCatch
Public fieldYield
Catch by group relative to Ecopath base
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
See Also