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 |
---|---|---|
methodInfo |
minfo-object which is created in the called method. |
history |
plistUsed |
plist-object which is used in the called method. |
history |
methodInvars |
Variable names which are used for the called method. |
history |
inhists |
The older history-objects |
history |
proctime |
Creation time of the history object (unix epoch time) |
history |
version |
CVS version string of the constructor |
history |
|
Methods | Description | Defined in class |
---|---|---|
HISTORY History object class constructor. |
history |
|
REBUILD rebuilds the orignal object using the history. |
history |
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 |
---|---|---|
GETNODES converts a history object to a nodes structure suitable for plotting as a tree. |
history |
Methods | Description | Defined in class |
---|---|---|
CHAR convert a param object into a string. |
history |
|
DISPLAY implement terminal display for history object. |
history |
|
DOTVIEW view history of an object via the DOT interpreter. |
history |
|
HIST2DOT converts a history object to a 'DOT' file suitable for processing with graphviz |
history |
|
HIST2M writes a new m-file that reproduces the analysis described in the history object. |
history |
|
PLOT plots a history object as a tree diagram. |
history |
|
STRING writes a command string that can be used to recreate the input history object. |
history |
Methods | Description | Defined in class |
---|---|---|
EQ overloads the == operator for ltpda objects. |
ltpda_obj |
|
NE overloads the ~= operator for ltpda objects. |
ltpda_obj |
![]() |
minfo Class | provenance Class | ![]() |
©LTP Team