|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--ter.XML.SaveFileXML
Title: class SaveFileXML
Description: this class allows to save the detail view in XML format
Company: UNSA
Constructor Summary | |
SaveFileXML()
|
Method Summary | |
static void |
save(java.io.File file,
ClassifierAnalyser cl)
this function saves the Classifier cl in the File file |
static void |
writeElements(java.io.BufferedWriter bfwriter,
java.util.ArrayList list,
boolean bool)
this function write the contents of list in bfwriter if bool equals true |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SaveFileXML()
Method Detail |
public static void writeElements(java.io.BufferedWriter bfwriter, java.util.ArrayList list, boolean bool)
bfwriter
- the BufferedWriter where we want to writelist
- contains all the String we want to writebool
- the boolean who says if we must write or nopublic static void save(java.io.File file, ClassifierAnalyser cl)
file
- the File where we want to write the classifiercl
- the classifier we want to write
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |