Package libai.fuzzy

Interface XMLSerializer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void load​(org.w3c.dom.Node xmlNode)
      Initializes the instance with the xml node information.
      java.lang.String toXMLString​(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.