A MoBi module, either loaded from a project or from a pkml file
Value
A named list of BuildingBlock objects, with names being the names of the PV BBs.
A named list of BuildingBlock objects, with names being the names of the IC BBs.
A MoleculesBuildingBlock object exposing molecule-name
queries (e.g. allMoleculeNames(), allMoleculeNamesOfType(),
moleculeTypeFor()), or NULL if the module has no Molecules BB.
Super classes
rSharp::NetObject -> ospsuite::DotNetWrapper -> ospsuite::ObjectBase -> MoBiModule
Active bindings
nameName of the module (read-only)
isPKSimModuleWhether the module is a PK-Sim module (read-only)
mergeBehaviorMerge behavior of the module. Must be one of "Extend" or "Overwrite".
parameterValuesBBnamesNames of the Parameter Values Building Blocks (PV BBs) in the module (read-only)
initialConditionsBBnamesNames of the Initial Conditions Building Blocks (IC BBs) in the module (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()
Method getParameterValuesBBs()
Get the list of Parameter Values Building Blocks (PV BBs) in the module.
Method getInitialConditionsBBs()
Get the list of Initial Conditions Building Blocks (IC BBs) in the module.
Method print()
Print the object to the console