public abstract class Protocol<E extends Enum<E>> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
expect(E state) |
boolean |
isExpecting(E state) |
<T> T |
select(Map<E,T> map) |
String |
toString() |
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.