Package oms3.doc
Class Documents
- java.lang.Object
-
- oms3.doc.Documents
-
public class Documents extends Object
Documenting a Model.- Author:
- od
-
-
Constructor Summary
Constructors Constructor Description Documents()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddb5Sim(File file, Class comp, CSProperties params, String title)Documentstatic voiddb5Sim(File file, Class comp, CSProperties params, String title, Locale loc)
-
-
-
Method Detail
-
db5Sim
public static void db5Sim(File file, Class comp, CSProperties params, String title) throws FileNotFoundException
Document- Parameters:
file- the xml outputfile.comp- the component to documentparams- the model parametertitle- the title- Throws:
FileNotFoundException
-
db5Sim
public static void db5Sim(File file, Class comp, CSProperties params, String title, Locale loc) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-