Class JDFSpawned

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, java.util.Comparator<JDFAudit>, 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 JDFSpawned
    extends JDFAutoSpawned
    Description: This class represents a vector of JDFAttributeMap
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFSpawned

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

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

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

      • getPartMapVector

        public VJDFAttributeMap getPartMapVector()
        get part map vector
        Overrides:
        getPartMapVector in class JDFAudit
        Returns:
        VJDFAttributeMap: vector of attribute maps, one for each part
      • setPartMapVector

        public void setPartMapVector​(VJDFAttributeMap vParts)
        set all parts to those define in vParts
        Overrides:
        setPartMapVector in class JDFElement
        Parameters:
        vParts - vector of attribute maps for the parts
      • setPartMap

        public void setPartMap​(JDFAttributeMap mPart)
        set all parts to those define in vParts
        Overrides:
        setPartMap in class JDFElement
        Parameters:
        mPart - attribute map for the part to set
      • removePartMap

        public void removePartMap​(JDFAttributeMap mPart)
        remove the part defined in mPart
        Overrides:
        removePartMap in class JDFElement
        Parameters:
        mPart - attribute map for the part to remove
      • hasPartMap

        public boolean hasPartMap​(JDFAttributeMap mPart)
        check whether the part defined in mPart is included
        Overrides:
        hasPartMap in class JDFElement
        Parameters:
        mPart - attribute map for the part to remove
        Returns:
        boolean - returns true if the part exists
      • appendrRefsROCopied

        public void appendrRefsROCopied​(java.lang.String rRefs)
        Typesafe attribute adder of rRefsROCopied
        Parameters:
        rRefs - the reference list
      • appendrRefsRWCopied

        public void appendrRefsRWCopied​(java.lang.String rRefs)
        Typesafe attribute adder of rRefsRWCopied
        Parameters:
        rRefs - the reference list
      • appendrRefsROCopied

        public void appendrRefsROCopied​(VString rRefs)
        Typesafe attribute adder of rRefsROCopied
        Parameters:
        rRefs - the reference list
      • appendrRefsRWCopied

        public void appendrRefsRWCopied​(VString rRefs)
        Typesafe attribute adder of rRefsRWCopied
        Parameters:
        rRefs - the reference list