A C D E F G I L M N O P Q R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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(CognateQueryDef) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
-
Generate a cognate query.
- cognateQuery(String, String, ANetricsQueryBuilderBuilderBase.CognateQueryField[], String, Double, Double, Integer, Double, Double) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
-
Deprecated.
- CognateQueryDef - Class in com.tibco.patterns.qbp
-
Definition of a Simple query.
- CognateQueryDef(List<ANetricsQueryBuilderBuilderBase.CognateQueryField>) - Constructor for class com.tibco.patterns.qbp.CognateQueryDef
-
Creates a Cognate query definition.
- 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
- CONFIG_ERROR - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
A configuration error.
- CONFIG_FATAL - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
A configuration error that always causes the logger to throw an exception.
- CONFIG_WARNING - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
A configuration warning message, something that may or may not be an error.
- CoreMatchCaseQlt(NetricsQuery, double, Double) - Constructor for class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CoreMatchCaseQlt
-
Create the definition of a match case core feature.
D
- dateQuery(DateQueryDef) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
-
Generate a date query.
- dateQuery(String, String, String, String, Double, Double) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
-
Deprecated.
- DateQueryDef - Class in com.tibco.patterns.qbp
-
Definition of a Date query.
- DateQueryDef(String, String) - Constructor for class com.tibco.patterns.qbp.DateQueryDef
-
Creates a Date query definition.
- DEFAULT - com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.ConfidenceType
-
Use the model version default confidence score.
- 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.
E
- emptyFieldPenalty(Double) - Method in class com.tibco.patterns.qbp.CognateQueryDef
- emptyScore(Double) - Method in class com.tibco.patterns.qbp.DateQueryDef
- emptyScore(Double) - Method in class com.tibco.patterns.qbp.TextQueryDef
- ERROR - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
An error.
F
- FATAL - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
An error that always causes the logger to throw an exception.
- FEATURE - com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.ConfidenceType
-
Use the feature score based confidence score.
- 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.
- getDataSourceSpec() - Method in class com.tibco.patterns.qbp.DateQueryDef
- getDataSourceSpec() - Method in class com.tibco.patterns.qbp.SimpleQueryDef
- getDefaultItemNames(String) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
-
Return the list of default item names for the specified item type.
- getEmptyFieldPenalty() - Method in class com.tibco.patterns.qbp.CognateQueryDef
- getEmptyScore() - Method in class com.tibco.patterns.qbp.DateQueryDef
- getEmptyScore() - Method in class com.tibco.patterns.qbp.TextQueryDef
- getFieldName() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SimpleQueryField
- getFieldName() - Method in class com.tibco.patterns.qbp.DateQueryDef
- getFields() - Method in class com.tibco.patterns.qbp.CognateQueryDef
- getFields() - Method in class com.tibco.patterns.qbp.SimpleQueryDef
- getFieldWeight() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SimpleQueryField
- getGroupName() - Method in class com.tibco.patterns.qbp.QueryDef
- getIdx() - Method in enum com.tibco.patterns.qbp.AQBPLogger.LogLevel
- getIgnoreScore() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
- getInvalidScore() - Method in class com.tibco.patterns.qbp.DateQueryDef
- 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
- getNonCogWeight() - Method in class com.tibco.patterns.qbp.CognateQueryDef
- getPenaltyFactor() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
- getPreindexIt() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.FirstValidQlt
- getQuery() - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
-
Generate the AND compound matching query.
- 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() - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
-
Generate the match case compound matching query.
- getQuery() - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
-
Generate the Rlink compound matching query.
- getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
-
Generate the AND compound matching query for a given set of feature queries.
- getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.AQBPCompoundQueryBuilder
-
Method to be used by GeneralCompoundQueryBuilder.
- getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
-
Generate the match case compound matching query for a given set of features.
- getQuery(NetricsQuery[]) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
-
Generate the Rlink compound matching query for a given set of features.
- 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
- getQueryName() - Method in class com.tibco.patterns.qbp.QueryDef
- getQueryString() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.CognateQueryField
- getReaderFor(File) - Method in class com.tibco.patterns.qbp.DfltFileMgr
-
Get an input stream reader for a file identified by a File object.
- getReaderFor(File) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
-
Get an input stream reader for a file identified by a File object.
- getReaderFor(String) - Method in class com.tibco.patterns.qbp.DfltFileMgr
-
Get an input stream reader for a file identified by a string value.
- getReaderFor(String) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
-
Get an input stream reader for a file identified by a string value.
- getRejectScore() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.AndQlt
- getScoreType() - Method in class com.tibco.patterns.qbp.TextQueryDef
- getSupportFactor() - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.SupportingMatchCaseQlt
- getThesaurusName() - Method in class com.tibco.patterns.qbp.TextQueryDef
- getThesaurusWeight() - Method in class com.tibco.patterns.qbp.TextQueryDef
- 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
- groupName(String) - Method in class com.tibco.patterns.qbp.QueryDef
-
Sets the group name of this querylet.
I
- INFO - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
An informational message, does not indicate an error.
- 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.
- invalidScore(Double) - Method in class com.tibco.patterns.qbp.DateQueryDef
- 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
- isMatchEmpty() - Method in class com.tibco.patterns.qbp.DateQueryDef
- isMatchEmpty() - Method in class com.tibco.patterns.qbp.TextQueryDef
- 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.
- matchEmpty(Boolean) - Method in class com.tibco.patterns.qbp.DateQueryDef
- matchEmpty(Boolean) - Method in class com.tibco.patterns.qbp.TextQueryDef
N
- newConfigFatal(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
-
Same as
AQBPLogger.logConfigFatal(String), but returns the exception instead of throwing it. - newConfigFatal(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
-
Same as
AQBPLogger.logConfigFatal(String, Throwable), but returns the exception instead of throwing it. - newFatal(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
-
Same as
AQBPLogger.logFatal(String), but returns the exception instead of throwing it. - newFatal(String, Throwable) - Method in class com.tibco.patterns.qbp.AQBPLogger
-
Same as
AQBPLogger.logFatal(String, Throwable), but returns the exception instead of throwing it. - nonCogWeight(Double) - Method in class com.tibco.patterns.qbp.CognateQueryDef
- NONE - com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase.ConfidenceType
-
Do not compute a confidence score.
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
- QueryDef - Class in com.tibco.patterns.qbp
-
A definition of a query.
- QueryDef() - Constructor for class com.tibco.patterns.qbp.QueryDef
-
Prevents direct instantiation.
- queryName(String) - Method in class com.tibco.patterns.qbp.QueryDef
-
Sets the name of this querylet.
- 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
- scoreType(Integer) - Method in class com.tibco.patterns.qbp.TextQueryDef
- sendConfigError(String) - Method in class com.tibco.patterns.qbp.AQBPLogger
-
Format a configuration error message and send it to the log.
- 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.AQBPLogger
-
Format a configuration error message and send it to the log with a reason.
- 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) - 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.AQBPLogger
-
Format an error message and send it to the log with a reason.
- 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) - 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.AQBPLogger
-
Format a warning message with a reason 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(File) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
-
Configure this object from a configuration file.
- setConfiguration(File) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
-
Initialize this general compound query builder from a RecordMatchingQueryDef file.
- setConfiguration(File) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
-
Configure this object from a configuration file.
- setConfiguration(File) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
-
Configure this object from a configuration file.
- setConfiguration(File) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
-
Configure this object from a configuration file.
- setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
-
Configure this object from an input stream.
- setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
-
Initialize this general compound query builder from a RecordMatchingQueryDef stream.
- setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
-
Configure this object from an input stream.
- setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
-
Configure this object from an input stream.
- setConfiguration(InputStream) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
-
Configure this object from an input stream.
- setConfiguration(Object) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
-
Configure this AND query generator from an external configuration object.
- setConfiguration(Object) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
-
Initialize this general compound query builder from a RecordMatchingQueryDef object.
- setConfiguration(Object) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
-
Configure this object from a GeneralQueryBuilderConfig object.
- setConfiguration(Object) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
-
Configure this match case query generator from an external configuration object.
- setConfiguration(Object) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
-
Configure this RLink query generator from an RlinkBuilderConfig object.
- 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, 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(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, 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(String) - Method in class com.tibco.patterns.qbp.AndCompoundQueryBuilder
-
Configure this object from a configuration source.
- setConfiguration(String) - Method in class com.tibco.patterns.qbp.GeneralCompoundQueryBuilder
-
Initialize this general compound query builder from a RecordMatchingQueryDef source.
- setConfiguration(String) - Method in class com.tibco.patterns.qbp.GeneralQueryBuilder
-
Configure this object from a configuration source.
- setConfiguration(String) - Method in class com.tibco.patterns.qbp.MatchCaseCompoundQueryBuilder
-
Configure this object from a configuration source.
- setConfiguration(String) - Method in class com.tibco.patterns.qbp.RlinkCompoundQueryBuilder
-
Configure this object from a configuration source.
- 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(SimpleQueryDef) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
-
Generate a simple query.
- simpleQuery(String, String, String, ANetricsQueryBuilderBuilderBase.SimpleQueryField[], String, Double, Double, Integer) - Method in class com.tibco.patterns.qbp.ANetricsQueryBuilderBuilderBase
-
Deprecated.
- SimpleQueryDef - Class in com.tibco.patterns.qbp
-
Definition of a Simple query.
- SimpleQueryDef(String, List<ANetricsQueryBuilderBuilderBase.SimpleQueryField>) - Constructor for class com.tibco.patterns.qbp.SimpleQueryDef
-
Creates a Simple query definition.
- 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
- TextQueryDef - Class in com.tibco.patterns.qbp
-
Common definitions for text-based querylets: Simple and Cognate.
- TextQueryDef() - Constructor for class com.tibco.patterns.qbp.TextQueryDef
-
Prevents direct instantiation.
- thesaurus(String, Double) - Method in class com.tibco.patterns.qbp.TextQueryDef
-
Sets the thesaurus information.
- TRACE - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
A low level tracing message, for debugging.
- 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(File) - Method in class com.tibco.patterns.qbp.DfltFileMgr
-
Check if a File is a valid data source.
- verify(File) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
-
Check if a File is a valid data source.
- verify(String) - Method in class com.tibco.patterns.qbp.DfltFileMgr
-
Check if the given data source is valid.
- verify(String) - Method in interface com.tibco.patterns.qbp.IQBPFileMgr
-
Check a data source for validity.
W
- WARNING - com.tibco.patterns.qbp.AQBPLogger.LogLevel
-
A warning message, something that may or may not be an error.
- 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.
All Classes All Packages