Class GenPlanTranslator


  • public final class GenPlanTranslator
    extends Object
    Mediator between a model with Plan node and ModelGenerationPlan run-time presentation. Translates sequence of plan steps from model into sequence of GenerationPlanBuilder calls. I use GenerationPlanBuilder although it seems like an excessive mediator to hide implementation details and to facilitate plan creation not from a model-backed description.