public class TransitionImpl extends Object implements Transition
| Constructor and Description |
|---|
TransitionImpl() |
| Modifier and Type | Method and Description |
|---|---|
ExecutionElement |
getNextExecutionElement() |
TransitionElement |
getTransitionElement() |
boolean |
isFinishedTransitioning() |
boolean |
noTransitionElementMatchedAfterException() |
void |
setFinishedTransitioning() |
void |
setNextExecutionElement(ExecutionElement executionElement) |
void |
setNoTransitionElementMatchAfterException() |
void |
setTransitionElement(TransitionElement transitionElement) |
public TransitionElement getTransitionElement()
getTransitionElement in interface Transitionpublic ExecutionElement getNextExecutionElement()
getNextExecutionElement in interface Transitionpublic void setTransitionElement(TransitionElement transitionElement)
setTransitionElement in interface Transitionpublic void setNextExecutionElement(ExecutionElement executionElement)
setNextExecutionElement in interface Transitionpublic boolean isFinishedTransitioning()
isFinishedTransitioning in interface Transitionpublic void setFinishedTransitioning()
setFinishedTransitioning in interface Transitionpublic void setNoTransitionElementMatchAfterException()
setNoTransitionElementMatchAfterException in interface Transitionpublic boolean noTransitionElementMatchedAfterException()
noTransitionElementMatchedAfterException in interface Transition© Copyright IBM Corp. 2014
Licensed under the Apache License, Version 2.0