history Class


Properties Properties of the class
Methods All Methods of the class ordered by category.
Examples Some constructor examples

Back to Class descriptions Back to Class descriptions

Properties

Public Properties Public means that all clients can access the member by its name.
Private Properties Private restricts the access to the class itself. Only methods that are part of the same class can access private members.

Back to Top Back to Top

Public Properties

Properties Description

Private Properties

Properties Description

name

Mostly contains the history-name the name of the used function

plist

Parameter list object which is used for a AO opertation

inhists

History Objects which collects previous AO-operations

invars

Variable names of the current AO-operation

n

Help variable to build the history tree (see getNodes)

pn

Help variable to build the history tree (see getNodes)

consver

CVS version string of the constructor

version

CVS version string of the AO operation

created

Time object which stores the creation time of the history object

Methods

Constructor Constructor of this class
Helper Helper functions only for internal usage
Internal Internal functions only for internal usage
Output Output functions

Back to Top Back to Top

Constructor

Methods Description

history

HISTORY History object class constructor.

Back to Top of Section Back to Top of Section

Helper

Methods Description

get

GET get history object properties.

isfield

No description

isvalid

ISVALID tests if the given history has all the correct fields of the correct type.

set

SET set a history property.

Back to Top of Section Back to Top of Section

Internal

Methods Description

getNodes

GETNODES converts a history object to a nodes structure suitable for plotting as a tree.

getNodes_plot

GETNODES_PLOT converts a history object to a nodes structure suitable for plotting as a tree.

subsasgn

SUBSASGN define index assignment for history properties.

subsref

SUBSREF Define field name indexing for history objects.

Back to Top of Section Back to Top of Section

Output

Methods Description

char

CHAR convert a param object into a string.

display

DISPLAY implement terminal display for history object.

hist2dot

HIST2DOT converts a history object to a 'DOT' file suitable for processing with graphviz

plot

PLOT plots a history object as a tree diagram.

save

SAVE a history object to file.

string

STRING writes a command string that can be used to recreate the input history object.

Back to Top of Section Back to Top of Section




©LTP Team