1 28 29 package org.objectweb.openccm.uml.api; 30 31 38 39 public interface XMI2IR 40 extends org.objectweb.openccm.command.api.Compiler 41 { 42 43 48 public boolean 49 initUMLRepository(); 50 51 52 62 public void 63 parseXMIFile(String filename) 64 throws 65 org.xml.sax.SAXException , 66 javax.xml.parsers.ParserConfigurationException , 67 java.io.IOException ; 68 69 } 70 | Popular Tags |