LTPDA Toolbox | contents | ![]() ![]() |
|
The LTPDA toolbox restrict access of the properties.
The get access is 'public' and thus it is possible to get the values with the dot-command (similar to structures).
For example:The set access is 'protected' and thus it is only possible to assign a value to a property with a set-method.
val = obj.prop(2).prop;
For example: obj2 = obj1.setName('my name') % This command creates a copy of obj1 (obj1 ~= obj2) obj.setName('my name'); % This command applies to obj
Properties | Description | Defined in class |
---|---|---|
mname |
Method name where the minfo object is defined |
minfo |
mclass |
Class name where the minfo object is defined |
minfo |
mpackage |
Package name where the minfo object is defined |
minfo |
mcategory |
Category of the of the method where the minfo object is defined |
minfo |
mversion |
Version string of the method where the minfo object is defined |
minfo |
sets |
Possible set name for the different Default parameter lists |
minfo |
plists |
All different default parameter lists |
minfo |
argsmin |
Minimal input objects of the method |
minfo |
argsmax |
Maximal input objects of the method |
minfo |
outmin |
Minimal output objects of the method |
minfo |
outmax |
Maximal input objects of the method |
minfo |
modifier |
Defines if the method can be used as a modifier |
minfo |
version |
CVS version string of the constructor |
minfo |
|
Methods | Description | Defined in class |
---|---|---|
MINFO a helper class for LTPDA methods. |
minfo |
Methods | Description | Defined in class |
---|---|---|
GET get a property of a object. |
ltpda_obj |
|
ISPROP tests if the given field is one of the object properties. |
ltpda_obj |
Methods | Description | Defined in class |
---|---|---|
SETARGSMAX Set the property 'argsmax'. |
minfo |
|
SETARGSMIN Set the property 'argsmin'. |
minfo |
|
SETMODIFIER Set the property 'modifier'. |
minfo |
|
SETMVERSION Set the property 'mversion'. |
minfo |
|
SETOUTMAX Set the property 'outmax'. |
minfo |
|
SETOUTMIN Set the property 'outmin'. |
minfo |
Methods | Description | Defined in class |
---|---|---|
CHAR convert an minfo object into a string. |
minfo |
|
DISPLAY display an minfo object. |
minfo |
Methods | Description | Defined in class |
---|---|---|
EQ overloads the == operator for ltpda objects. |
ltpda_obj |
|
NE overloads the ~= operator for ltpda objects. |
ltpda_obj |
![]() |
pz (pole/zero) Class | history Class | ![]() |
©LTP Team