Class TwoParameterSet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected double a  
      protected double b  
    • Constructor Summary

      Constructors 
      Constructor Description
      TwoParameterSet()  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from interface libai.fuzzy.sets.FuzzySet

        eval
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • a

        protected double a
      • b

        protected double b
    • Constructor Detail

      • TwoParameterSet

        public TwoParameterSet()
    • Method Detail

      • toXMLString

        public java.lang.String toXMLString​(java.lang.String indent)
        Description copied from interface: XMLSerializer
        Returns the XML representation of this Fuzzy set according with the FML schema definition.
        Specified by:
        toXMLString in interface XMLSerializer
        Returns:
        XML representation of this Fuzzy Set.
      • load

        public void load​(org.w3c.dom.Node xmlNode)
        Description copied from interface: XMLSerializer
        Initializes the instance with the xml node information.
        Specified by:
        load in interface XMLSerializer
        Parameters:
        xmlNode - XML node with the information to load the current object with.