|
MaxPlus Python API Reference
|
Inheritance diagram for ParameterBlock:Public Member Functions | |
| def | Count (self) |
| def | GetItem (self, *args) |
| def | GetParamByName (self, *args) |
Static Public Attributes | |
| NumParameters = _swig_property(Count) | |
| Parameters = _swig_property(lambda self: (self.GetItem(i) for i in xrange(self.Count()))) | |
| thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Provides uniform access to an IParamBlock or IParamBlock2
| def Count | ( | self | ) |
Count(ParameterBlock self) -> int
| def GetItem | ( | self, | |
| * | args | ||
| ) |
GetItem(ParameterBlock self, int n) -> Parameter
| def GetParamByName | ( | self, | |
| * | args | ||
| ) |
GetParamByName(ParameterBlock self, wchar_t const * name) -> Parameter