Program
The program represents a list of commands from a statistical package.
Properties
Name |
Type |
Description |
|
---|---|---|---|
ID |
1..1 |
ID of the object being referenced. |
|
SourceFileName |
0..1 |
The name of the file containing the source code. |
|
SourceLanguage |
0..1 |
The language of the source code. |
|
ScriptMD5 |
0..1 |
The MD5 hash of the contents of the file. |
|
ScriptSHA1 |
0..1 |
The SHA-1 hash of the contents of the file. |
|
SourceFileLastUpdate |
0..1 |
The date and time the file was last updated. |
|
SourceFileSize |
0..1 |
The size of the file in bytes. |
|
LineCount |
0..1 |
The number of lines in the source file. |
|
CommandCount |
0..1 |
The number of commands detected in the source file. |
|
Messages |
0..n |
Messages related to the parsing of the source file. |
|
Parser |
0..1 |
The name of the parser used to generate the SDTL. |
|
ParserVersion |
0..1 |
The version of the parser used to generate the SDTL. |
|
ModelVersion |
0..1 |
The version of the SDTL model. |
|
ModelCreatedTime |
0..1 |
The date and time the SDTL was generated. |
|
Commands |
0..n (Ordered) |
The list of commands that make up the program. |
Relationships
The following identified item types reference this type.