VDARIntersectionPrior Class Reference
Inherits from | VDARPrior : NSObject |
Declared in | VDARIntersectionPrior.h |
Overview
Represent a combination of two or more priors where the result set is the intersection of the result set of each prior in the combination.
Instance Methods
initWithPriors:
Create a new intersection prior with the differents nestedpriors.
- (id)initWithPriors:(NSArray<VDARPrior*> *)priors
Parameters
- priors
Array of the different nested priors
Return Value
A new intersection prior
Discussion
Create a new intersection prior with the differents nestedpriors.
Declared In
VDARIntersectionPrior.h