Class AbstractGenerator<T extends IScanPathModel>

java.lang.Object
org.eclipse.scanning.api.points.AbstractGenerator<T>
Type Parameters:
T -
All Implemented Interfaces:
Iterable<IPosition>, IModelProvider<T>, IPointGenerator<T>
Direct Known Subclasses:
AbstractScanPointGenerator

public abstract class AbstractGenerator<T extends IScanPathModel> extends Object implements IPointGenerator<T>
  • Field Details

  • Constructor Details

    • AbstractGenerator

      protected AbstractGenerator(T model)
    • AbstractGenerator

      protected AbstractGenerator()
  • Method Details