1 28 29 package org.objectweb.openccm.uml.api; 30 31 38 39 public interface UML2CCM 40 extends org.objectweb.openccm.command.api.Compiler 41 { 42 43 48 public boolean 49 initUMLRepository(); 50 51 52 62 public void 63 runTransformation(String filename) 64 throws 65 org.xml.sax.SAXException , 66 javax.xml.parsers.ParserConfigurationException , 67 java.io.IOException ; 68 69 70 77 public void 78 setMonolithic(boolean monolithic); 79 80 81 86 public void 87 setOutputDirectory(String directory); 88 89 } 90 | Popular Tags |