Class WalkDependencies

    • Constructor Detail

      • WalkDependencies

        public WalkDependencies()
    • Method Detail

      • walk

        public KElement walk​(KElement jdf,
                             KElement xjdf)
        Description copied from class: BaseWalker
        the mother routine for walking....
        Specified by:
        walk in interface IWalker
        Overrides:
        walk in class WalkJDFElement
        Parameters:
        jdf - the element to walk
        xjdf - a parallel element to e that may additionally be modified during the walk
        Returns:
        the created resource
        See Also:
        org.cip4.jdflib.extensions.XJDF20.WalkJDFElement#walk(org.cip4.jdflib.core.KElement, org.cip4.jdflib.core.KElement)