Uses of Class
de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
-
Packages that use ProcessModelXMLHelperTools.TemplateInformation Package Description de.aristaflow.adept2.model.processmodel.xml -
-
Uses of ProcessModelXMLHelperTools.TemplateInformation in de.aristaflow.adept2.model.processmodel.xml
Methods in de.aristaflow.adept2.model.processmodel.xml that return types with arguments of type ProcessModelXMLHelperTools.TemplateInformation Modifier and Type Method Description static Map<UUID,ProcessModelXMLHelperTools.TemplateInformation>ProcessModelXMLImportTools. getTemplateInformations(Element root)Returns the template information stored under the specified root nodestatic Map<UUID,ProcessModelXMLHelperTools.TemplateInformation>ProcessModelXMLImport. getTemplateInformationsFromFile(File file)Fetches the template informations stored in the specified file.Method parameters in de.aristaflow.adept2.model.processmodel.xml with type arguments of type ProcessModelXMLHelperTools.TemplateInformation Modifier and Type Method Description static ElementProcessModelXMLExportTools. createTemplateInformationsElement(Document document, Map<UUID,ProcessModelXMLHelperTools.TemplateInformation> items)Create a template informations element containing all specified template informations.DocumentProcessModelXMLExport. getDocumentForTemplateInformations(Map<UUID,ProcessModelXMLHelperTools.TemplateInformation> items)Generates and returns aDocumentrepresenting the given TemplateInformations.voidProcessModelXMLExport. writeTemplateInformationsToFile(Map<UUID,ProcessModelXMLHelperTools.TemplateInformation> items, File file)Writes the given template informations to the specified file.
-