public class

VDARIntersectionPrior

extends VDARPrior
java.lang.Object
   ↳ com.vidinoti.android.vdarsdk.VDARPrior
     ↳ com.vidinoti.android.vdarsdk.VDARIntersectionPrior

Class 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.

Summary

Public Constructors
VDARIntersectionPrior()
Construct a new prior with an empty nested prior list.
Public Methods
boolean equals(Object o)
ArrayList<VDARPrior> getPriors()
void setPriors(ArrayList<VDARPrior> priors)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public VDARIntersectionPrior ()

Construct a new prior with an empty nested prior list. You must add a nested prior before using this prior.

Public Methods

public boolean equals (Object o)

Since: API Level

public ArrayList<VDARPrior> getPriors ()

Returns
  • the sub priors

public void setPriors (ArrayList<VDARPrior> priors)

Parameters
priors The set of nested priors the intersection will contain

public String toString ()

Since: API Level