Package step.core.plans
Interface PlanCompiler<T extends Plan>
-
public interface PlanCompiler<T extends Plan>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
compile(T plan)
-
-
-
Method Detail
-
compile
T compile(T plan) throws PlanCompilerException
- Throws:
PlanCompilerException
-
-