Public Member Functions | |
| bool | __eq__ (self, typing.Any other) |
| int | __getstate__ (self) |
| int | __hash__ (self) |
| int | __index__ (self) |
| None | __init__ (self, int value) |
| int | __int__ (self) |
| bool | __ne__ (self, typing.Any other) |
| str | __repr__ (self) |
| None | __setstate__ (self, int state) |
| str | __str__ (self) |
| str | name (self) |
| int | value (self) |
Static Public Attributes | |
| typing | BasinFull .ClassVar[PrecipitationSimulator.Event] |
| typing | Finish .ClassVar[PrecipitationSimulator.Event] |
| typing | Merge .ClassVar[PrecipitationSimulator.Event] |
Members: Finish : all basins are full and water goes outside BasinFull : one basin just became full Merge : two basins just merged
| None mrmeshpy.PrecipitationSimulator.Event.__init__ | ( | self, | |
| int | value ) |
| bool mrmeshpy.PrecipitationSimulator.Event.__eq__ | ( | self, | |
| typing.Any | other ) |
| int mrmeshpy.PrecipitationSimulator.Event.__getstate__ | ( | self | ) |
| int mrmeshpy.PrecipitationSimulator.Event.__hash__ | ( | self | ) |
| int mrmeshpy.PrecipitationSimulator.Event.__index__ | ( | self | ) |
| int mrmeshpy.PrecipitationSimulator.Event.__int__ | ( | self | ) |
| bool mrmeshpy.PrecipitationSimulator.Event.__ne__ | ( | self, | |
| typing.Any | other ) |
| str mrmeshpy.PrecipitationSimulator.Event.__repr__ | ( | self | ) |
| None mrmeshpy.PrecipitationSimulator.Event.__setstate__ | ( | self, | |
| int | state ) |
| str mrmeshpy.PrecipitationSimulator.Event.__str__ | ( | self | ) |
| str mrmeshpy.PrecipitationSimulator.Event.name | ( | self | ) |
| int mrmeshpy.PrecipitationSimulator.Event.value | ( | self | ) |
|
static |
|
static |
|
static |