Class CreateNew

Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,​org.anchoranalysis.mpp.init.MarksInitialization>
org.anchoranalysis.mpp.bean.MarksBean<T>
org.anchoranalysis.mpp.bean.provider.MarksBaseProvider<org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider,​org.anchoranalysis.mpp.mark.MarkCollection>
org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
org.anchoranalysis.plugin.mpp.bean.provider.collection.CreateNew
All Implemented Interfaces:
org.anchoranalysis.bean.Provider<org.anchoranalysis.mpp.mark.MarkCollection>

public class CreateNew
extends org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
Creates a new empty collection of marks
Author:
Owen Feehan
  • Constructor Summary

    Constructors 
    Constructor Description
    CreateNew()  
  • Method Summary

    Modifier and Type Method Description
    org.anchoranalysis.mpp.mark.MarkCollection get()  

    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

  • Method Details

    • get

      public org.anchoranalysis.mpp.mark.MarkCollection get()