| Package | Description |
|---|---|
| de.aristaflow.adept2.model.processmodel.xml |
The xml packages provides a generic import and export functionality for all components implementing the common ADEPT2 processmodel interfaces and just requires an implementation of the ProcessModelFactory.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.util.UUID,ProcessModelXMLHelperTools.TemplateInformation> |
ProcessModelXMLImportTools.getTemplateInformations(org.w3c.dom.Element root)
Returns the template information stored under the specified root node
|
static java.util.Map<java.util.UUID,ProcessModelXMLHelperTools.TemplateInformation> |
ProcessModelXMLImport.getTemplateInformationsFromFile(java.io.File file)
Fetches the template informations stored in the specified file.
|
| Modifier and Type | Method and Description |
|---|---|
static org.w3c.dom.Element |
ProcessModelXMLExportTools.createTemplateInformationsElement(org.w3c.dom.Document document,
java.util.Map<java.util.UUID,ProcessModelXMLHelperTools.TemplateInformation> items)
Create a template informations element containing all specified template informations.
|
org.w3c.dom.Document |
ProcessModelXMLExport.getDocumentForTemplateInformations(java.util.Map<java.util.UUID,ProcessModelXMLHelperTools.TemplateInformation> items)
Generates and returns a
Document representing the given TemplateInformations. |
void |
ProcessModelXMLExport.writeTemplateInformationsToFile(java.util.Map<java.util.UUID,ProcessModelXMLHelperTools.TemplateInformation> items,
java.io.File file)
Writes the given template informations to the specified file.
|