public class JFML
extends java.lang.Object
Constructor and Description |
---|
JFML() |
Modifier and Type | Method and Description |
---|---|
static FuzzyInferenceSystem |
load(java.io.File xml)
Static method to create a fuzzySystem from a xml file according to the IEEE1855 standard
|
static void |
writeFSTtoXML(FuzzySystemType fst,
java.io.File output)
Static method to write a FuzzySystem in a xml file
|
void |
writeFSTtoXML(javax.xml.bind.JAXBElement<?> element,
java.lang.Class type,
java.io.File output) |
public static FuzzyInferenceSystem load(java.io.File xml)
xml
- allowed object is
File
public static void writeFSTtoXML(FuzzySystemType fst, java.io.File output)
fst
- allowed object is
FuzzySystemType
output
- allowed object is
File
public void writeFSTtoXML(javax.xml.bind.JAXBElement<?> element, java.lang.Class type, java.io.File output)