UNPKG

pddl-workspace

Version:
12 lines (11 loc) 367 B
import { PlanStep } from '../PlanStep'; export declare class XmlPlanBuilder { private readonly planTimeScale; private xmlText; constructor(planTimeScale: number); static isXmlStart(outputLine: string): boolean; appendLine(outputLine: string): void; isComplete(): boolean; getPlanSteps(): Promise<PlanStep[]>; private parseTimeStamp; }