Class LqnXmlHandler
java.lang.Object
org.palladiosimulator.solver.transformations.pcm2lqn.LqnXmlHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected EObjectcopied from org.palladiosimulator.solver.lqn.presentation.LqnModelWizardstatic voidfixXMLFile(String filename) Fix encoding line (fix proposed by Greg Franks for LINE solver, not clear whether still needed).static LqnModelTypeloadModelFromXMI(String fileName) Restores the corresponding Ecore model, previously serialized viasaveModelToXMI(String).voidsaveModelToXMI(String fileName)
-
Constructor Details
-
LqnXmlHandler
-
-
Method Details
-
createInitialModel
copied from org.palladiosimulator.solver.lqn.presentation.LqnModelWizard -
saveModelToXMI
-
loadModelFromXMI
Restores the corresponding Ecore model, previously serialized viasaveModelToXMI(String).- Parameters:
fileName-- Returns:
- A representation of the model object 'LQN Model Type'; null if the file don't exists or when there were problems reading the file.
-
fixXMLFile
Fix encoding line (fix proposed by Greg Franks for LINE solver, not clear whether still needed).- Parameters:
filename-
-