Uses of Interface
org.anchoranalysis.mpp.feature.addcriteria.AddCriteria
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.feature.addcriteria |
Criteria for adding edges during optimization of marked-point-processes.
|
| org.anchoranalysis.mpp.feature.energy.saved |
Saved snapshots of energy-calculations.
|
-
Uses of AddCriteria in org.anchoranalysis.mpp.feature.addcriteria
Classes in org.anchoranalysis.mpp.feature.addcriteria that implement AddCriteria Modifier and Type Class Description classAddCriteriaEnergyPairImplementsAddCriteriafor energy pairs, combining energy calculations with additional criteria.classAddCriteriaNever<T>An implementation ofAddCriteriathat never adds an edge between marks.classAddCriteriaOrAnAddCriteriaPairthat combines multiple criteria using a logical OR operation.classAddCriteriaPairAbstract base class for criteria used to determine if a pair of marks should be included.classArbitraryPointCommonIf one arbitrarily point overlaps between two MarkPointList then true, otherwise falseclassBoundingBoxIntersectionAnAddCriteriaPairthat includes marks if their bounding boxes intersect.Methods in org.anchoranalysis.mpp.feature.addcriteria that return AddCriteria Modifier and Type Method Description AddCriteria<T>RandomCollectionWithAddCriteria. getAddCriteria()The criteria used to determine which marks to add.Methods in org.anchoranalysis.mpp.feature.addcriteria with parameters of type AddCriteria Modifier and Type Method Description voidRandomCollectionWithAddCriteria. 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 AddCriteria Constructor Description EnergySavedPairs(AddCriteria<EnergyPair> addCriteria)Creates a new instance with the specified add criteria for energy pairs.