public class InputOutputPairsValue extends AssignmentValue
Constructor and Description |
---|
InputOutputPairsValue(java.lang.String input,
java.util.Map<java.lang.Integer,Gene> geneOf)
Creates the Value for the given string
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<InputOutputStatePair> |
getInputOutputPairs()
Obtains the parsed input-output pairs
|
public InputOutputPairsValue(java.lang.String input, java.util.Map<java.lang.Integer,Gene> geneOf)
input
- the input to parsegeneOf
- the mappingpublic java.util.Set<InputOutputStatePair> getInputOutputPairs()