Method plist/plist


  PLIST plist class object constructor.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PLIST Parameter-List Object class object constructor.
               Create a plist object.
 
  SUPER CLASSES: ltpda_uo < ltpda_obj
 
  CONSTRUCTORS:
 
        pl = plist()                     - create an empty plist object.
        pl = plist(p)                    - create a plist with elements p
                                           where p is an array of param objects.
        pl = plist('key', val)           - create a plist with the key/value
                                           pair
        pl = plsit({'key', 'desc'}, val) - create a plist with the key/value
                                           pair and a description for the 'key'
        pl = plist('key1', val1, ...     - create a plist with more key/value
                   'key2', val2, ...       pairs
                   {'key3', 'desc'}, 'val3)
        pl = plist({'a', 1, 'b', 2})     - create a plist from a cell
        pl = plist('file.xml')           - load a plist-object from xml-file
        pl = plist('file.mat')           - load a plist-object from mat-file
        pl = plist(pl)                   - copies the input plist.
 
  PARAMETERS:
 
   If no recognised parameters are found in the input plist, the input
   plist is simply returned. This is the copy constructor.
 
  Parameters Description
 
  SEE ALSO:     ltpda_obj, ltpda_uo, ltpda_uoh, param
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class plist
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

From MAT File

no description
Key Default Value Options Description
FILENAME '' none MAT filename.
back to top back to top

From XML File

no description
Key Default Value Options Description
FILENAME '' none XML filename.
back to top back to top

From Repository

no description
Key Default Value Options Description
HOSTNAME '' none Database server hostname.
DATABASE '' none Database name.
USERNAME '' none User name to use when connecting to the database. Leave blank to be prompted.
PASSWORD {} [0x0] none Password to use when connecting to the database. Leave blank to be prompted.
CONN [] none Java mysql object.
ID, IDS [] none A vector of object IDs.
CID [] none A vector of collection IDs.
BINARY 1
  • 1
  • 0
Use binary representation (not always available).
back to top back to top

From Built-in Model

no description
Key Default Value Options Description
BUILT-IN '' none Choose one of the built-in models. (use class.getBuiltInModels to get a list for a particular user class)
back to top back to top

Some information of the method plist/plist are listed below:
Class name plist
Method name plist
Category Constructor
Package name ltpda
VCS Version 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 0
Max input args -1
Min output args 1
Max output args 1




©LTP Team