public interface SelectionProperty
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentValue()
The value for the permutation currently being considered.
|
String |
getName()
The name of the property.
|
SortedSet<String> |
getPossibleValues()
Returns the possible values for the property in sorted order.
|
Copyright © 2018–2020. All rights reserved.