Class WalkDependencies

All Implemented Interfaces:
Comparable<BaseWalker>, IWalker

public class WalkDependencies extends WalkJDFSubElement
  • Constructor Details

    • WalkDependencies

      public WalkDependencies()
  • Method Details

    • matches

      public boolean matches(KElement toCheck)
      Description copied from class: BaseWalker
      this is the check whether or not to use this walker for a given element should be overwritten
      Overrides:
      matches in class WalkJDFSubElement
      Parameters:
      toCheck -
      Returns:
      true if it matches
      See Also:
    • 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)