Contents | %%%%%%%%%%%%%%%%%%% class: provenance %%%%%%%%%%%%%%%%%%%% |
char | CHAR convert a provenance object into a string. |
display | DISPLAY overload terminal display for provenance objects. |
eq | EQ overloads the == operator for provenance objects. |
get | GET get provenance properties. |
isfield | ISFIELD tests if the given field is one of the object properties. |
isvalid | ISVALID tests if the given provenance has all the correct fields of the correct type. |
ne | NE overloads the ~= operator for provenance objects. |
provenance | PROVENANCE constructors for provenance class. |
save | SAVE a provenance object to file. |
set | SET set an provenance property. |
string | STRING writes a command string that can be used to recreate the input provenance object. |
subsasgn | SUBSASGN define index assignment for provenance properties. |
subsref | SUBSREF Define field name indexing for provenance objects. |