public abstract class SoftPermutation extends Object implements Serializable
Constructor and Description |
---|
SoftPermutation() |
Modifier and Type | Method and Description |
---|---|
abstract int |
getId()
Returns the soft permutation id that should be passed into
gwtOnLoad . |
abstract SortedMap<SelectionProperty,String> |
getPropertyMap()
Returns only the collapsed selection properties that resulted in the
particular soft permutation.
|
public abstract int getId()
gwtOnLoad
. The range of ids used for a compilation's soft
permutations may be disjoint and may not correspond to the index of the
SoftPermutation within the array returned from
CompilationResult.getSoftPermutations()
.public abstract SortedMap<SelectionProperty,String> getPropertyMap()
CompilationResult.getPropertyMap()
.Copyright © 2018. All rights reserved.