Class BerMutations.Expansion
java.lang.Object
org.snmp4j.mcp.tool.snmp.ber.BerMutations.Expansion
- Enclosing class:
BerMutations
Result of expanding a permutation spec.
- Since:
- 0.1.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe concrete settings applied to produce each tree (parallel totrees).longTotal combinations the spec would have produced (before the limit).One (cloned, mutated) node tree per generated message.booleanWhethertotalexceeded the limit and the output was truncated. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
trees
-
combinations
-
total
public long totalTotal combinations the spec would have produced (before the limit). -
truncated
public boolean truncatedWhethertotalexceeded the limit and the output was truncated.
-
-
Constructor Details
-
Expansion
public Expansion()Constructs an empty expansion.
-