Skip navigation links
TIBCO® Patterns Query Builder Platform
A C D F G I L M O P Q R S T V W 

A

AndCompoundQueryBuilder - Class in com.tibco.patterns.qbp
This class implements a compound query builder based on the AND query.
AndCompoundQueryBuilder() - Constructor for class com.tibco.patterns.qbp.AndCompoundQueryBuilder
 
AndQlt(NetricsQuery, Double, Double, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
Create the definition of an AND querylet.
andQuery(String, String, ANetricsQueryBuilderBuilderBase.AndQlt[]) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate an AND score combiner query.
ANetricsQueryBuilderBuilderBase - Class in com.tibco.patterns.qbp
This class adds methods for generating the basic query nodes.
ANetricsQueryBuilderBuilderBase() - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
 
ANetricsQueryBuilderBuilderBase.AndQlt - Class in com.tibco.patterns.qbp
Define one querylet of an AND score combiner.
ANetricsQueryBuilderBuilderBase.CognateQueryField - Class in com.tibco.patterns.qbp
Define the field data for a cognate query.
ANetricsQueryBuilderBuilderBase.ConfidenceType - Enum in com.tibco.patterns.qbp
Code values for supported types of confidence measures.
ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt - Class in com.tibco.patterns.qbp
Define a core querylet/feature of a match case query.
ANetricsQueryBuilderBuilderBase.FirstValidQlt - Class in com.tibco.patterns.qbp
Define a querylet for the FirstValid score combiner.
ANetricsQueryBuilderBuilderBase.OrQlt - Class in com.tibco.patterns.qbp
Define one querylet of an OR score combiner.
ANetricsQueryBuilderBuilderBase.SimpleQueryField - Class in com.tibco.patterns.qbp
Define the field data for a simple query.
ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt - Class in com.tibco.patterns.qbp
Define a supporting querylet/feature of a match case query.
AQBPCompoundQueryBuilder - Class in com.tibco.patterns.qbp
Add method needed by GeneralCompoundQueryBuilder to generate compound queries.
AQBPCompoundQueryBuilder() - Constructor for class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
Default constructor.
AQBPLogger - Class in com.tibco.patterns.qbp
An Abstract base for loggers used in the query builder.
AQBPLogger() - Constructor for class com.tibco.patterns.qbp.AQBPLogger
Default constructor.
AQBPLogger.LogLevel - Enum in com.tibco.patterns.qbp
The different logging levels supported.
AQBPLogger.QBPConfigException - Exception in com.tibco.patterns.qbp
Exception thrown if in exception mode for configuration errors.
AQBPLogger.QBPException - Exception in com.tibco.patterns.qbp
Exception thrown if in exception mode for standard errors.

C

changeItemName(String, String, String) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Change a single item name to be output in the generated query.
close() - Method in class com.tibco.patterns.qbp.QBPFileLogger
Close the logger.
cognateQuery(String, String, ANetricsQueryBuilderBuilderBase.CognateQueryField[], String, Double, Double, Integer, Double, Double) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a cognate query.
CognateQueryField(String, String, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CognateQueryField
Create a field reference for a cognate query.
com.tibco.patterns.qbp - package com.tibco.patterns.qbp
 
CoreMatchCaseQlt(NetricsQuery, double, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt
Create the definition of a match case core feature.

D

dateQuery(String, String, String, String, Double, Double) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a custom date query.
DfltFileMgr - Class in com.tibco.patterns.qbp
Default file manager for the Query Builder Platform.
DfltFileMgr() - Constructor for class com.tibco.patterns.qbp.DfltFileMgr
Create a default file manager.
DfltFileMgr(File) - Constructor for class com.tibco.patterns.qbp.DfltFileMgr
Create a file manager that restricts files to a directory.
DfltLoaderMgr - Class in com.tibco.patterns.qbp
Default implementation of the QBP loader manager interface.
DfltLoaderMgr() - Constructor for class com.tibco.patterns.qbp.DfltLoaderMgr
Default constructor: only loads from standard class path.
DfltLoaderMgr(File) - Constructor for class com.tibco.patterns.qbp.DfltLoaderMgr
Load from standard class path, or from directories under a specified directory.

F

file_mgr - Variable in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
 
FirstValidQlt(NetricsQuery, double, double, Boolean) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
Create the definition of a FirstValid querylet.
firstValidQuery(String, String, Boolean, ANetricsQueryBuilderBuilderBase.FirstValidQlt[]) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a First Valid score combiner query.

G

GeneralCompoundQueryBuilder - Class in com.tibco.patterns.qbp
Generalized compound query builder class.
GeneralCompoundQueryBuilder() - Constructor for class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Default constructor.
GeneralCompoundQueryBuilder(IQBPFileMgr, IQBPLoaderMgr, RecordMatchingQueryDef, AQBPLogger) - Constructor for class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Create a new general compound query builder from a configuration object.
GeneralQueryBuilder - Class in com.tibco.patterns.qbp
Generalized query builder class.
GeneralQueryBuilder() - Constructor for class com.tibco.patterns.qbp.GeneralQueryBuilder
Creat an uninitialized general query builder object.
GeneralQueryBuilder(GeneralBuilderConfig, AQBPLogger) - Constructor for class com.tibco.patterns.qbp.GeneralQueryBuilder
Create a new general query builder from a configuration object.
generateSource(File, AQBPLogger) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Generate code for this query builder.
generateSource(File, AQBPLogger) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Generate code for this query builder.
getAPICode() - Method in enum com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.ConfidenceType
 
getBuilder(String, String, AQBPLogger) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Retrieve a class as an ANetricsQueryBuilder object.
getBuilderClassObject(String) - Method in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
Retrieve a class as an ANetricsQueryBuilder object.
getConfidenceCutoff() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
 
getConfigNoteCount() - Method in class com.tibco.patterns.qbp.AQBPLogger
 
getCurItemName(String, String) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Get the current name of an item for the given item type and default name.
getDefaultItemNames(String) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Return the list of default item names for the specified item type.
getFieldName() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SimpleQueryField
 
getFieldWeight() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SimpleQueryField
 
getIdx() - Method in enum com.tibco.patterns.qbp.AQBPLogger.LogLevel
 
getIgnoreScore() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
 
getLoaderFor(String, String) - Method in class com.tibco.patterns.qbp.DfltLoaderMgr
Get a class loader for a particular class and source.
getLoaderFor(String, String) - Method in interface com.tibco.patterns.qbp.IQBPLoaderMgr
Get a class loader for a particular class and source.
getMatchScoreCutoff() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
 
getPenaltyFactor() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
 
getPreindexIt() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
 
getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Generate the AND compound matching query for a given set of feature queries.
getQuery() - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Generate the AND compound matching query.
getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
Method to be used by GeneralCompoundQueryBuilder.
getQuery() - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Implement the qetQuery method for running in interpretive mode.
getQuery() - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Return a query object for the current field values.
getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Generate the match case compound matching query for a given set of features.
getQuery() - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Generate the match case compound matching query.
getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Generate the Rlink compound matching query for a given set of features.
getQuery() - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Generate the Rlink compound matching query.
getQuerylet() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
 
getQuerylet() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt
 
getQuerylet() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
 
getQuerylet() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.OrQlt
 
getQuerylet() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
 
getQueryString() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CognateQueryField
 
getReaderFor(String) - Method in class com.tibco.patterns.qbp.DfltFileMgr
Get an input stream reader for a file identified by a string value.
getReaderFor(File) - Method in class com.tibco.patterns.qbp.DfltFileMgr
Get an input stream reader for a file identified by a File object.
getReaderFor(String) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
Get an input stream reader for a file identified by a string value.
getReaderFor(File) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
Get an input stream reader for a file identified by a File object.
getRejectScore() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
 
getSupportFactor() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
 
getThreshold() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt
 
getThreshold() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
 
getUsedItemTypes() - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Return the list of used item types.
getWeight() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
 
getWeight() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt
 
getWeight() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.OrQlt
 

I

installCustomClasses(File, AQBPLogger) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Install the custom classes for this compound query builder.
installCustomClasses(File, AQBPLogger) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Install the custom classes for this query builder.
IQBPFileMgr - Interface in com.tibco.patterns.qbp
Interface for opening files for reading.
IQBPLoaderMgr - Interface in com.tibco.patterns.qbp
Get a class loader for a class.
isConfigExceptionModeOn() - Method in class com.tibco.patterns.qbp.AQBPLogger
 
isStandardExceptionModeOn() - Method in class com.tibco.patterns.qbp.AQBPLogger
 

L

logConfigError(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a configuration error message.
logConfigError(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a configuration error message with an exception that caused the error.
logConfigFatal(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a configuration fatal message.
logConfigFatal(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a configuration fatal message with an exception that caused the error.
logError(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a standard error message.
logError(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a standard error message with an exception that caused the error.
logFatal(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a standard fatal message.
logFatal(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a standard fatal message with an exception that caused the error.
logInfo(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a general information message.
logTrace(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a trace message.
logWarning(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a warning message.
logWarning(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Log a warning message with an exception that caused the warning.

M

main(String[]) - Static method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Provide command line interface for generating query builders.
MatchCaseCompoundQueryBuilder - Class in com.tibco.patterns.qbp
This class implements a compound query builder based on the Match Case query.
MatchCaseCompoundQueryBuilder() - Constructor for class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
 
matchCaseQuery(String, String, Double, ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt[], ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt[]) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a Match Case score combiner query.
max_index - Static variable in enum com.tibco.patterns.qbp.AQBPLogger.LogLevel
 

O

OrQlt(NetricsQuery, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.OrQlt
Create the definition of an OR querylet.
orQuery(String, String, ANetricsQueryBuilderBuilderBase.OrQlt[]) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate an OR score combiner query.
outputAnnotatedConfiguration(RecordMatchingQueryDef, File, AQBPLogger) - Static method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Output an annotated input configuration file.
outputRunTimeConfiguration(File, File, AQBPLogger) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Output the run time configuration files.

P

popConfig() - Method in class com.tibco.patterns.qbp.AQBPLogger
Pop a configuration item off the stack of configuration items.
predicateQuery(String, String, String, Double, Double) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a predicate expression query object.
pushConfig(ConfigItem) - Method in class com.tibco.patterns.qbp.AQBPLogger
Push a new current configuration item onto the config item stack.

Q

QBPConfigException(String) - Constructor for exception com.tibco.patterns.qbp.AQBPLogger.QBPConfigException
Throw exception with no underlying cause.
QBPConfigException(String, Throwable) - Constructor for exception com.tibco.patterns.qbp.AQBPLogger.QBPConfigException
Throw exception with an underlying cause.
QBPException(String) - Constructor for exception com.tibco.patterns.qbp.AQBPLogger.QBPException
Throw exception with no underlying cause.
QBPException(String, Throwable) - Constructor for exception com.tibco.patterns.qbp.AQBPLogger.QBPException
Throw exception with an underlying cause.
QBPFileLogger - Class in com.tibco.patterns.qbp
An implementation of AQBPLogger that logs to a standard file or stream.
QBPFileLogger(File) - Constructor for class com.tibco.patterns.qbp.QBPFileLogger
Create a logger that logs to the given file.
QBPFileLogger(PrintStream) - Constructor for class com.tibco.patterns.qbp.QBPFileLogger
Log to an existing stream.
QBPJaxbUtils - Class in com.tibco.patterns.qbp
Provide static methods for reading and writing Query Builder Platform configuration files.
QBPJaxbUtils() - Constructor for class com.tibco.patterns.qbp.QBPJaxbUtils
 
QueryRunner - Class in com.tibco.patterns.qbp
Run a set of queries using a compound query builder.
QueryRunner(File, ANetricsCompoundQueryBuilder, AQBPLogger) - Constructor for class com.tibco.patterns.qbp.QueryRunner
Create a query runner from a configuration file.

R

readAndBuilderConfig(String, InputStream, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Read in an AND compound builder configuration.
readGeneralBuilderConfig(String, InputStream, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Read in a general query builder configuration.
readMatchCaseBuilderConfig(String, InputStream, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Read in a Match Case compound builder configuration.
readRecordMatchingQueryDef(String, InputStream, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Read in a complete record matching query definition.
readRlinkBuilderConfig(String, InputStream, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Read in a RLink compound builder configuration.
readRunQueryConfiguration(File, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Read in a query run configuration.
referenceQuery(String) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a reference query.
RlinkCompoundQueryBuilder - Class in com.tibco.patterns.qbp
This class implements a compound query builder based on an Rlink query.
RlinkCompoundQueryBuilder() - Constructor for class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
 
rlinkQuery(String, String, String, Boolean, ANetricsQueryBuilderBuilderBase.ConfidenceType, NetricsQuery[]) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate an RLINK score combiner query.
run() - Method in class com.tibco.patterns.qbp.QueryRunner
Run the set of queries for this query runner.

S

sendConfigError(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format a configuration error message and send it to the log.
sendConfigError(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format a configuration error message and send it to the log with a reason.
sendConfigError(String) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format a configuration error message and send it to the log.
sendConfigError(String, Throwable) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format a configuration error message and send it to the log with a reason.
sendError(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format an error message and send it to the log.
sendError(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format an error message and send it to the log with a reason.
sendError(String) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format an error message and send it to the log.
sendError(String, Throwable) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format an error message and send it to the log with a reason.
sendInfo(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format an information message and send it to the log.
sendInfo(String) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format an information message and send it to the log.
sendTrace(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format a Trace message and send it to the log.
sendTrace(String) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format a Trace message and send it to the log.
sendWarning(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format a warning message and send it to the log.
sendWarning(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
Format a warning message with a reason and send it to the log.
sendWarning(String) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format a warning message and send it to the log.
sendWarning(String, Throwable) - Method in class com.tibco.patterns.qbp.QBPFileLogger
Format a warning message with a reason and send it to the log.
setBuilderConfig(ANetricsQueryBuilder, String, String, AQBPLogger) - Method in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
initialize a feature query builder with a configuration file.
setConfig(ConfigItem) - Method in class com.tibco.patterns.qbp.AQBPLogger
Set the top level configuration item.
setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Configure this object from an input stream.
setConfiguration(String) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Configure this object from a configuration source.
setConfiguration(Object, List<ANetricsCompoundQueryBuilder.FeatureDef>, AQBPLogger) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Configure this AND query generator from an external configuration object and a set of features.
setConfiguration(Object) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Configure this AND query generator from an external configuration object.
setConfiguration(File) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
Configure this object from a configuration file.
setConfiguration(Object, List<ANetricsCompoundQueryBuilder.FeatureDef>, AQBPLogger) - Method in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
Configure this query generator from an external configuration object and a set of features.
setConfiguration(File) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Initialize this general compound query builder from a RecordMatchingQueryDef file.
setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Initialize this general compound query builder from a RecordMatchingQueryDef stream.
setConfiguration(String) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Initialize this general compound query builder from a RecordMatchingQueryDef source.
setConfiguration(Object) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Initialize this general compound query builder from a RecordMatchingQueryDef object.
setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Configure this object from an input stream.
setConfiguration(String) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Configure this object from a configuration source.
setConfiguration(File) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Configure this object from a configuration file.
setConfiguration(Object) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Configure this object from a GeneralQueryBuilderConfig object.
setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Configure this object from an input stream.
setConfiguration(String) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Configure this object from a configuration source.
setConfiguration(Object, List<ANetricsCompoundQueryBuilder.FeatureDef>, AQBPLogger) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Configure this object from an external configuration object and a set of features.
setConfiguration(Object) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Configure this match case query generator from an external configuration object.
setConfiguration(File) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
Configure this object from a configuration file.
setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Configure this object from an input stream.
setConfiguration(String) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Configure this object from a configuration source.
setConfiguration(Object, List<ANetricsCompoundQueryBuilder.FeatureDef>, AQBPLogger) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Configure this RLink query generator from an RlinkBuilderConfig object and a set of features.
setConfiguration(Object) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Configure this RLink query generator from an RlinkBuilderConfig object.
setConfiguration(File) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
Configure this object from a configuration file.
setEnabledLevels(AQBPLogger.LogLevel...) - Method in class com.tibco.patterns.qbp.AQBPLogger
Set the log levels that are enabled.
setFileMgr(IQBPFileMgr) - Method in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
Set the file manager used by this query builder.
setFileMgr(IQBPFileMgr) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
Set the file manager used by this query builder.
setFileMgr(IQBPFileMgr) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
Set the file manager used by this query builder.
setQuerylet(NetricsQuery) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
Set the query to be used.
setQuerylet(NetricsQuery) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt
Set the query to be used.
setQuerylet(NetricsQuery) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
Set the query to be used.
setQuerylet(NetricsQuery) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.OrQlt
Set the query to be used.
setQuerylet(NetricsQuery) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
Set the query to be used.
simpleQuery(String, String, String, ANetricsQueryBuilderBuilderBase.SimpleQueryField[], String, Double, Double, Integer) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a simple query.
SimpleQueryField(String, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SimpleQueryField
Create a field reference for a simple query.
SupportingMatchCaseQlt(NetricsQuery, double, double, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
Create the definition of a match case supporting feature.

T

turnOffConfigExceptionMode() - Method in class com.tibco.patterns.qbp.AQBPLogger
Turn off configuration error exception mode.
turnOffConfigNotes() - Method in class com.tibco.patterns.qbp.AQBPLogger
Turn off the adding of configuration errors to config object.
turnOffStandardExceptionMode() - Method in class com.tibco.patterns.qbp.AQBPLogger
Turn off standard error exception mode.
turnOnConfigExceptionMode() - Method in class com.tibco.patterns.qbp.AQBPLogger
Turn on configuration error exception mode.
turnOnConfigNotes() - Method in class com.tibco.patterns.qbp.AQBPLogger
Turn on the adding of configuration errors to config object.
turnOnStandardExceptionMode() - Method in class com.tibco.patterns.qbp.AQBPLogger
Turn on standard error exception mode.

V

valueOf(String) - Static method in enum com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.ConfidenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.tibco.patterns.qbp.AQBPLogger.LogLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.ConfidenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.tibco.patterns.qbp.AQBPLogger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
verify(String) - Method in class com.tibco.patterns.qbp.DfltFileMgr
Check if the given data source is valid.
verify(File) - Method in class com.tibco.patterns.qbp.DfltFileMgr
Check if a File is a valid data source.
verify(String) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
Check a data source for validity.
verify(File) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
Check if a File is a valid data source.

W

weightByFieldQuery(String, String, String, NetricsQuery) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
Generate a weight by score combiner query.
writeConfigObject(Object, File, AQBPLogger) - Static method in class com.tibco.patterns.qbp.QBPJaxbUtils
Write a Query Builder Platform configuration object to a file in XML format.
A C D F G I L M O P Q R S T V W 
Skip navigation links
© TIBCO Software, Inc. 2018