| Modifier and Type | Class and Description |
|---|---|
static class |
StringNfa.StringNfaFactory |
protected class |
StringNfa.StringNfaState |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.collect.Multimap<String,String> |
followers |
protected String |
start |
protected String |
stop |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
getFollowers(String state) |
String |
getStart() |
String |
getStop() |
StringNfa.StringNfaState |
start() |
StringNfa.StringNfaState |
state(String state) |
StringNfa.StringNfaState |
stop() |
public Iterable<String> getFollowers(String state)
getFollowers in interface DirectedGraph<String>public StringNfa.StringNfaState start()
public StringNfa.StringNfaState state(String state)
public StringNfa.StringNfaState stop()
Copyright © 2015. All Rights Reserved.