Class EPR.Arguments
Inheritance
EPR.Arguments
Assembly: AnalysisPrograms.dll
Syntax
[Command("EPR", Description = "[UNMAINTAINED] Event Pattern Recognition - used for ground-parrots (TOWSEY version). Revise code if intend to use.")]
public class Arguments : SourceAndConfigArguments
Properties
|
Improve this Doc
View Source
Target
Declaration
[Option(Description = "prefix of name of the created output files")]
[LegalFilePath]
[Required]
public string Target { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
Execute(CommandLineApplication)
Declaration
public override Task<int> Execute(CommandLineApplication app)
Parameters
Type |
Name |
Description |
McMaster.Extensions.CommandLineUtils.CommandLineApplication |
app |
|
Returns
Overrides
Extension Methods