public class DaxImporter extends java.lang.Object implements TaskGraphImporterInterface
| Constructor and Description |
|---|
DaxImporter() |
| Modifier and Type | Method and Description |
|---|---|
TaskGraph |
importWorkflow(java.io.File file,
TrianaProperties properties)
Translates and returns the
TaskGraph from the file choosen by the user. |
public TaskGraph importWorkflow(java.io.File file, TrianaProperties properties) throws TaskGraphException, java.io.IOException
TaskGraphImporterInterfaceTaskGraph from the file choosen by the user.importWorkflow in interface TaskGraphImporterInterfaceTaskGraphException - thrown if the taskgraph or workflow format is invalid or unparsable, non matching
brackets for example.java.io.IOException - thrown if there is a file IO problem.