|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StateChanges
Interface that is implemented by classes that encapsulate typestate changes
| Method Summary | |
|---|---|
State |
applyChanges(java.util.Set<java.lang.String> stateSet)
Apply the changes encapsulated to the States passed |
boolean |
containsStateChangeFor(java.lang.String State)
Test if the StateChanges handle a specific state |
boolean |
isEmpty()
Test if there are any changes |
| Method Detail |
|---|
boolean isEmpty()
boolean containsStateChangeFor(java.lang.String State)
State - the state
State applyChanges(java.util.Set<java.lang.String> stateSet)
stateSet - the State to change
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||