AutomatonState<FrequencySelfProductSlave.State>
public class FrequencySelfProductSlave.State extends java.util.HashMap<owl.translations.frequency.FrequencyMojmirSlaveAutomaton.MojmirState,java.lang.Integer> implements AutomatonState<FrequencySelfProductSlave.State>
Constructor | Description |
---|---|
State() |
Modifier and Type | Method | Description |
---|---|---|
java.util.BitSet |
getSensitiveAlphabet() |
|
Edge<FrequencySelfProductSlave.State> |
getSuccessor(java.util.BitSet valuation) |
Compute the successor of a state and return the corresponding edge.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
@Nonnull public java.util.BitSet getSensitiveAlphabet()
getSensitiveAlphabet
in interface AutomatonState<FrequencySelfProductSlave.State>
public Edge<FrequencySelfProductSlave.State> getSuccessor(java.util.BitSet valuation)
AutomatonState
Edge
getSuccessor
in interface AutomatonState<FrequencySelfProductSlave.State>
valuation
- set of letters read.