Class JDFTestRef

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, 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 JDFTestRef
    extends JDFTerm
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFTestRef

        public JDFTestRef​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                          java.lang.String qualifiedName)
                   throws org.w3c.dom.DOMException
        Constructor for JDFTestRef
        Parameters:
        myOwnerDocument -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFTestRef

        public JDFTestRef​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                          java.lang.String myNamespaceURI,
                          java.lang.String qualifiedName)
                   throws org.w3c.dom.DOMException
        Constructor for JDFTestRef
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        Throws:
        org.w3c.dom.DOMException
      • JDFTestRef

        public JDFTestRef​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                          java.lang.String myNamespaceURI,
                          java.lang.String qualifiedName,
                          java.lang.String myLocalName)
                   throws org.w3c.dom.DOMException
        Constructor for JDFTestRef
        Parameters:
        myOwnerDocument -
        myNamespaceURI -
        qualifiedName -
        myLocalName -
        Throws:
        org.w3c.dom.DOMException
    • Method Detail

      • setrRef

        public void setrRef​(java.lang.String value)
        Parameters:
        value -
      • getrRef

        public java.lang.String getrRef()
        Returns:
      • getTest

        public JDFTest getTest()
        get the referenced TEST element
        Returns:
        the referenced test
      • fitsMap

        public boolean fitsMap​(JDFAttributeMap m)
        Tests whether this Term is compatible with the attribute map m (and, or, xor, not, Evaluation, TestRef).
        To determine the state of Term tests Evaluations that "not" consists of, this method checks if attribute map m has a key. specified by Evaluation/BasicPreflightTest/@Name If m has such key, it checks whether the value of m# fits the testlists specified for matching Evaluation (uses FitsValue(value))
        Specified by:
        fitsMap in class JDFTerm
        Parameters:
        m - key-value pair attribute map
        Returns:
        boolean - true, if boolean �not� expression evaluates to �true�