Uses of Class
org.anchoranalysis.mpp.bean.mark.factory.MarkWithIdentifierFactory
Packages that use MarkWithIdentifierFactory
Package
Description
Beans related to creating
Marks.Proposing
Marks or other data-structures with particular
attributes.-
Uses of MarkWithIdentifierFactory in org.anchoranalysis.mpp.bean.mark.factory
Subclasses with type arguments of type MarkWithIdentifierFactory in org.anchoranalysis.mpp.bean.mark.factoryModifier and TypeClassDescriptionclassA factory for creating marks with unique identifiers. -
Uses of MarkWithIdentifierFactory in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer with parameters of type MarkWithIdentifierFactoryModifier and TypeMethodDescriptionabstract 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.