Uses of Interface
org.refcodes.criteria.CriteriaNode
-
Packages that use CriteriaNode 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 CriteriaNode in org.refcodes.criteria
Subinterfaces of CriteriaNode in org.refcodes.criteria Modifier and Type Interface Description interfaceAndCriteriaACriteriaNoderepresenting a logical AND operator.interfaceIntersectWithCriteriaACriteriaNoderepresenting a logical INTERSECT operator.interfaceNotCriteriaACriteriaNoderepresenting a logical NOT operator.interfaceOrCriteriaACriteriaNoderepresenting a logical OR operator.interfaceSingleCriteriaNodeA special specialization of theCriteriaNode, allowing just one child.Classes in org.refcodes.criteria that implement CriteriaNode Modifier and Type Class Description classAbstractCriteriaNodeBase class with the baseCriteriaNodefunctionality provided forCriteriaNodeimplementations.classAbstractSingleCriteriaNodeBase class with the baseSingleCriteriaNodefunctionality provided forSingleCriteriaNodeimplementations.
-