Class CoreResultValueFilter

  • All Implemented Interfaces:
    ResultValueFilterType, Named

    public class CoreResultValueFilter
    extends java.lang.Object
    implements ResultValueFilterType
    This cycle result filter implements a filter that allows for the inclusion or exclusion of single-values or intervals. It parses a format that looks like this:
    include:54,exclude:32-35,...
    The default terminal policy -- the one that is applied if none of the clauses match a given item -- is set as the opposite of the first clause. In the example above, the default policy would be "exclude", given that the fist clause is "include".
    • Method Summary

      Modifier and Type Method Description
      ResultFilterDispenser getDispenser​(java.lang.String config)  
      java.lang.String getName()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait