|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DecoratedNavObjectFactory
Method Summary | |
---|---|
DecoratedPlan |
decoratePlan(Plan plan)
Decorate plan |
com.google.common.collect.ImmutableList<DecoratedPlan> |
getDecoratedChainBranches(DecoratedPlan master)
Returns a list of branches associated with the master. |
com.google.common.base.Function<ChainStage,DecoratedStage> |
getStageDecorator(DecoratedPlan parent)
Return a function that could be used to decorate stages |
Method Detail |
---|
@Nullable DecoratedPlan decoratePlan(@NotNull Plan plan)
plan
- Plan
to be decorated
DecoratedPlan
objectcom.google.common.base.Function<ChainStage,DecoratedStage> getStageDecorator(@NotNull DecoratedPlan parent)
parent
- DecoratedPlan
object that was created from a chain
com.google.common.collect.ImmutableList<DecoratedPlan> getDecoratedChainBranches(@NotNull DecoratedPlan master)
master
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |