Uses of Class
de.aristaflow.adept2.model.processmodel.xml.ProcessModelXMLHelperTools.TemplateInformation
Packages that use ProcessModelXMLHelperTools.TemplateInformation
-
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.TemplateInformationModifier and TypeMethodDescriptionProcessModelXMLImportTools.getTemplateInformations(Element root) Returns the template information stored under the specified root nodeProcessModelXMLImport.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.TemplateInformationModifier and TypeMethodDescriptionstatic ElementProcessModelXMLExportTools.createTemplateInformationsElement(Document document, Map<UUID, ProcessModelXMLHelperTools.TemplateInformation> items) Create a template informations element containing all specified template informations.ProcessModelXMLExport.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.