Uses of Interface
gov.cms.hh.logic.specification.abstr.Specification
Packages that use Specification
Package
Description
-
Uses of Specification in gov.cms.hh.logic.specification
Classes in gov.cms.hh.logic.specification that implement SpecificationModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of Specification in gov.cms.hh.logic.specification.abstr
Classes in gov.cms.hh.logic.specification.abstr that implement SpecificationModifier and TypeClassDescriptionclassclassclassclassclassMethods in gov.cms.hh.logic.specification.abstr with parameters of type SpecificationModifier and TypeMethodDescriptionAbstractSpecification.and(Specification<T> s) AndSpecification.and(Specification<T> s) AbstractSpecification.or(Specification<T> s) OrSpecification.or(Specification<T> s) Constructors in gov.cms.hh.logic.specification.abstr with parameters of type SpecificationModifierConstructorDescriptionAndSpecification(Specification<T> a, Specification<T> b) OrSpecification(Specification<T> a, Specification<T> b) -
Uses of Specification in gov.cms.hh.logic.specification.condition
Classes in gov.cms.hh.logic.specification.condition that implement SpecificationMethods in gov.cms.hh.logic.specification.condition that return SpecificationModifier and TypeMethodDescriptionConditionSpecificationBuilder.buildConditionSpecifications(String conditions) protected Specification<String>ConditionSpecificationBuilder.buildMultiAndSpec(String specItem) protected Specification<String>ConditionSpecificationBuilder.buildSingleSpec(String specItem) protected Specification<String>ConditionSpecificationBuilder.parseConditions(String conditions) -
Uses of Specification in gov.cms.hh.v04223
Classes in gov.cms.hh.v04223 that implement Specification