Class JDFObjectResolution

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

public class JDFObjectResolution extends JDFAutoObjectResolution implements IMatches
See Also:
  • Constructor Details

    • JDFObjectResolution

      public JDFObjectResolution(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String qualifiedName) throws DOMException
      Parameters:
      myOwnerDocument -
      qualifiedName -
      Throws:
      DOMException
    • JDFObjectResolution

      public JDFObjectResolution(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName) throws DOMException
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      Throws:
      DOMException
    • JDFObjectResolution

      public JDFObjectResolution(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument, String myNamespaceURI, String qualifiedName, String myLocalName) throws DOMException
      Parameters:
      myOwnerDocument -
      myNamespaceURI -
      qualifiedName -
      myLocalName -
      Throws:
      DOMException
  • Method Details

    • addObjectTag

      public String addObjectTag(String newTag)
      Parameters:
      newTag -
    • addSourceObject

      public String addSourceObject(JDFAutoObjectResolution.EnumSourceObjects newObject)
      Parameters:
      newObject -
    • setResolution

      public void setResolution(double resolution)
      convenience setter for symmetrical resolution
      Parameters:
      resolution -
    • toString

      public String toString()
      Description copied from class: KElement
      this to string, used for debug purpose mostly
      Overrides:
      toString in class KElement
      Returns:
      string representativ of this
      See Also:
    • matches

      public boolean matches(JDFAutoObjectResolution.EnumSourceObjects sourceObject, String objectTag)
      convenience method
      Parameters:
      sourceObject -
      objectTag -
      Returns:
    • matches

      public boolean matches(Object subset)
      Description copied from interface: IMatches
      returns true if subset somehow matches this the semantics are defined by the filtering algorithm, thus it could be a filter or a subset i.e. subset contains either equivalent elements or null and no non-matching elements matches(null) always returns true
      Specified by:
      matches in interface IMatches
      Parameters:
      subset - the object to filter against
      Returns:
      true if it matches
      See Also: