Categories of the Class COLLECTION

Constructor Summary of all constructor methods
Helper Summary of all helper methods
Internal Summary of all internal methods only for internal usage
Output Summary of all output methods
Relational Operator Summary of all relational operator methods
Static Summary of all static methods

Constructor

collection Constructor for collection class.
rebuild Rebuilds the input objects using the history.

Back to Top Back to Top

Helper

addObjects Adds the given objects to the collection.
created Returns a time object of the last modification.
creator Extract the creator(s) from the history.
csvexport Exports the data of an object to a csv file.
get Get a property of a object.
getObjectAtIndex Index into the inner objects of one collection object.
getObjectsOfClass Returns all objects of the specified class in a collection-object.
index Index into a 'ltpda_uoh' object array or matrix. This properly captures the history.
nobjs Returns the number of objects in the inner object array.
removeObjectAtIndex Removes the object at the specified position from the collection.
requirements Returns a list of LTPDA extension requirements for a given object.
setDescription Sets the 'description' property of a ltpda_uoh object.
setMdlfile Sets the 'mdlfile' property of a ltpda_uoh object.
setName Sets the property 'name' of an ltpda_uoh object.
setObjectAtIndex Sets an input object to the collection.
setObjs Sets the 'objs' property of a collection object.
setPlotinfo Sets the 'plotinfo' property of a ltpda_uoh object.
setProcinfo Sets the 'procinfo' property of a ltpda_uoh object.

Back to Top Back to Top

Internal

bsubmit Submits the given collection of objects in binary form to an LTPDA repository
generateConstructorPlist Generates a PLIST from the properties which can rebuild the object.
isprop Tests if the given field is one of the object properties.
string Writes a command string that can be used to recreate the input object(s).
submit Submits the given objects to an LTPDA repository
type Converts the input objects to MATLAB functions.
update Updates the given object in an LTPDA repository

Back to Top Back to Top

Output

char Convert a collection object into a string.
display Overloads display functionality for collection objects.
report Generates an HTML report about the input objects.
save Overloads save operator for ltpda objects.
unpack Unpacks the objects in a collection and sets them to the given output
viewHistory Displays the history of an object as a dot-view or a MATLAB figure.

Back to Top Back to Top

Relational Operator

eq Overloads the == operator for ltpda objects.
isequal Overloads the isequal operator for ltpda objects.
ne Overloads the ~= operator for ltpda objects.

Back to Top Back to Top

Static

SETS (No help available)
VEROUT (No help available)
buildplist (No help available)
getBuiltInModels (No help available)
getDefaultPlist (No help available)
getInfo (No help available)
identifyInsideObjs Static method which identify the inside objects and configuration PLISTs.
initObjectWithSize (No help available)
load Loads LTPDA objects from a file
retrieve Retrieves a collection of objects from an LTPDA repository.

Back to Top Back to Top


©LTP Team