Interface IBatchMatcherService


public interface IBatchMatcherService
This service invokes (lazily) all implementations in the implementations of IBatchMatcher to find out if an epcClass represents a batch.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if the given EPC class is a batch, e.g.
  • Method Details

    • isKnownToBeBatch

      boolean isKnownToBeBatch(String epcClass)
      Returns true if the given EPC class is a batch, e.g. it is used limited number of times
      Parameters:
      epcClass - the EPC class to evaluate
      Returns:
      true if the given EPC class is a batch, otherwise false