
public class CollapsedPropertyKey extends StringKey
Assume that the safari and ie8
user.agent values have been collapsed. Instead of printing
user.agent=safari, this class will use
user.agent = { ie8, safari }.
| Constructor and Description |
|---|
CollapsedPropertyKey(Permutation permutation)
Constructor that constructs a key containing all collapsed property/value
pairs used by a Permutation.
|
CollapsedPropertyKey(StaticPropertyOracle oracle)
Constructor that constructs a key based on all collapsed property/value
pairs defined by the given property oracle.
|
| Modifier and Type | Method and Description |
|---|---|
Permutation |
getPermutation() |
public CollapsedPropertyKey(Permutation permutation)
getPermutation().public CollapsedPropertyKey(StaticPropertyOracle oracle)
public Permutation getPermutation()
Copyright © 2018. All rights reserved.