cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
script.Cell Class Reference
Inheritance diagram for script.Cell:
script.pyCell

Public Member Functions

def __init__ (self, env, agent_name)
 
def setup (self)
 
def update (self)
 
def step (self)
 
def __init__ (self, env, agent_name)
 
def setup (self)
 
def update (self)
 
def step (self)
 
def __init__ (self, env, agent_name)
 
def setup (self)
 
def update (self)
 
def step (self)
 
def __init__ (self, env, agent_name)
 
def setup (self)
 
def update (self)
 
def step (self)
 

Public Attributes

 clock
 
 cycle_t
 
 disappear
 
 age
 

Static Public Attributes

 NN = policy_model
 

Detailed Description

This class extends Agent to simulate cells.

Definition at line 26 of file script.py.

Constructor & Destructor Documentation

◆ __init__() [1/4]

def script.Cell.__init__ (   self,
  env,
  agent_name 
)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 30 of file script.py.

◆ __init__() [2/4]

def script.Cell.__init__ (   self,
  env,
  agent_name 
)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 30 of file script.py.

◆ __init__() [3/4]

def script.Cell.__init__ (   self,
  env,
  agent_name 
)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 39 of file script.py.

◆ __init__() [4/4]

def script.Cell.__init__ (   self,
  env,
  agent_name 
)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 39 of file script.py.

Member Function Documentation

◆ setup() [1/4]

def script.Cell.setup (   self)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 33 of file script.py.

◆ setup() [2/4]

def script.Cell.setup (   self)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 43 of file script.py.

◆ setup() [3/4]

def script.Cell.setup (   self)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 33 of file script.py.

◆ setup() [4/4]

def script.Cell.setup (   self)

Reimplemented in script.pyCell, and script.pyCell.

Definition at line 43 of file script.py.

◆ step() [1/4]

def script.Cell.step (   self)
Simulates cellular reactions of migration, proliferation, tissue deposition, and death.

Definition at line 38 of file script.py.

◆ step() [2/4]

def script.Cell.step (   self)
Simulates cellular reactions of migration, proliferation, tissue deposition, and death.

Definition at line 51 of file script.py.

◆ step() [3/4]

def script.Cell.step (   self)
Simulates cellular reactions of migration, proliferation, tissue deposition, and death.

Definition at line 38 of file script.py.

◆ step() [4/4]

def script.Cell.step (   self)
Simulates cellular reactions of migration, proliferation, tissue deposition, and death.

Definition at line 51 of file script.py.

◆ update() [1/4]

def script.Cell.update (   self)

Definition at line 36 of file script.py.

◆ update() [2/4]

def script.Cell.update (   self)

Definition at line 49 of file script.py.

◆ update() [3/4]

def script.Cell.update (   self)

Definition at line 36 of file script.py.

◆ update() [4/4]

def script.Cell.update (   self)

Definition at line 49 of file script.py.

Member Data Documentation

◆ age

script.Cell.age

Definition at line 41 of file script.py.

◆ clock

script.Cell.clock

Definition at line 34 of file script.py.

◆ cycle_t

script.Cell.cycle_t

Definition at line 35 of file script.py.

◆ disappear

script.Cell.disappear

Definition at line 55 of file script.py.

◆ NN

script.Cell.NN = policy_model
static

Definition at line 35 of file script.py.


The documentation for this class was generated from the following file: