Class DefaultIfDecider

  • All Implemented Interfaces:
    NavigatorDeciderIF

    public class DefaultIfDecider
    extends Object
    implements NavigatorDeciderIF
    INTERNAL: class which implements interface NavigatorDeciderIF. Execute some rudimentary testing against Collection:
    • collection is non-empty? (default)
    • collection equals other collection specified by variable name (equals)
    • collection has less-than number of entries?
    • collection has greater-than number of entries?
    See Also:
    IfTag
    • Constructor Detail

      • DefaultIfDecider

        public DefaultIfDecider()
        INTERNAL: empty constructor which set all comparision values to their default state, it is then only checked if collection is non-empty.
      • DefaultIfDecider

        public DefaultIfDecider​(String equalsVariableName,
                                int equalsSize,
                                int lessThan,
                                int greaterThan)
        INTERNAL: Default constructor.