Class JDFXYPairEvaluation

java.lang.Object
org.apache.xerces.dom.NodeImpl
org.apache.xerces.dom.ChildNode
org.apache.xerces.dom.ParentNode
org.apache.xerces.dom.ElementImpl
All Implemented Interfaces:
Serializable, Cloneable, JDFBaseDataTypes, IStreamWriter, Element, ElementTraversal, EventTarget, Node, NodeList, TypeInfo

public class JDFXYPairEvaluation extends JDFEvaluation
See Also:
  • Constructor Details

    • JDFXYPairEvaluation

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

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

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

    • getTheAttributeInfo

      protected AttributeInfo getTheAttributeInfo()
      Overrides:
      getTheAttributeInfo in class JDFEvaluation
      Returns:
    • toString

      public String toString()
      toString
      Overrides:
      toString in class JDFEvaluation
      Returns:
      String
      See Also:
    • setValueList

      public void setValueList(JDFXYPairRangeList value)
    • 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
    • setXYRelation

      public void setXYRelation(JDFElement.EnumXYRelation value)
    • getXYRelation

      public JDFElement.EnumXYRelation getXYRelation()
    • setTolerance

      public void setTolerance(JDFXYPair value)
    • getTolerance

      public JDFXYPair getTolerance()
      Description copied from class: JDFEvaluation
      tolerance is defined in all numeric evaluations - implement here!
      Overrides:
      getTolerance in class JDFEvaluation
      Returns:
    • fitsValue

      public boolean fitsValue(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