Class PositionProposer
- All Implemented Interfaces:
OptionalPointProposer
public abstract class PositionProposer
extends ProposerBean<OptionalPointProposer>
implements OptionalPointProposer
An abstract base class for proposing positions.
This class extends ProposerBean and implements OptionalPointProposer, providing a foundation for creating position proposers in the MPP (Marked Point Process) framework.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.mpp.bean.MarksBean
initializerForMarksBeansMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.anchoranalysis.mpp.proposer.OptionalPointProposer
propose
-
Constructor Details
-
PositionProposer
public PositionProposer()
-