LTPDA Toolbox™ | contents | ![]() ![]() |
SMODEL constructor for smodel class. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: SMODEL constructor for smodel class. CONSTRUCTOR: mdl = smodel() - creates an empty smodel object mdl = smodel('foo.mu') - construct from MuPAD file mdl = smodel('expression') - construct from a expression description Parameters Description %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | smodel |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
From MAT File |
From XML File |
From Repository |
From Built-in Model |
From Expression |
From ASCII File |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
From MAT File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
FILENAME | '' | none | MAT filename. |
From XML File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
FILENAME | '' | none | XML filename. |
From Repository |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
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 |
|
Use binary representation (not always available). |
From Built-in Model |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
BUILT-IN | '' | none | Choose one of the built-in models. (use class.getBuiltInModels to get a list for a particular user class) |
From Expression |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
EXPRESSION | '' | none | Expression of the model. |
PARAMS | {} [0x0] | none | Parameters which are used in the model. |
VALUES | {} [0x0] | none | Default values for the parameters. |
XVAR | '' | none | The X-dependent variable. |
XVALS | {} [0x0] | none | Values for the x-variable. |
YUNITS | '' | none | Units of the y output. |
XUNITS | '' | none | Units of the x output. |
From ASCII File |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
NAME | '' | none | The name of the constructed object. |
DESCRIPTION | '' | none | The description of the constructed object. |
FILENAME | '' | none | ASCII filename. |
XVALS | {} [0x0] | none | Values for the x-variable. |
YUNITS | '' | none | Units of the y output. |
XUNITS | '' | none | Units of the x output. |
Some information of the method smodel/smodel are listed below: | |
---|---|
Class name | smodel |
Method name | smodel |
Category | Constructor |
Package name | ltpda |
VCS Version | 3f8d61c792503a5b5ec8a0a153efb23b65da24a9 |
Min input args | 0 |
Max input args | -1 |
Min output args | 1 |
Max output args | 1 |
![]() |
Method: smodel/rebuild | Method: smodel/addAliases | ![]() |
©LTP Team