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 TypeInterfaceDescriptioninterface
AddCriteria<T>
Criteria for adding edges between marks in a graph-based model.Classes in org.anchoranalysis.mpp.feature.addcriteria that implement OrderedFeatureListModifier 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.