public interface Alternatives<T extends GoloElement>
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<WhenClause<T>> | 
getClauses()  | 
T | 
getOtherwise()  | 
Alternatives<T> | 
otherwise(java.lang.Object action)  | 
Alternatives<T> | 
then(java.lang.Object action)  | 
Alternatives<T> | 
when(java.lang.Object cond)  | 
Alternatives<T> when(java.lang.Object cond)
Alternatives<T> then(java.lang.Object action)
Alternatives<T> otherwise(java.lang.Object action)
java.util.List<WhenClause<T>> getClauses()
T getOtherwise()