Class ProposerBean<T>
Object
AnchorBean<T>
InitializableBean<T,MarksInitialization>
MarksBean<T>
ProposerBean<T>
- Type Parameters:
T
- The specific type of the proposer bean
- Direct Known Subclasses:
MarkCollectionProposer
,MarkFromCollectionProposer
,MarkMergeProposer
,MarkProposer
,MarkSplitProposer
,PositionProposer
An abstract base class for proposer beans in the MPP (Marked Point Process) framework.
This class extends MarksBean and serves as a foundation for creating various types of proposers. It is designed to be extended by specific proposer implementations.
-
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
-
Constructor Details
-
ProposerBean
public ProposerBean()
-