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 TypeClassDescriptionclassImplementsAddCriteriafor energy pairs, combining energy calculations with additional criteria.classAn implementation ofAddCriteriathat never adds an edge between marks.classAnAddCriteriaPairthat combines multiple criteria using a logical OR operation.classAbstract base class for criteria used to determine if a pair of marks should be included.classIf one arbitrarily point overlaps between two MarkPointList then true, otherwise falseclassAnAddCriteriaPairthat 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 TypeMethodDescriptionvoidRandomCollectionWithAddCriteria.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.