Class ReferenceOrEmpty
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.ReferenceOrEmpty
- All Implemented Interfaces:
org.anchoranalysis.bean.Provider<org.anchoranalysis.mpp.mark.MarkCollection>
public class ReferenceOrEmpty
extends org.anchoranalysis.mpp.bean.provider.MarkCollectionProvider
Returns an existing marks-collection or an empty set if it doesn't exist
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description ReferenceOrEmpty() -
Method Summary
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
-
Constructor Details
-
ReferenceOrEmpty
public ReferenceOrEmpty()
-
-
Method Details