Package org.eclipse.scanning.points
Class ConsecutiveMultiGenerator
java.lang.Object
org.eclipse.scanning.api.points.AbstractGenerator<ConsecutiveMultiModel>
org.eclipse.scanning.points.AbstractScanPointGenerator<ConsecutiveMultiModel>
org.eclipse.scanning.points.AbstractMultiGenerator<ConsecutiveMultiModel>
org.eclipse.scanning.points.ConsecutiveMultiGenerator
- All Implemented Interfaces:
Iterable<IPosition>,IModelProvider<ConsecutiveMultiModel>,IPointGenerator<ConsecutiveMultiModel>,PySerializable
A Generator for
ConsecutiveMultiModels-
Field Summary
Fields inherited from class org.eclipse.scanning.points.AbstractMultiGenerator
generators, serviceFields inherited from class org.eclipse.scanning.points.AbstractScanPointGenerator
pointGeneratorFields inherited from class org.eclipse.scanning.api.points.AbstractGenerator
model -
Constructor Summary
ConstructorsConstructorDescriptionConsecutiveMultiGenerator(ConsecutiveMultiModel model, IPointGeneratorService service) -
Method Summary
Methods inherited from class org.eclipse.scanning.points.AbstractMultiGenerator
createPointGenerators, createPythonPointGenerator, getGenerators, initGeneratorsMethods inherited from class org.eclipse.scanning.points.AbstractScanPointGenerator
createSpgCompoundGenerator, createWrappingCompoundGenerator, finalBounds, getDimensionNames, getNames, getPointGenerator, getRank, getShape, initialBounds, iterator, setModel, size, toDict, validateModelMethods inherited from class org.eclipse.scanning.api.points.AbstractGenerator
createPoints, equals, getModel, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.eclipse.scanning.api.IModelProvider
updateModelMethods inherited from interface org.eclipse.scanning.api.points.IPointGenerator
getFirstPointMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
ConsecutiveMultiGenerator
-
ConsecutiveMultiGenerator
-
-
Method Details
-
getFactory
- Specified by:
getFactoryin classAbstractMultiGenerator<ConsecutiveMultiModel>
-