Interface Plan

All Superinterfaces:
Iterable<Step>
All Known Implementing Classes:
BackwardPlan, ForwardPlan

public interface Plan extends Iterable<Step>
A plan is a sequence of step for achieving a goal.
Author:
Stephen G. Ware
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the number of steps in the plan.

    Methods inherited from interface java.lang.Iterable

    forEach, iterator, spliterator
  • Method Details

    • size

      int size()
      Returns the number of steps in the plan.
      Returns:
      the number of steps