Class JDFXYPairEvaluation

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, JDFBaseDataTypes, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFXYPairEvaluation
    extends JDFEvaluation
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFXYPairEvaluation

        public JDFXYPairEvaluation​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String qualifiedName)
        constructor for JDFXYPairEvaluation
        Parameters:
        myOwnerDocument -
        qualifiedName -
      • JDFXYPairEvaluation

        public JDFXYPairEvaluation​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName)
        constructor for JDFXYPairEvaluation
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
      • JDFXYPairEvaluation

        public JDFXYPairEvaluation​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                                   java.lang.String myNamespaceURI,
                                   java.lang.String qualifiedName,
                                   java.lang.String myLocalName)
        constructor for JDFXYPairEvaluation
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
    • Method Detail

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class JDFEvaluation
        Returns:
        String
        See Also:
        Object.toString()
      • setValueList

        public void setValueList​(JDFXYPair value)
        set the value list to exaxtly one value
        Parameters:
        value - the xypair to set valuelist to
      • getValueList

        public JDFXYPairRangeList getValueList()
        get attribute ValueList
        Returns:
        JDFXYPairRangeList - the value of the attribute
      • setTolerance

        public void setTolerance​(JDFXYPair value)
      • fitsValue

        public boolean fitsValue​(java.lang.String value)
        fitsValue - checks whether value matches the testlists specified for this Evaluation
        Specified by:
        fitsValue in class JDFEvaluation
        Parameters:
        value - value to test
        Returns:
        boolean - true, if value matches the testlists or if testlists are not specified