chore: generator description
This commit is contained in:
@@ -31,6 +31,13 @@ interface MetaData {
|
|||||||
params: string[],
|
params: string[],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Workflow generator is used to transform the user's interactions into an automatically
|
||||||
|
* generated correct workflows, using the ability of internal state persistence and
|
||||||
|
* heuristic generative algorithms.
|
||||||
|
* This class also takes care of the selector generation.
|
||||||
|
* @category WorkflowManagement
|
||||||
|
*/
|
||||||
export class WorkflowGenerator {
|
export class WorkflowGenerator {
|
||||||
|
|
||||||
private socket : Socket;
|
private socket : Socket;
|
||||||
|
|||||||
Reference in New Issue
Block a user