An Individual building block. Subclass of BuildingBlock that
exposes the demographic properties of the underlying individual as read-only
fields (species, population, gender, age, gestational age, height, weight).
Super classes
rSharp::NetObject -> DotNetWrapper -> ObjectBase -> BuildingBlock -> IndividualBuildingBlock
Active bindings
speciesSpecies of the individual. Read-only.
populationPopulation of the individual. May be
NULLfor non-human species. Read-only.genderGender of the individual. Read-only.
ageAge of the individual. Read-only.
gestationalAgeGestational age of the individual. Read-only.
heightHeight of the individual. Read-only.
weightWeight of the individual. Read-only.
Methods
Inherited methods
rSharp::NetObject$.printClass()rSharp::NetObject$.printLine()rSharp::NetObject$call()rSharp::NetObject$get()rSharp::NetObject$getFields()rSharp::NetObject$getMemberSignature()rSharp::NetObject$getMethods()rSharp::NetObject$getProperties()rSharp::NetObject$getStaticFields()rSharp::NetObject$getStaticMethods()rSharp::NetObject$getStaticProperties()rSharp::NetObject$set()
IndividualBuildingBlock$new()
Initialize a new instance of the class. Origin-data values are read once from the underlying object and cached on the R6 instance; subsequent field access does not call back into the simulation engine.
Usage
IndividualBuildingBlock$new(netObject)