Click or drag to resize

cEcospaceTimestep Class

Results of the current Ecospace time step
Inheritance Hierarchy
SystemObject
  EwECorecEcospaceTimestep

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEcospaceTimestep : ICoreInterface, 
	IEcospaceLayerManager

The cEcospaceTimestep type exposes the following members.

Constructors
  NameDescription
Public methodcEcospaceTimestep
Initializes a new instance of the cEcospaceTimestep class
Top
Properties
  NameDescription
Public propertyBiomass
Average Biomass by group
Public propertyBiomassByRegion
Average Biomass by group, region
Public propertyBiomassMap
Biomass map dimensioned by Row, Col, Group
Public propertyCatch
Public propertyCatchFleetMap
Catch map dimensioned by Row, Col, Fleet
Public propertyCatchMap
Catch map dimensioned by Row, Col, Group
Public propertyConcMax
Max concentration of contaminant at the current time step by group
Public propertyConsumptRate
Public propertyContaminantMap
Contaminant concentrations dimensioned by Row, Col and Group
Public propertyCoreComponent
Public propertyDataType
Public propertyDBID
Public propertyDiscardMortalityMap
Discard mortality dimensioned by Row, Col and Group
Public propertyFishingEffortMap
Fishing Effort dimensioned by Fleet, Row, Col
Public propertyFishingMort
Public propertyGroupDetritus
Detritus by group
Public propertyinCols
Number of columns in the map
Public propertyIndex
Public propertyinRows
Number of rows in the map
Public propertyInSpinUp
Returns whether Ecospace is running in spin-up mode.
Public propertyiPredIndex
Gets the group index for the Predator of this Prey/Pred link
Public propertyiPreyIndex
Gets the group index for the Prey of this Prey/Pred link
Public propertyiTimeStep
Cumulative timestep counter for the current results.
Public propertyKemptonsQMap
KemptonsQ map dimensioned by Row, Col
Public propertyMortPredRate
Mortality rate map due to predation by Row, Col, Prey/Pred linkage nPreyPredLinks
Public propertyName
Public propertynPreyPredLinks
Number of Prey/Pred linkages
Public propertyPredMortRate
Public propertyRelativeBiomass
Average Biomass relative to the base by group (Bt/B0)
Public propertyRunProgress
Public propertyShannonDiversityMap
Shannon diversity map dimensioned by Row, Col
Public propertyStanzaDS
Public propertyTimeStepinYears
Lenght of the run in Years
Top
Methods
  NameDescription
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 methodGetID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLayer
Public methodLayerData
Public methodLayers
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
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also