Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkWithIdentifierFactory
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.proposer |
Proposing
Marks or other data-structures with particular
attributes. |
-
Uses of MarkWithIdentifierFactory in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type MarkWithIdentifierFactory Modifier and Type Method Description abstract Optional<MarkCollection>MarkCollectionProposer. propose(MarkWithIdentifierFactory markFactory, ProposerContext context)Proposes a collection of marks.abstract Optional<PairVoxelizedMarkMemo>MarkSplitProposer. propose(VoxelizedMarkMemo mark, ProposerContext context, MarkWithIdentifierFactory markFactory)Proposes a split of the input mark into two new marks.