Method | Description | |
---|---|---|
AddTask ( |
Add a task.
|
|
AnalystScript ( ) : System |
Construct an analyst script.
|
|
ClearTasks ( ) : void |
Clear all tasks.
|
|
DetermineInputFormat ( String sourceID ) : |
Determine the input format for the specified file.
|
|
DetermineOutputFormat ( ) : |
Determine the output format.
|
|
ExpectInputHeaders ( String filename ) : bool |
Determine if input headers are expected.
|
|
FindDataField ( String name ) : |
Find the specified data field. Use name to find, and ignore case.
|
|
FindDataFieldIndex ( |
Find the specified data field and return its index.
|
|
FindNormalizedField ( String name, int slice ) : |
Find the specified normalized field. Search without case.
|
|
GetTask ( String name ) : |
Get the specified task.
|
|
Init ( ) : void |
Init this script.
|
|
IsGenerated ( String filename ) : bool |
Determine if the specified file was generated.
|
|
Load ( Stream stream ) : void |
Load the script.
|
|
MarkGenerated ( String filename ) : void |
Mark the sepcified filename as generated.
|
|
ResolveFilename ( String sourceID ) : |
Resolve the specified filename.
|
|
Save ( Stream stream ) : void |
Save to the specified output stream.
|
public AddTask ( |
||
task | ||
return | void |
public DetermineInputFormat ( String sourceID ) : |
||
sourceID | String | The file. |
return |
public DetermineOutputFormat ( ) : |
||
return |
public ExpectInputHeaders ( String filename ) : bool | ||
filename | String | The filename. |
return | bool |
public FindDataField ( String name ) : |
||
name | String | The name to search for. |
return |
public FindDataFieldIndex ( |
||
df | The data field to search for. | |
return | int |
public FindNormalizedField ( String name, int slice ) : |
||
name | String | The name of the field we are searching for. |
slice | int | The timeslice. |
return |
public GetTask ( String name ) : |
||
name | String | The name of the testk. |
return |
public IsGenerated ( String filename ) : bool | ||
filename | String | The filename to check. |
return | bool |
public Load ( Stream stream ) : void | ||
stream | Stream | The stream to load from. |
return | void |
public MarkGenerated ( String filename ) : void | ||
filename | String | The filename. |
return | void |
public ResolveFilename ( String sourceID ) : |
||
sourceID | String | The filename to resolve. |
return |
public Save ( Stream stream ) : void | ||
stream | Stream | The output stream. |
return | void |