Method ao/rebuild


  REBUILD rebuilds the input objects using the history.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: REBUILD rebuilds the input objects using the history.
 
  CALL:        out = rebuild(as)
 
  INPUTS:      as  - array of ltpda_uoh objects of the same kind
 
  OUTPUTS:     out - array of rebuilt objects.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_uoh
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
rebuild
STOP_OPTION, STOP OPTION 'full'
  • 'full'
  • 'File'
  • 'Repo'
  • 'File Repo'
  • 'N'
Stop option which defines the option at which point the reproduceing stop.
  • 'full': Reproduce all history steps
  • 'File': Ignores the history steps below load-history step
  • 'Repo': Ignores the history steps below retrieve-history step
  • 'File Repo': Both steps above
  • 'N': Maximun depth

Example

plist('STOP_OPTION', 'full')

back to top back to top

Some information of the method ltpda_uoh/rebuild are listed below:
Class name ltpda_uoh
Method name rebuild
Category Constructor
Package name ltpda
VCS Version 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 0
Supported numeric types {'double'}




©LTP Team