Uses of Class
org.refcodes.criteria.AbstractCriteria
-
Packages that use AbstractCriteria Package Description org.refcodes.criteria The refcodes-criteria framework allows the construction of criteria for selecting or filtering or identifying issues (such issues could be the selection of entries from a database). -
-
Uses of AbstractCriteria in org.refcodes.criteria
Subclasses of AbstractCriteria in org.refcodes.criteria Modifier and Type Class Description classAbstractCriteriaLeaf<T>Base class with the baseCriteriaLeaffunctionality provided forCriteriaLeafimplementations.classAbstractCriteriaNodeBase class with the baseCriteriaNodefunctionality provided forCriteriaNodeimplementations.classAbstractSingleCriteriaNodeBase class with the baseSingleCriteriaNodefunctionality provided forSingleCriteriaNodeimplementations.
-