Uses of Interface
org.anchoranalysis.mpp.feature.addcriteria.OrderedFeatureList
Packages that use OrderedFeatureList
Package
Description
Criteria for adding edges during optimization of marked-point-processes.
-
Uses of OrderedFeatureList in org.anchoranalysis.mpp.feature.addcriteria
Subinterfaces of OrderedFeatureList in org.anchoranalysis.mpp.feature.addcriteriaModifier and TypeInterfaceDescriptioninterfaceAddCriteria<T>Criteria for adding edges between marks in a graph-based model.Classes in org.anchoranalysis.mpp.feature.addcriteria that implement OrderedFeatureListModifier 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.