Class WalkPipeControl

All Implemented Interfaces:
Comparable<BaseWalker>, IWalker

public class WalkPipeControl extends WalkMessage
  • Constructor Details

    • WalkPipeControl

      public WalkPipeControl()
  • 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 WalkMessage
      Parameters:
      toCheck - the element to check
      Returns:
      true if it matches
      See Also:
      • org.cip4.jdflib.extensions.XJDF20.WalkMessage#matches(org.cip4.jdflib.core.KElement)