Package step.plans.nl.parser
Class PlanStepParser
- java.lang.Object
-
- step.plans.nl.parser.PlanStepParser
-
- All Implemented Interfaces:
StepParser<PlanStep>
public class PlanStepParser extends Object implements StepParser<PlanStep>
-
-
Constructor Summary
Constructors Constructor Description PlanStepParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetParserScoreForStep(AbstractStep step)voidparseStep(ParsingContext parsingContext, PlanStep step)
-
-
-
Method Detail
-
getParserScoreForStep
public int getParserScoreForStep(AbstractStep step)
- Specified by:
getParserScoreForStepin interfaceStepParser<PlanStep>
-
parseStep
public void parseStep(ParsingContext parsingContext, PlanStep step)
- Specified by:
parseStepin interfaceStepParser<PlanStep>
-
-