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
initializerForMarksBeans
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.anchoranalysis.mpp.proposer.OptionalPointProposer
propose
-
Constructor Details
-
PositionProposer
public PositionProposer()
-