P - type of TransitionProviderpublic interface TransitionFactoryCreator<P extends TransitionFactory>
TransitionFactory.
This is intended for cases where a common set of transitions are implementeded
on different target objects.
The TransitionFactory is parameterised by the target factory
so we use a 2 step creation process.| Modifier and Type | Field and Description |
|---|---|
static char |
TYPE_SEPERATOR |
| Modifier and Type | Method and Description |
|---|---|
P |
getTransitionProvider(java.lang.String tag) |
static final char TYPE_SEPERATOR
P getTransitionProvider(java.lang.String tag)
tag - TargetName used for the TransitionProvider