public class TopicMatcherDFAState extends Object
Constructor and Description |
---|
TopicMatcherDFAState(Map<TopicWord,TopicMatcherDFAState> nextStateMap,
Collection<TopicMatcherResult> results) |
Modifier and Type | Method and Description |
---|---|
TopicMatcherDFAState |
mergeStateMachines(TopicMatcherDFAState otherStateMachine) |
TopicMatcherDFAState |
nextState(TopicWord word) |
Collection<TopicMatcherResult> |
parse(TopicWordDictionary dictionary,
String routingKey) |
String |
reachableStates() |
Collection<TopicMatcherResult> |
terminate() |
String |
toString() |
public TopicMatcherDFAState(Map<TopicWord,TopicMatcherDFAState> nextStateMap, Collection<TopicMatcherResult> results)
public TopicMatcherDFAState nextState(TopicWord word)
public Collection<TopicMatcherResult> terminate()
public Collection<TopicMatcherResult> parse(TopicWordDictionary dictionary, String routingKey)
public TopicMatcherDFAState mergeStateMachines(TopicMatcherDFAState otherStateMachine)
public String reachableStates()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.