Package libai.fuzzy
Interface XMLSerializer
-
- All Known Subinterfaces:
FuzzySet
- All Known Implementing Classes:
Antecedent,Clause,Consequent,FuzzyController,FuzzyTerm,FuzzyVariable,GaussianShape,KnowledgeBase,LeftGaussianShape,LeftLinearShape,PIShape,RectangularShape,RightGaussianShape,RightLinearShape,Rule,RuleBase,SingletonShape,SShape,TrapezoidShape,TriangularShape,TwoParameterSet,ZShape
public interface XMLSerializerCreated by kronenthaler on 23/04/2017.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidload(org.w3c.dom.Node xmlNode)Initializes the instance with the xml node information.java.lang.StringtoXMLString(java.lang.String indent)Returns the XML representation of this Fuzzy set according with the FML schema definition.
-
-
-
Method Detail
-
toXMLString
java.lang.String toXMLString(java.lang.String indent)
Returns the XML representation of this Fuzzy set according with the FML schema definition.- Returns:
- XML representation of this Fuzzy Set.
-
load
void load(org.w3c.dom.Node xmlNode)
Initializes the instance with the xml node information.- Parameters:
xmlNode- XML node with the information to load the current object with.
-
-