public interface IWorkflowParser
IWorkflowAdaptor that instantiated the IWorkflowParser| Modifier and Type | Method and Description |
|---|---|
IParsedInfo |
GetParsedInfo()
Retrieves the information parsed.
|
void |
Parse(File serialization)
Parses the string the workflow language that is contained in the provided file that the parser
is implemented for
|
void |
Parse(String serialization)
Parses the string serialization of the workflow language that the parser is implemented for
|
void Parse(String serialization) throws WorkflowSerializationException, WorkflowValidationException
serialization - the serialization of the workflow in some languageWorkflowSerializationException - Problem with the serialization of the provided workflowWorkflowValidationException - Problem with the validity of some elementvoid Parse(File serialization) throws WorkflowSerializationException, WorkflowValidationException
serialization - The file containing the workflow descriptionWorkflowSerializationException - Problem with the serialization of the provided workflowWorkflowValidationException - Problem with the validity of some elementIParsedInfo GetParsedInfo()
Parse(File) or Parse(String)Copyright © 2014. All Rights Reserved.