Uses of Class
com.biglybt.core.tag.impl.TagPropertyConstraintHandler.TagConstraint
-
Packages that use TagPropertyConstraintHandler.TagConstraint Package Description com.biglybt.core.tag.impl -
-
Uses of TagPropertyConstraintHandler.TagConstraint in com.biglybt.core.tag.impl
Fields in com.biglybt.core.tag.impl with type parameters of type TagPropertyConstraintHandler.TagConstraint Modifier and Type Field Description (package private) java.util.Map<Tag,TagPropertyConstraintHandler.TagConstraint>
TagPropertyConstraintHandler. constrained_tags
(package private) java.util.IdentityHashMap<DownloadManager,java.util.List<TagPropertyConstraintHandler.TagConstraint>>
TagPropertyConstraintHandler. freq_lim_pending
Methods in com.biglybt.core.tag.impl that return TagPropertyConstraintHandler.TagConstraint Modifier and Type Method Description TagPropertyConstraintHandler.TagConstraint
TagPropertyConstraintHandler. compileConstraint(java.lang.String expr)
Methods in com.biglybt.core.tag.impl with parameters of type TagPropertyConstraintHandler.TagConstraint Modifier and Type Method Description private void
TagPropertyConstraintHandler. apply(TagPropertyConstraintHandler.TagConstraint constraint)
private static boolean
TagPropertyConstraintHandler. canProcess(TagPropertyConstraintHandler.TagConstraint constraint, DownloadManager dm, boolean is_new)
private static boolean
TagPropertyConstraintHandler. canProcess(TagPropertyConstraintHandler.TagConstraint constraint, java.util.List<DownloadManager> dms)
-