Class BerMutations.Expansion

java.lang.Object
org.snmp4j.mcp.tool.snmp.ber.BerMutations.Expansion
Enclosing class:
BerMutations

public static final class BerMutations.Expansion extends Object
Result of expanding a permutation spec.
Since:
0.1.0
  • Field Details

    • trees

      public final List<Object> trees
      One (cloned, mutated) node tree per generated message.
    • combinations

      public final List<List<Map<String,Object>>> combinations
      The concrete settings applied to produce each tree (parallel to trees).
    • total

      public long total
      Total combinations the spec would have produced (before the limit).
    • truncated

      public boolean truncated
      Whether total exceeded the limit and the output was truncated.
  • Constructor Details

    • Expansion

      public Expansion()
      Constructs an empty expansion.