Class FromSingleMark

Object
AnchorBean<MarkCollectionProvider>
InitializableBean<MarkCollectionProvider, MarksInitialization>
MarksBean<MarkCollectionProvider>
MarksBaseProvider<MarkCollectionProvider, MarkCollection>
MarkCollectionProvider
FromSingleMark
All Implemented Interfaces:
Provider<MarkCollection>

public class FromSingleMark extends MarkCollectionProvider
Creates a MarkCollection from a single mark provided by a SingleMarkProvider.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    MarkCollection
    get()
     
    SingleMarkProvider
    The provider for a single mark.
    void
    setMarkProvider(SingleMarkProvider markProvider)
    The provider for a single mark.

    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
  • Constructor Details

    • FromSingleMark

      public FromSingleMark()
  • Method Details

    • get

      public MarkCollection get() throws ProvisionFailedException
      Throws:
      ProvisionFailedException
    • getMarkProvider

      public SingleMarkProvider getMarkProvider()
      The provider for a single mark.
    • setMarkProvider

      public void setMarkProvider(SingleMarkProvider markProvider)
      The provider for a single mark.