Uses of Interface
org.anchoranalysis.mpp.feature.addcriteria.AddCriteria
Packages that use AddCriteria
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
-
Uses of AddCriteria in org.anchoranalysis.mpp.feature.addcriteria
Classes in org.anchoranalysis.mpp.feature.addcriteria that implement AddCriteriaModifier and TypeClassDescriptionclass
ImplementsAddCriteria
for energy pairs, combining energy calculations with additional criteria.class
An implementation ofAddCriteria
that never adds an edge between marks.class
AnAddCriteriaPair
that combines multiple criteria using a logical OR operation.class
Abstract base class for criteria used to determine if a pair of marks should be included.class
If one arbitrarily point overlaps between two MarkPointList then true, otherwise falseclass
AnAddCriteriaPair
that includes marks if their bounding boxes intersect.Methods in org.anchoranalysis.mpp.feature.addcriteria that return AddCriteriaModifier and TypeMethodDescriptionRandomCollectionWithAddCriteria.getAddCriteria()
The criteria used to determine which marks to add.Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type AddCriteriaModifier and TypeMethodDescriptionvoid
RandomCollectionWithAddCriteria.setAddCriteria
(AddCriteria<T> addCriteria) The criteria used to determine which marks to add. -
Uses of AddCriteria in org.anchoranalysis.mpp.feature.energy.saved
Constructors in org.anchoranalysis.mpp.feature.energy.saved with parameters of type AddCriteriaModifierConstructorDescriptionEnergySavedPairs
(AddCriteria<EnergyPair> addCriteria) Creates a new instance with the specified add criteria for energy pairs.