Uses of Class
org.terrier.querying.ManagerRequisite
-
Packages that use ManagerRequisite Package Description org.terrier.querying Provides the interfaces and classes for the querying API of the Terrier platform, the controls, post processors and filters. -
-
Uses of ManagerRequisite in org.terrier.querying
Methods in org.terrier.querying that return ManagerRequisite Modifier and Type Method Description ManagerRequisite[]
value()
static ManagerRequisite
ManagerRequisite. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ManagerRequisite[]
ManagerRequisite. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-