Package step.plans.nl
Class PlainTextPlanCompiler
- java.lang.Object
-
- step.plans.nl.PlainTextPlanCompiler
-
- All Implemented Interfaces:
step.core.plans.PlanCompiler<PlainTextPlan>
public class PlainTextPlanCompiler extends java.lang.Object implements step.core.plans.PlanCompiler<PlainTextPlan>
-
-
Constructor Summary
Constructors Constructor Description PlainTextPlanCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlainTextPlan
compile(PlainTextPlan plan)
-
-
-
Method Detail
-
compile
public PlainTextPlan compile(PlainTextPlan plan) throws step.core.plans.PlanCompilerException
- Specified by:
compile
in interfacestep.core.plans.PlanCompiler<PlainTextPlan>
- Throws:
step.core.plans.PlanCompilerException
-
-