
public interface FocalPlaneMapModelFactory
FocalPlaneMap.| Modifier and Type | Method and Description |
|---|---|
default FocalPlaneMapModel |
createModel(Serializable descriptor) |
FocalPlaneMapModel |
getModel(Serializable descriptor)
Creates a model based on the specified descriptor.
|
default void |
start(FocalPlaneMapModel model) |
default void |
stop(FocalPlaneMapModel model) |
String |
toString()
Returns a human-readable name of this factory.
|
String toString()
FocalPlaneMapModel getModel(Serializable descriptor)
descriptor - Model descriptor, or null if the default model should be created.default FocalPlaneMapModel createModel(Serializable descriptor)
default void start(FocalPlaneMapModel model)
default void stop(FocalPlaneMapModel model)
Copyright © 2019 LSST. All rights reserved.