A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

Aadhar_IN - Class in com.cobber.fta.plugins.identity
Plugin to detect Indian Aadhar.
Aadhar_IN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.identity.Aadhar_IN
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.LogicalType
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.plugins.identity.IN_JA
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
acceptsBaseType(FTAType) - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
Address2EN - Class in com.cobber.fta.plugins
Plugin to detect the second line of an Address.
Address2EN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.Address2EN
 
AddressEN - Class in com.cobber.fta.plugins
Plugin to detect an Address line.
AddressEN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.AddressEN
 
AnalysisConfig - Class in com.cobber.fta
Capture how the Analysis is configured.
AnalyzerContext - Class in com.cobber.fta
Definition of the Context for running an Analysis.
AnalyzerContext(String, DateTimeParser.DateResolutionMode, String, String[]) - Constructor for class com.cobber.fta.AnalyzerContext
 
ANYSHAPE - Static variable in class com.cobber.fta.token.TokenStream
The TokenStream that represents any input that is too long.
asJSON(boolean, int) - Method in class com.cobber.fta.TextAnalysisResult
A JSON representation of the Analysis.
asPlugin() - Method in class com.cobber.fta.TextAnalysisResult
A plugin definition to use to match this type.

B

backout - Variable in class com.cobber.fta.LogicalTypeFiniteSimple
 
backout - Variable in class com.cobber.fta.PluginDefinition
 
BACKOUT_REGEXP - Static variable in class com.cobber.fta.plugins.CheckDigitLT
 
BACKOUT_REGEXP - Static variable in class com.cobber.fta.plugins.identity.Aadhar_IN
 
BACKOUT_REGEXP - Static variable in class com.cobber.fta.plugins.identity.IN_JA
 
BACKOUT_REGEXP - Static variable in class com.cobber.fta.plugins.identity.NHS_UK
 
BACKOUT_REGEXP - Static variable in class com.cobber.fta.plugins.identity.SSN_CH
 
BACKOUT_REGEXP - Static variable in class com.cobber.fta.plugins.identity.SSN_FR
 
baseType - Variable in class com.cobber.fta.PluginDefinition
The underlying base type (e.g.
bottomK - Variable in class com.cobber.fta.Facts
The bottom 10 values.
bottomK() - Method in class com.cobber.fta.TopBottomK
Return the bottom K values (ordered LOWEST to HIGHEST).
bottomKasString() - Method in class com.cobber.fta.TopBottomK
Return the bottom K values as Strings (ordered LOWEST to HIGHEST).

C

calculateFacts(PatternInfo, long) - Method in class com.cobber.fta.Facts
 
calculateModulus(String, boolean) - Method in class com.cobber.fta.plugins.identity.NHSCheckDigit
Calculate the modulus for an NHS code.
CheckDigitABA - Class in com.cobber.fta.plugins
Plugin to detect valid ABA Number (or Routing Transit Number (RTN)).
CheckDigitABA(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitABA
 
CheckDigitCUSIP - Class in com.cobber.fta.plugins
Plugin to detect valid CUSIPs .
CheckDigitCUSIP(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitCUSIP
 
CheckDigitEAN13 - Class in com.cobber.fta.plugins
Plugin to detect valid EAN-13 (UPC, ISBN-13) identifiers.
CheckDigitEAN13(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitEAN13
 
CheckDigitIBAN - Class in com.cobber.fta.plugins
Plugin to detect valid International Bank Account Numbers (IBAN) .
CheckDigitIBAN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitIBAN
 
CheckDigitISBN - Class in com.cobber.fta.plugins
Plugin to detect ISBN-13 identifiers (with hyphens).
CheckDigitISBN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitISBN
 
CheckDigitISIN - Class in com.cobber.fta.plugins
Plugin to detect valid International Securities Identification Number.
CheckDigitISIN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitISIN
 
CheckDigitLT - Class in com.cobber.fta.plugins
Plugin to detect valid check digits.
CheckDigitLT(PluginDefinition, int) - Constructor for class com.cobber.fta.plugins.CheckDigitLT
 
CheckDigitLuhn - Class in com.cobber.fta.plugins
Plugin to detect valid Luhn check digits (typically Credit Cards or IMEI Numbers).
CheckDigitLuhn(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitLuhn
 
CheckDigitSEDOL - Class in com.cobber.fta.plugins
Plugin to detect valid SEDOL identifiers.
CheckDigitSEDOL(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CheckDigitSEDOL
 
clazz - Variable in class com.cobber.fta.PluginDefinition
Infinite/Finite plugins: this is the class used to implement.
com.cobber.fta - package com.cobber.fta
 
com.cobber.fta.driver - package com.cobber.fta.driver
 
com.cobber.fta.examples - package com.cobber.fta.examples
 
com.cobber.fta.plugins - package com.cobber.fta.plugins
 
com.cobber.fta.plugins.identity - package com.cobber.fta.plugins.identity
 
com.cobber.fta.token - package com.cobber.fta.token
 
comparator() - Method in class com.cobber.fta.PreSortedSet
 
compareTo(LogicalType) - Method in class com.cobber.fta.LogicalType
 
consume(String[]) - Method in class com.cobber.fta.driver.Processor
 
content - Variable in class com.cobber.fta.PluginDefinition
Simple finite plugins: the content with the set of valid elements.
contentType - Variable in class com.cobber.fta.PluginDefinition
ContentType describes the supplied content and must be one of 'inline', 'file' or 'resource'.
Contextual - Class in com.cobber.fta.examples
 
Contextual() - Constructor for class com.cobber.fta.examples.Contextual
 
CoordinateDMS - Class in com.cobber.fta.plugins
 
CoordinateDMS(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CoordinateDMS
 
CountryEN - Class in com.cobber.fta.plugins
Plugin to detect Country names.
CountryEN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.CountryEN
 
currentM2 - Variable in class com.cobber.fta.Facts
 
currentMean - Variable in class com.cobber.fta.Facts
 

D

debug - Variable in class com.cobber.fta.AnalysisConfig
Internal-only debugging flag.
decimalSeparator - Variable in class com.cobber.fta.Facts
Get the Decimal Separator used to interpret Doubles.
defn - Variable in class com.cobber.fta.LogicalType
 
description - Variable in class com.cobber.fta.PluginDefinition
English language description of the Semantic Type.
DETECT_WINDOW_DEFAULT - Static variable in class com.cobber.fta.AnalysisConfig
The default value for the number of samples to collect before making a type determination.
DETECTION_THRESHOLD_DEFAULT - Static variable in class com.cobber.fta.AnalysisConfig
The default value for the detection threshold.
distanceLevenshtein(String, Set<String>) - Static method in class com.cobber.fta.TextAnalyzer
Calculate the Levenshtein distance of the source string from the 'closest' string from the provided universe.
DOYAbbr - Class in com.cobber.fta.plugins
Plugin to detect Day of Week Abbreviations.
DOYAbbr(PluginDefinition) - Constructor for class com.cobber.fta.plugins.DOYAbbr
 
DOYFull - Class in com.cobber.fta.plugins
Plugin to detect full Day of Week Names.
DOYFull(PluginDefinition) - Constructor for class com.cobber.fta.plugins.DOYFull
 
Driver - Class in com.cobber.fta.driver
 
Driver() - Constructor for class com.cobber.fta.driver.Driver
 

E

EmailLT - Class in com.cobber.fta.plugins
Plugin to detect Email Addresses.
EmailLT(PluginDefinition) - Constructor for class com.cobber.fta.plugins.EmailLT
 

F

Facts - Class in com.cobber.fta
A set of facts for the Analysis in question.
Facts() - Constructor for class com.cobber.fta.Facts
 
findByQualifier(String) - Static method in class com.cobber.fta.PluginDefinition
Retrieve the Plugin Definition associated with this Qualifier.
first() - Method in class com.cobber.fta.PreSortedSet
 
FirstName - Class in com.cobber.fta.plugins
 
FirstName(PluginDefinition) - Constructor for class com.cobber.fta.plugins.FirstName
 

G

Gender - Class in com.cobber.fta.plugins
Plugin to detect Gender.
Gender(PluginDefinition) - Constructor for class com.cobber.fta.plugins.Gender
 
Generation - Class in com.cobber.fta.examples
Simple class to demonstrate how to generate valid pseudo-random input based on a Semantic Types.
Generation() - Constructor for class com.cobber.fta.examples.Generation
 
getAt(int) - Method in class com.cobber.fta.SingletonSet
 
getBaseType() - Method in class com.cobber.fta.LogicalType
The underlying type we are qualifying.
getBaseType() - Method in class com.cobber.fta.LogicalTypeFinite
 
getBaseType() - Method in class com.cobber.fta.LogicalTypeRegExp
 
getBaseType() - Method in class com.cobber.fta.plugins.Address2EN
 
getBaseType() - Method in class com.cobber.fta.plugins.AddressEN
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitABA
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitCUSIP
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitIBAN
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitISIN
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitLT
 
getBaseType() - Method in class com.cobber.fta.plugins.CheckDigitSEDOL
 
getBaseType() - Method in class com.cobber.fta.plugins.CoordinateDMS
 
getBaseType() - Method in class com.cobber.fta.plugins.EmailLT
 
getBaseType() - Method in class com.cobber.fta.plugins.GUID
 
getBaseType() - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
getBaseType() - Method in class com.cobber.fta.plugins.identity.IN_JA
 
getBaseType() - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
getBaseType() - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
getBaseType() - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
getBaseType() - Method in class com.cobber.fta.plugins.IPV4Address
 
getBaseType() - Method in class com.cobber.fta.plugins.IPV6Address
 
getBaseType() - Method in class com.cobber.fta.plugins.JobTitleEN
 
getBaseType() - Method in class com.cobber.fta.plugins.LatitudeDMS
 
getBaseType() - Method in class com.cobber.fta.plugins.LongitudeDMS
 
getBaseType() - Method in class com.cobber.fta.plugins.NameFirstLast
 
getBaseType() - Method in class com.cobber.fta.plugins.NameLastFirst
 
getBaseType() - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
getBaseType() - Method in class com.cobber.fta.plugins.PostalCodeFR
 
getBaseType() - Method in class com.cobber.fta.plugins.PostalCodeJA
 
getBaseType() - Method in class com.cobber.fta.plugins.UKPostalCode
 
getBaseType() - Method in class com.cobber.fta.plugins.URLLT
 
getBaseType() - Method in class com.cobber.fta.plugins.USZip5
 
getBaseType() - Method in class com.cobber.fta.plugins.USZipPlus4
 
getBaseType() - Method in class com.cobber.fta.plugins.VIN
 
getBest() - Method in class com.cobber.fta.token.TokenStreams
Get the 'best' TokenStream - where 'best' is the one with the highest count.
getBlankCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all blank samples.
getBottomK() - Method in class com.cobber.fta.TextAnalysisResult
Get the bottomK values.
getCardinality() - Method in class com.cobber.fta.TextAnalysisResult
Get the cardinality for the current data stream.
getCardinalityDetails() - Method in class com.cobber.fta.TextAnalysisResult
Get the cardinality details for the current data stream.
getCollectStatistics() - Method in class com.cobber.fta.TextAnalyzer
Indicates whether to collect statistics or not.
getCompositeName() - Method in class com.cobber.fta.AnalyzerContext
 
getCompositeStreamNames() - Method in class com.cobber.fta.AnalyzerContext
 
getCompressedKey() - Method in class com.cobber.fta.token.TokenStream
 
getCompressedTokens() - Method in class com.cobber.fta.token.TokenStream
 
getConfidence() - Method in class com.cobber.fta.TextAnalysisResult
Confidence in the type classification.
getConfidence(long, long, String) - Method in class com.cobber.fta.LogicalType
Confidence in the type classification.
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.Address2EN
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.AddressEN
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.EmailLT
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.NameFirstLast
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.NameLastFirst
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.PostalCodeFR
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.PostalCodeJA
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.URLLT
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.USZip5
 
getConfidence(long, long, String) - Method in class com.cobber.fta.plugins.USZipPlus4
 
getDataSignature() - Method in class com.cobber.fta.TextAnalysisResult
A SHA-1 hash that reflects the data stream contents.
getDateResolutionMode() - Method in class com.cobber.fta.AnalyzerContext
 
getDateResolutionMode() - Method in class com.cobber.fta.TextAnalysisResult
Get the DateResolutionMode actually used to process Dates.
getDecimalSeparator() - Method in class com.cobber.fta.TextAnalysisResult
Get the Decimal Separator used to interpret Doubles.
getDefaultLogicalTypes() - Method in class com.cobber.fta.TextAnalyzer
Indicates whether to enable default Logical Type processing or not.
getDescription() - Method in class com.cobber.fta.LogicalType
The user-friendly description of the Qualifier.
getDetectWindow() - Method in class com.cobber.fta.AnalysisConfig
 
getDetectWindow() - Method in class com.cobber.fta.TextAnalyzer
Get the size of the Detect Window (i.e number of Samples used to collect before attempting to determine the type.
getDirectionChars() - Method in class com.cobber.fta.plugins.CoordinateDMS
 
getDirectionChars() - Method in class com.cobber.fta.plugins.LatitudeDMS
 
getDirectionChars() - Method in class com.cobber.fta.plugins.LongitudeDMS
 
getHeaderConfidence(String) - Method in class com.cobber.fta.LogicalType
 
getHeaderRegExps() - Method in class com.cobber.fta.LogicalTypeRegExp
 
getKey() - Method in class com.cobber.fta.token.TokenStream
 
getKeyConfidence() - Method in class com.cobber.fta.TextAnalysisResult
Is this field a key?
getLeadingWhiteSpace() - Method in class com.cobber.fta.TextAnalysisResult
Does the set of elements contain any elements with leading White Space?
getLeadingZeroCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all samples with leading zeros (Type long only).
getLengthQualifier() - Method in class com.cobber.fta.TextAnalyzer
Indicates whether the size of the RegExp pattern is being defined.
getLocaleTag() - Method in class com.cobber.fta.AnalysisConfig
 
getMatchCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all (non-blank/non-null) samples that matched the determined type.
getMaxCardinality() - Method in class com.cobber.fta.AnalysisConfig
 
getMaxCardinality() - Method in class com.cobber.fta.TextAnalyzer
Get the maximum cardinality that will be tracked.
getMaxDegrees() - Method in class com.cobber.fta.plugins.CoordinateDMS
 
getMaxDegrees() - Method in class com.cobber.fta.plugins.LatitudeDMS
 
getMaxDegrees() - Method in class com.cobber.fta.plugins.LongitudeDMS
 
getMaxInputLength() - Method in class com.cobber.fta.AnalysisConfig
 
getMaxInputLength() - Method in class com.cobber.fta.TextAnalyzer
Gets the current maximum input length for sampling.
getMaxLength() - Method in class com.cobber.fta.LogicalTypeFinite
Get the maximum length of instances of this Logical Type.
getMaxLength() - Method in class com.cobber.fta.TextAnalysisResult
Get the maximum length for Numeric, Boolean and String.
getMaxOutliers() - Method in class com.cobber.fta.AnalysisConfig
 
getMaxOutliers() - Method in class com.cobber.fta.TextAnalyzer
Get the maximum number of outliers that will be tracked.
getMaxValue() - Method in class com.cobber.fta.TextAnalysisResult
Get the maximum value for Numeric, Boolean and String.
getMean() - Method in class com.cobber.fta.TextAnalysisResult
Get the mean for Numeric types (Long, Double).
getMembers() - Method in class com.cobber.fta.examples.PluginColor
 
getMembers() - Method in class com.cobber.fta.LogicalTypeFinite
 
getMembers() - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
getMembers() - Method in class com.cobber.fta.plugins.DOYAbbr
 
getMembers() - Method in class com.cobber.fta.plugins.DOYFull
 
getMembers() - Method in class com.cobber.fta.plugins.Gender
 
getMembers() - Method in class com.cobber.fta.plugins.MonthAbbr
 
getMembers() - Method in class com.cobber.fta.plugins.MonthFull
 
getMembers() - Method in class com.cobber.fta.SingletonSet
 
getMinLength() - Method in class com.cobber.fta.LogicalTypeFinite
Get the minimum length of instances of this Logical Type.
getMinLength() - Method in class com.cobber.fta.TextAnalysisResult
Get the minimum length for Numeric, Boolean and String.
getMinSamples() - Method in class com.cobber.fta.LogicalTypeRegExp
 
getMinValue() - Method in class com.cobber.fta.TextAnalysisResult
Get the minimum value for Numeric, Boolean and String types.
getMultiline() - Method in class com.cobber.fta.TextAnalysisResult
Does the set of elements contain any multi-line elements?
getName() - Method in class com.cobber.fta.TextAnalysisResult
Name of the data stream being analyzed.
getNullCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all null samples.
getNumericWidening() - Method in class com.cobber.fta.TextAnalyzer
Get the current value for numeric widening.
getOccurrences() - Method in class com.cobber.fta.token.TokenStream
 
getOutlierCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the number of distinct outliers for the current data stream.
getOutlierDetails() - Method in class com.cobber.fta.TextAnalysisResult
Get the outlier details for the current data stream.
getPluginDefinition() - Method in class com.cobber.fta.LogicalType
Accessor for the Plugin Definition for this Logical Type.
getPlugins() - Method in class com.cobber.fta.TextAnalyzer
 
getPluginThreshold() - Method in class com.cobber.fta.TextAnalyzer
Get the current detection Threshold for Logical Type plugins.
getPriority() - Method in class com.cobber.fta.LogicalType
The relative priority of this plugin.
getQualifier() - Method in class com.cobber.fta.examples.PluginColor
 
getQualifier() - Method in class com.cobber.fta.LogicalType
The user-friendly name of the Qualifier.
getQualifier() - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
getQualifier() - Method in class com.cobber.fta.LogicalTypeRegExp
 
getQualifier() - Method in class com.cobber.fta.plugins.Address2EN
 
getQualifier() - Method in class com.cobber.fta.plugins.AddressEN
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitABA
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitCUSIP
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitEAN13
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitIBAN
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitISIN
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitLuhn
 
getQualifier() - Method in class com.cobber.fta.plugins.CheckDigitSEDOL
 
getQualifier() - Method in class com.cobber.fta.plugins.DOYAbbr
 
getQualifier() - Method in class com.cobber.fta.plugins.DOYFull
 
getQualifier() - Method in class com.cobber.fta.plugins.EmailLT
 
getQualifier() - Method in class com.cobber.fta.plugins.Gender
 
getQualifier() - Method in class com.cobber.fta.plugins.GUID
 
getQualifier() - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
getQualifier() - Method in class com.cobber.fta.plugins.identity.IN_JA
 
getQualifier() - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
getQualifier() - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
getQualifier() - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
getQualifier() - Method in class com.cobber.fta.plugins.IPV4Address
 
getQualifier() - Method in class com.cobber.fta.plugins.IPV6Address
 
getQualifier() - Method in class com.cobber.fta.plugins.JobTitleEN
 
getQualifier() - Method in class com.cobber.fta.plugins.LatitudeDMS
 
getQualifier() - Method in class com.cobber.fta.plugins.LongitudeDMS
 
getQualifier() - Method in class com.cobber.fta.plugins.MiddleName
 
getQualifier() - Method in class com.cobber.fta.plugins.MonthAbbr
 
getQualifier() - Method in class com.cobber.fta.plugins.MonthFull
 
getQualifier() - Method in class com.cobber.fta.plugins.NameFirstLast
 
getQualifier() - Method in class com.cobber.fta.plugins.NameLastFirst
 
getQualifier() - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
getQualifier() - Method in class com.cobber.fta.plugins.PostalCodeFR
 
getQualifier() - Method in class com.cobber.fta.plugins.PostalCodeJA
 
getQualifier() - Method in class com.cobber.fta.plugins.UKPostalCode
 
getQualifier() - Method in class com.cobber.fta.plugins.URLLT
 
getQualifier() - Method in class com.cobber.fta.plugins.USZip5
 
getQualifier() - Method in class com.cobber.fta.plugins.USZipPlus4
 
getQualifier() - Method in class com.cobber.fta.plugins.VIN
 
getReflectionSampleSize() - Method in class com.cobber.fta.TextAnalyzer
Get the number of Samples required before we will 'reflect' on the analysis and potentially change determination.
getRegExp() - Method in class com.cobber.fta.examples.PluginColor
 
getRegExp() - Method in class com.cobber.fta.LogicalType
The Regular Expression that most closely matches (See LogicalType.isRegExpComplete()) this Logical Type.
getRegExp() - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
getRegExp() - Method in class com.cobber.fta.LogicalTypeRegExp
 
getRegExp() - Method in class com.cobber.fta.plugins.Address2EN
 
getRegExp() - Method in class com.cobber.fta.plugins.AddressEN
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitABA
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitCUSIP
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitEAN13
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitIBAN
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitISIN
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitLT
 
getRegExp() - Method in class com.cobber.fta.plugins.CheckDigitSEDOL
 
getRegExp() - Method in class com.cobber.fta.plugins.DOYAbbr
 
getRegExp() - Method in class com.cobber.fta.plugins.DOYFull
 
getRegExp() - Method in class com.cobber.fta.plugins.EmailLT
 
getRegExp() - Method in class com.cobber.fta.plugins.Gender
 
getRegExp() - Method in class com.cobber.fta.plugins.GUID
 
getRegExp() - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
getRegExp() - Method in class com.cobber.fta.plugins.identity.IN_JA
 
getRegExp() - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
getRegExp() - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
getRegExp() - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
getRegExp() - Method in class com.cobber.fta.plugins.IPV4Address
 
getRegExp() - Method in class com.cobber.fta.plugins.IPV6Address
 
getRegExp() - Method in class com.cobber.fta.plugins.JobTitleEN
 
getRegExp() - Method in class com.cobber.fta.plugins.LatitudeDMS
 
getRegExp() - Method in class com.cobber.fta.plugins.LongitudeDMS
 
getRegExp() - Method in class com.cobber.fta.plugins.MonthAbbr
 
getRegExp() - Method in class com.cobber.fta.plugins.MonthFull
 
getRegExp() - Method in class com.cobber.fta.plugins.NameFirstLast
 
getRegExp() - Method in class com.cobber.fta.plugins.NameLastFirst
 
getRegExp() - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
getRegExp() - Method in class com.cobber.fta.plugins.PostalCodeFR
 
getRegExp() - Method in class com.cobber.fta.plugins.PostalCodeJA
 
getRegExp() - Method in class com.cobber.fta.plugins.UKPostalCode
 
getRegExp() - Method in class com.cobber.fta.plugins.URLLT
 
getRegExp() - Method in class com.cobber.fta.plugins.USZip5
 
getRegExp() - Method in class com.cobber.fta.plugins.USZipPlus4
 
getRegExp() - Method in class com.cobber.fta.plugins.VIN
 
getRegExp() - Method in class com.cobber.fta.TextAnalysisResult
Get Regular Expression that reflects the data stream.
getRegExp(boolean) - Method in class com.cobber.fta.token.TokenStream
Get the Regular Expression for this TokenStream.
getRegExp(boolean) - Method in class com.cobber.fta.token.TokenStreams
Get the 'best' Regular Expression we can based on the set of TokenStreams.
getRegistered(String) - Method in class com.cobber.fta.Plugins
Return the plugin associated with this named Logical Type.
getRegisteredLogicalTypes() - Method in class com.cobber.fta.Plugins
Return the set of registered Logical Types.
getResult() - Method in class com.cobber.fta.TextAnalyzer
Determine the result of the training complete to date.
getResult(int) - Method in class com.cobber.fta.driver.Processor
 
getSampleCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the count of all samples observed.
getSamples() - Method in class com.cobber.fta.token.TokenStreams
 
getShapeCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the number of distinct shapes for the current data stream.
getShapeDetails() - Method in class com.cobber.fta.TextAnalysisResult
Get the shape details for the current data stream.
getShapes() - Method in class com.cobber.fta.token.TokenStreams
Get the Map of shapes.
getSignature() - Method in class com.cobber.fta.LogicalType
A SHA-1 hash that reflects the data stream structure.
getSize() - Method in class com.cobber.fta.LogicalTypeFinite
Get the number of members in this Logical Type.
getStandardDeviation() - Method in class com.cobber.fta.TextAnalysisResult
Get the Standard Deviation for Numeric types (Long, Double).
getStreamName() - Method in class com.cobber.fta.AnalyzerContext
 
getStreamName() - Method in class com.cobber.fta.TextAnalyzer
Get the name of the Data Stream.
getStreams() - Method in class com.cobber.fta.token.TokenStreams
Get the Map of streams.
getStructureSignature() - Method in class com.cobber.fta.TextAnalysisResult
A SHA-1 hash that reflects the data stream structure.
getThreshold() - Method in class com.cobber.fta.AnalysisConfig
 
getThreshold() - Method in class com.cobber.fta.LogicalType
The percentage when we declare success 0 - 100.
getThreshold() - Method in class com.cobber.fta.TextAnalyzer
Get the current detection Threshold.
getTokens() - Method in class com.cobber.fta.token.TokenStream
 
getTopK() - Method in class com.cobber.fta.TextAnalysisResult
Get the topK values.
getTotalCount() - Method in class com.cobber.fta.TextAnalysisResult
Get the total number of elements in the Data Stream (if known).
getTrailingWhiteSpace() - Method in class com.cobber.fta.TextAnalysisResult
Does the set of elements contain any elements with trailing White Space?
getTrainingSet() - Method in class com.cobber.fta.TextAnalyzer
Access the training set - this will typically be the first AnalysisConfig.DETECT_WINDOW_DEFAULT records.
getType() - Method in class com.cobber.fta.TextAnalysisResult
Get 'Type' as determined by training to date.
getTypeQualifier() - Method in class com.cobber.fta.TextAnalysisResult
Get the optional Type Qualifier.
getUniqueness() - Method in class com.cobber.fta.TextAnalysisResult
How unique is this field, i.e.
GUID - Class in com.cobber.fta.plugins
Plugin to detect GUIDs.
GUID(PluginDefinition) - Constructor for class com.cobber.fta.plugins.GUID
 

H

headerPatterns - Variable in class com.cobber.fta.LogicalType
 
headerRegExpConfidence - Variable in class com.cobber.fta.PluginDefinition
 
headerRegExps - Variable in class com.cobber.fta.PluginDefinition
headerRegExps An optional array of RegExps that will be compared with the datastream name to boost confidence.
headSet(String) - Method in class com.cobber.fta.PreSortedSet
 

I

IN_JA - Class in com.cobber.fta.plugins.identity
Plugin to detect Japanese Individual Number (個人番号, kojin bangō), also known as My Number (マイナンバー, mai nambā).
IN_JA(PluginDefinition) - Constructor for class com.cobber.fta.plugins.identity.IN_JA
 
initialize(Locale) - Method in class com.cobber.fta.examples.PluginColor
 
initialize(Locale) - Method in class com.cobber.fta.LogicalType
Called to perform any initialization.
initialize(Locale) - Method in class com.cobber.fta.LogicalTypeCode
 
initialize(Locale) - Method in class com.cobber.fta.LogicalTypeFinite
 
initialize(Locale) - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
initialize(Locale) - Method in class com.cobber.fta.LogicalTypeRegExp
 
initialize(Locale) - Method in class com.cobber.fta.plugins.Address2EN
 
initialize(Locale) - Method in class com.cobber.fta.plugins.AddressEN
 
initialize(Locale) - Method in class com.cobber.fta.plugins.CheckDigitLT
 
initialize(Locale) - Method in class com.cobber.fta.plugins.CoordinateDMS
 
initialize(Locale) - Method in class com.cobber.fta.plugins.DOYAbbr
 
initialize(Locale) - Method in class com.cobber.fta.plugins.DOYFull
 
initialize(Locale) - Method in class com.cobber.fta.plugins.EmailLT
 
initialize(Locale) - Method in class com.cobber.fta.plugins.Gender
 
initialize(Locale) - Method in class com.cobber.fta.plugins.GUID
 
initialize(Locale) - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
initialize(Locale) - Method in class com.cobber.fta.plugins.identity.IN_JA
 
initialize(Locale) - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
initialize(Locale) - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
initialize(Locale) - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
initialize(Locale) - Method in class com.cobber.fta.plugins.IPV4Address
 
initialize(Locale) - Method in class com.cobber.fta.plugins.IPV6Address
 
initialize(Locale) - Method in class com.cobber.fta.plugins.JobTitleEN
 
initialize(Locale) - Method in class com.cobber.fta.plugins.MiddleName
 
initialize(Locale) - Method in class com.cobber.fta.plugins.MonthAbbr
 
initialize(Locale) - Method in class com.cobber.fta.plugins.MonthFull
 
initialize(Locale) - Method in class com.cobber.fta.plugins.NameFirstLast
 
initialize(Locale) - Method in class com.cobber.fta.plugins.NameLastFirst
 
initialize(Locale) - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
initialize(Locale) - Method in class com.cobber.fta.plugins.PostalCodeFR
 
initialize(Locale) - Method in class com.cobber.fta.plugins.PostalCodeJA
 
initialize(Locale) - Method in class com.cobber.fta.plugins.UKPostalCode
 
initialize(Locale) - Method in class com.cobber.fta.plugins.URLLT
 
initialize(Locale) - Method in class com.cobber.fta.plugins.USZip5
 
initialize(Locale) - Method in class com.cobber.fta.plugins.USZipPlus4
 
initialize(Locale) - Method in class com.cobber.fta.plugins.VIN
 
InlineContent - Class in com.cobber.fta
Used to capture the members for a small set of items - which are defined inline.
InlineContent(String[]) - Constructor for class com.cobber.fta.InlineContent
 
invalidList - Variable in class com.cobber.fta.PluginDefinition
RegExp plugins: a set of strings that match the regExp but are known to be invalid.
IPV4Address - Class in com.cobber.fta.plugins
 
IPV4Address(PluginDefinition) - Constructor for class com.cobber.fta.plugins.IPV4Address
 
IPV6Address - Class in com.cobber.fta.plugins
 
IPV6Address(PluginDefinition) - Constructor for class com.cobber.fta.plugins.IPV6Address
 
isAlpha() - Method in class com.cobber.fta.token.TokenStream
 
isAlphaNumeric() - Method in class com.cobber.fta.token.TokenStream
 
isAnyShape() - Method in class com.cobber.fta.token.TokenStreams
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.LogicalTypeInfinite
A fast check to see if the supplied String might be an instance of this logical type?
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.Address2EN
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.AddressEN
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.CheckDigitLT
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.CoordinateDMS
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.EmailLT
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.GUID
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.identity.IN_JA
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.IPV4Address
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.IPV6Address
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.JobTitleEN
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.NameFirstLast
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.NameLastFirst
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.PostalCodeFR
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.PostalCodeJA
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.UKPostalCode
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.URLLT
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.USZip5
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.USZipPlus4
 
isCandidate(String, StringBuilder, int[], int[]) - Method in class com.cobber.fta.plugins.VIN
 
isClosed() - Method in class com.cobber.fta.LogicalType
Does the set of members enumerated reflect the entire set.
isClosed() - Method in class com.cobber.fta.LogicalTypeFinite
 
isClosed() - Method in class com.cobber.fta.LogicalTypeInfinite
 
isClosed() - Method in class com.cobber.fta.LogicalTypeRegExp
 
isClosed() - Method in class com.cobber.fta.plugins.PersonName
 
isCollectStatistics() - Method in class com.cobber.fta.AnalysisConfig
 
isEnableDefaultLogicalTypes() - Method in class com.cobber.fta.AnalysisConfig
 
isLocaleSensitive() - Method in class com.cobber.fta.LogicalType
Is this plugin sensitive to the input locale.
isLogicalType() - Method in class com.cobber.fta.TextAnalysisResult
Is this a Logical Type?
isMatch(String) - Method in class com.cobber.fta.LogicalTypeRegExp
 
isMember(String) - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
isMinMaxPresent() - Method in class com.cobber.fta.LogicalTypeRegExp
 
isNumeric() - Method in class com.cobber.fta.token.TokenStream
 
isRegExpComplete - Variable in class com.cobber.fta.PluginDefinition
Is the returned Regular Expression a complete representation of the Logical Type.
isRegExpComplete() - Method in class com.cobber.fta.LogicalType
Is the returned Regular Expression a true and complete representation of the Logical Type.
isRegExpComplete() - Method in class com.cobber.fta.LogicalTypeFinite
 
isRegExpComplete() - Method in class com.cobber.fta.LogicalTypeInfinite
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.CoordinateDMS
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.EmailLT
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.GUID
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.IPV4Address
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.IPV6Address
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.NameFirstLast
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.NameLastFirst
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.URLLT
 
isRegExpComplete() - Method in class com.cobber.fta.plugins.VIN
 
isSupported(Locale) - Method in class com.cobber.fta.PluginDefinition
 
isValid(String) - Method in class com.cobber.fta.LogicalType
Is the supplied String an instance of this logical type?
isValid(String) - Method in class com.cobber.fta.LogicalTypeFinite
 
isValid(String) - Method in class com.cobber.fta.LogicalTypeRegExp
 
isValid(String) - Method in class com.cobber.fta.plugins.Address2EN
 
isValid(String) - Method in class com.cobber.fta.plugins.AddressEN
 
isValid(String) - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
isValid(String) - Method in class com.cobber.fta.plugins.CheckDigitLT
 
isValid(String) - Method in class com.cobber.fta.plugins.CheckDigitLuhn
 
isValid(String) - Method in class com.cobber.fta.plugins.CoordinateDMS
 
isValid(String) - Method in class com.cobber.fta.plugins.EmailLT
 
isValid(String) - Method in class com.cobber.fta.plugins.GUID
 
isValid(String) - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
isValid(String) - Method in class com.cobber.fta.plugins.identity.IN_JA
 
isValid(String) - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
isValid(String) - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
isValid(String) - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
isValid(String) - Method in class com.cobber.fta.plugins.IPV4Address
 
isValid(String) - Method in class com.cobber.fta.plugins.IPV6Address
 
isValid(String) - Method in class com.cobber.fta.plugins.JobTitleEN
 
isValid(String) - Method in class com.cobber.fta.plugins.NameFirstLast
 
isValid(String) - Method in class com.cobber.fta.plugins.NameLastFirst
 
isValid(String) - Method in class com.cobber.fta.plugins.PersonName
 
isValid(String) - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
isValid(String) - Method in class com.cobber.fta.plugins.PostalCodeFR
 
isValid(String) - Method in class com.cobber.fta.plugins.PostalCodeJA
 
isValid(String) - Method in class com.cobber.fta.plugins.UKPostalCode
 
isValid(String) - Method in class com.cobber.fta.plugins.URLLT
 
isValid(String) - Method in class com.cobber.fta.plugins.USZip5
 
isValid(String) - Method in class com.cobber.fta.plugins.USZipPlus4
 
isValid(String) - Method in class com.cobber.fta.plugins.VIN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.examples.PluginColor
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.LogicalType
Given the data to date as embodied by the arguments return null if we think this is an instance of this logical type, if not return a new suitable pattern.
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.LogicalTypeRegExp
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.Address2EN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.AddressEN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.CheckDigitLT
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.CoordinateDMS
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.CountryEN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.DOYAbbr
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.DOYFull
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.EmailLT
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.Gender
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.GUID
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.identity.IN_JA
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.IPV4Address
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.IPV6Address
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.JobTitleEN
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.MiddleName
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.MonthAbbr
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.MonthFull
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.NameFirstLast
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.NameLastFirst
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.PersonName
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.PostalCodeFR
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.PostalCodeJA
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.UKPostalCode
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.URLLT
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.USZip5
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.USZipPlus4
 
isValidSet(AnalyzerContext, long, long, String, Facts, Map<String, Long>, Map<String, Long>, TokenStreams, AnalysisConfig) - Method in class com.cobber.fta.plugins.VIN
 

J

JobTitleEN - Class in com.cobber.fta.plugins
Plugin to detect Job Titles.
JobTitleEN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.JobTitleEN
 

K

keyConfidence - Variable in class com.cobber.fta.Facts
The percentage confidence (0-1.0) that the observed stream is a Key field.

L

last() - Method in class com.cobber.fta.PreSortedSet
 
LastName - Class in com.cobber.fta.plugins
 
LastName(PluginDefinition) - Constructor for class com.cobber.fta.plugins.LastName
 
LatitudeDMS - Class in com.cobber.fta.plugins
 
LatitudeDMS(PluginDefinition) - Constructor for class com.cobber.fta.plugins.LatitudeDMS
 
leadingWhiteSpace - Variable in class com.cobber.fta.Facts
Do any elements have leading White Space?
leadingZeroCount - Variable in class com.cobber.fta.Facts
The number of leading zeros seen in sample set.
locale - Variable in class com.cobber.fta.LogicalType
 
localeSensitive - Variable in class com.cobber.fta.PluginDefinition
Is this plugin sensitive to the input locale?
LogicalType - Class in com.cobber.fta
All Logical Types are derived from this abstract class.
LogicalType(PluginDefinition) - Constructor for class com.cobber.fta.LogicalType
 
LogicalTypeCode - Class in com.cobber.fta
All Logical Types implemented via Java code typically extend this class.
LogicalTypeCode(PluginDefinition) - Constructor for class com.cobber.fta.LogicalTypeCode
 
LogicalTypeFactory - Class in com.cobber.fta
Construct a LogicalType from PluginDefinition or a Semantic Type name.
LogicalTypeFactory() - Constructor for class com.cobber.fta.LogicalTypeFactory
 
LogicalTypeFinite - Class in com.cobber.fta
All Logical Types that consist of a constrained domain, for example, a finite (small) number of elements should subclass this abstract class.
LogicalTypeFinite(PluginDefinition) - Constructor for class com.cobber.fta.LogicalTypeFinite
 
LogicalTypeFiniteSimple - Class in com.cobber.fta
All Logical Types that are backed by a simple list typically subclass this abstract class.
LogicalTypeFiniteSimple(PluginDefinition, String, String, int) - Constructor for class com.cobber.fta.LogicalTypeFiniteSimple
 
LogicalTypeFiniteSimpleExternal - Class in com.cobber.fta
 
LogicalTypeFiniteSimpleExternal(PluginDefinition) - Constructor for class com.cobber.fta.LogicalTypeFiniteSimpleExternal
 
LogicalTypeInfinite - Class in com.cobber.fta
All Logical Types that consist of a unconstrained domain, for example, an infinite (or large) number of elements should subclass this abstract class.
LogicalTypeInfinite(PluginDefinition) - Constructor for class com.cobber.fta.LogicalTypeInfinite
 
LogicalTypeRegExp - Class in com.cobber.fta
This class supports all plugins that are based on a RegExp.
LogicalTypeRegExp(PluginDefinition) - Constructor for class com.cobber.fta.LogicalTypeRegExp
 
LongitudeDMS - Class in com.cobber.fta.plugins
 
LongitudeDMS(PluginDefinition) - Constructor for class com.cobber.fta.plugins.LongitudeDMS
 
LTRandom - Interface in com.cobber.fta
This interface provides a nextRandom method which creates a new valid example of the Semantic Type.

M

main(String[]) - Static method in class com.cobber.fta.driver.Driver
 
main(String[]) - Static method in class com.cobber.fta.examples.Contextual
 
main(String[]) - Static method in class com.cobber.fta.examples.Generation
 
main(String[]) - Static method in class com.cobber.fta.examples.Performance
 
main(String[]) - Static method in class com.cobber.fta.examples.SampleBulk
 
main(String[]) - Static method in class com.cobber.fta.examples.SampleDate
 
main(String[]) - Static method in class com.cobber.fta.examples.SamplePlugin
 
main(String[]) - Static method in class com.cobber.fta.examples.SamplePluginFrench
 
main(String[]) - Static method in class com.cobber.fta.examples.Trivial
 
main(String[]) - Static method in class com.cobber.fta.examples.Validation
 
matches(String) - Method in class com.cobber.fta.token.TokenStream
Check if this TokenStream matches the supplied Regular Expression.
matches(String) - Method in class com.cobber.fta.token.TokenStreams
Check if the TokenStreams (i.e.
MAX_CARDINALITY_DEFAULT - Static variable in class com.cobber.fta.AnalysisConfig
The default value for the maximum Cardinality tracked.
MAX_INPUT_LENGTH_DEFAULT - Static variable in class com.cobber.fta.AnalysisConfig
The default value for the maximum length of input to process.
MAX_OUTLIERS_DEFAULT - Static variable in class com.cobber.fta.AnalysisConfig
The default value for the maximum # of outliers tracked.
MAX_SHAPES_DEFAULT - Static variable in class com.cobber.fta.AnalysisConfig
The default value for the maximum number of shapes tracked.
maxBoolean - Variable in class com.cobber.fta.Facts
 
maxDouble - Variable in class com.cobber.fta.Facts
 
maximum - Variable in class com.cobber.fta.PluginDefinition
Maximum value to be considered as a valid instance of this type, e.g.
maxLength - Variable in class com.cobber.fta.LogicalTypeFinite
 
maxLocalDate - Variable in class com.cobber.fta.Facts
 
maxLocalDateTime - Variable in class com.cobber.fta.Facts
 
maxLocalTime - Variable in class com.cobber.fta.Facts
 
maxLong - Variable in class com.cobber.fta.Facts
 
maxOffsetDateTime - Variable in class com.cobber.fta.Facts
 
maxRawLength - Variable in class com.cobber.fta.Facts
The maximum length (not trimmed) - Only relevant for Numeric, Boolean and String.
maxShapes - Variable in class com.cobber.fta.AnalysisConfig
The maximum number of shapes tracked.
maxString - Variable in class com.cobber.fta.Facts
 
maxValue - Variable in class com.cobber.fta.Facts
The maximum value observed.
maxZonedDateTime - Variable in class com.cobber.fta.Facts
 
mean - Variable in class com.cobber.fta.Facts
The mean of the observed values (Numeric types only).
members - Variable in class com.cobber.fta.InlineContent
 
MEMBERS - Static variable in class com.cobber.fta.examples.PluginColor
 
memberSet - Variable in class com.cobber.fta.LogicalTypeFiniteSimple
 
merge(TokenStream) - Method in class com.cobber.fta.token.TokenStream
Merge the supplied TokenStream into this one - both TokenStreams must have the same uncompressed representation.
mergeCompressed(TokenStream) - Method in class com.cobber.fta.token.TokenStream
Merge the supplied TokenStream into this one - both TokenStreams must have the same uncompressed representation.
MiddleName - Class in com.cobber.fta.plugins
Plugin to detect a middle name.
MiddleName(PluginDefinition) - Constructor for class com.cobber.fta.plugins.MiddleName
 
minBoolean - Variable in class com.cobber.fta.Facts
 
minDouble - Variable in class com.cobber.fta.Facts
 
minimum - Variable in class com.cobber.fta.PluginDefinition
Minimum value to be considered as a valid instance of this type, e.g.
minLength - Variable in class com.cobber.fta.LogicalTypeFinite
 
minLocalDate - Variable in class com.cobber.fta.Facts
 
minLocalDateTime - Variable in class com.cobber.fta.Facts
 
minLocalTime - Variable in class com.cobber.fta.Facts
 
minLong - Variable in class com.cobber.fta.Facts
 
minMaxPresent - Variable in class com.cobber.fta.PluginDefinition
Need to see both the minimum and maximum values to declare success.
minOffsetDateTime - Variable in class com.cobber.fta.Facts
 
minRawLength - Variable in class com.cobber.fta.Facts
The minimum length (not trimmed) - Only relevant for Numeric, Boolean and String.
minSamples - Variable in class com.cobber.fta.PluginDefinition
Minimum number of samples required to declare success.
minString - Variable in class com.cobber.fta.Facts
 
minValue - Variable in class com.cobber.fta.Facts
The minimum value observed.
minZonedDateTime - Variable in class com.cobber.fta.Facts
 
MonthAbbr - Class in com.cobber.fta.plugins
Plugin to detect Month Abbreviations.
MonthAbbr(PluginDefinition) - Constructor for class com.cobber.fta.plugins.MonthAbbr
 
MonthFull - Class in com.cobber.fta.plugins
Plugin to detect full Month Names.
MonthFull(PluginDefinition) - Constructor for class com.cobber.fta.plugins.MonthFull
 
multiline - Variable in class com.cobber.fta.Facts
Are any elements multi-line?

N

NameFirstLast - Class in com.cobber.fta.plugins
Plugin to detect '<First Name> <Last Name>'.
NameFirstLast(PluginDefinition) - Constructor for class com.cobber.fta.plugins.NameFirstLast
 
NameLastFirst - Class in com.cobber.fta.plugins
Plugin to detect '<Last Name>, <First Name>'.
NameLastFirst(PluginDefinition) - Constructor for class com.cobber.fta.plugins.NameLastFirst
 
NAStateProvince - Class in com.cobber.fta.plugins
Plugin to detect NA States/Provinces
NAStateProvince(PluginDefinition) - Constructor for class com.cobber.fta.plugins.NAStateProvince
 
newInstance(PluginDefinition) - Static method in class com.cobber.fta.LogicalTypeFactory
Return a Logical Type based on a Plugin Definition.
newInstance(PluginDefinition, Locale) - Static method in class com.cobber.fta.LogicalTypeFactory
Return a Logical Type based on a Plugin Definition in a particular locale.
newInstance(String) - Static method in class com.cobber.fta.LogicalTypeFactory
Return a Logical Type based simply on the name of the Logical Type.
nextRandom() - Method in class com.cobber.fta.examples.PluginColor
 
nextRandom() - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
nextRandom() - Method in class com.cobber.fta.LogicalTypeRegExp
 
nextRandom() - Method in interface com.cobber.fta.LTRandom
nextRandom will generate a random (secure) valid example of this Semantic Type.
nextRandom() - Method in class com.cobber.fta.plugins.Address2EN
 
nextRandom() - Method in class com.cobber.fta.plugins.AddressEN
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitABA
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitCUSIP
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitEAN13
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitIBAN
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitISBN
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitISIN
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitLT
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitLuhn
 
nextRandom() - Method in class com.cobber.fta.plugins.CheckDigitSEDOL
 
nextRandom() - Method in class com.cobber.fta.plugins.CoordinateDMS
 
nextRandom() - Method in class com.cobber.fta.plugins.DOYAbbr
 
nextRandom() - Method in class com.cobber.fta.plugins.DOYFull
 
nextRandom() - Method in class com.cobber.fta.plugins.EmailLT
 
nextRandom() - Method in class com.cobber.fta.plugins.Gender
 
nextRandom() - Method in class com.cobber.fta.plugins.GUID
 
nextRandom() - Method in class com.cobber.fta.plugins.identity.Aadhar_IN
 
nextRandom() - Method in class com.cobber.fta.plugins.identity.IN_JA
 
nextRandom() - Method in class com.cobber.fta.plugins.identity.NHS_UK
 
nextRandom() - Method in class com.cobber.fta.plugins.identity.SSN_CH
 
nextRandom() - Method in class com.cobber.fta.plugins.identity.SSN_FR
 
nextRandom() - Method in class com.cobber.fta.plugins.IPV4Address
 
nextRandom() - Method in class com.cobber.fta.plugins.IPV6Address
 
nextRandom() - Method in class com.cobber.fta.plugins.JobTitleEN
 
nextRandom() - Method in class com.cobber.fta.plugins.MonthAbbr
 
nextRandom() - Method in class com.cobber.fta.plugins.MonthFull
 
nextRandom() - Method in class com.cobber.fta.plugins.NameFirstLast
 
nextRandom() - Method in class com.cobber.fta.plugins.NameLastFirst
 
nextRandom() - Method in class com.cobber.fta.plugins.PersonName
 
nextRandom() - Method in class com.cobber.fta.plugins.PhoneNumberLT
 
nextRandom() - Method in class com.cobber.fta.plugins.PostalCodeFR
 
nextRandom() - Method in class com.cobber.fta.plugins.PostalCodeJA
 
nextRandom() - Method in class com.cobber.fta.plugins.UKPostalCode
 
nextRandom() - Method in class com.cobber.fta.plugins.URLLT
 
nextRandom() - Method in class com.cobber.fta.plugins.USZip5
 
nextRandom() - Method in class com.cobber.fta.plugins.USZipPlus4
 
nextRandom() - Method in class com.cobber.fta.plugins.VIN
 
NHS_UK - Class in com.cobber.fta.plugins.identity
Plugin to detect UK NHS numbers.
NHS_UK(PluginDefinition) - Constructor for class com.cobber.fta.plugins.identity.NHS_UK
 
NHSCheckDigit - Class in com.cobber.fta.plugins.identity
NHS Check Digit calculation/validation.
NHSCheckDigit() - Constructor for class com.cobber.fta.plugins.identity.NHSCheckDigit
Construct an NHS Identifier Check Digit routine.

O

observe(T) - Method in class com.cobber.fta.TopBottomK
Observe the value provided.

P

Performance - Class in com.cobber.fta.examples
 
Performance() - Constructor for class com.cobber.fta.examples.Performance
 
PersonName - Class in com.cobber.fta.plugins
 
PersonName(PluginDefinition, String) - Constructor for class com.cobber.fta.plugins.PersonName
 
PhoneNumberLT - Class in com.cobber.fta.plugins
Plugin to detect Phone Numbers.
PhoneNumberLT(PluginDefinition) - Constructor for class com.cobber.fta.plugins.PhoneNumberLT
 
PluginColor - Class in com.cobber.fta.examples
 
PluginColor(PluginDefinition) - Constructor for class com.cobber.fta.examples.PluginColor
 
PluginDefinition - Class in com.cobber.fta
Definition of a Plugin.
PluginDefinition() - Constructor for class com.cobber.fta.PluginDefinition
 
PluginDefinition(String, String) - Constructor for class com.cobber.fta.PluginDefinition
 
PluginDefinition(String, String, String, String[], String[], String, String, String, String[], boolean, String[], int[], int, FTAType) - Constructor for class com.cobber.fta.PluginDefinition
 
Plugins - Class in com.cobber.fta
A singleton (per thread) used to track the set of plugins.
Plugins() - Constructor for class com.cobber.fta.Plugins
 
PostalCodeFR - Class in com.cobber.fta.plugins
Plugin to detect valid French Postal Codes.
PostalCodeFR(PluginDefinition) - Constructor for class com.cobber.fta.plugins.PostalCodeFR
 
PostalCodeJA - Class in com.cobber.fta.plugins
Plugin to detect valid Japanese Postal Codes.
PostalCodeJA(PluginDefinition) - Constructor for class com.cobber.fta.plugins.PostalCodeJA
 
PreSortedSet - Class in com.cobber.fta
This set is basically a LinkedHashSet that implements the SortedSet interface.
priority - Variable in class com.cobber.fta.LogicalType
 
priority - Variable in class com.cobber.fta.PluginDefinition
The relative priority of this plugin.
PRIORITY_EXTERNAL - Static variable in class com.cobber.fta.PluginDefinition
Externally registered plugins can have a priority no lower than this.
Processor - Class in com.cobber.fta.driver
 

Q

qualifier - Variable in class com.cobber.fta.LogicalTypeFiniteSimple
 
qualifier - Variable in class com.cobber.fta.PluginDefinition
Semantic Type of Plugin (Qualifier).

R

random - Variable in class com.cobber.fta.LogicalTypeCode
 
random - Variable in class com.cobber.fta.LogicalTypeRegExp
 
reader - Variable in class com.cobber.fta.LogicalTypeFiniteSimple
 
recordBulk(Map<String, Long>) - Method in class com.cobber.fta.Trace
Record the bulk samples.
recordResult(TextAnalysisResult, int) - Method in class com.cobber.fta.Trace
Record the result of the analysis.
recordSample(String, long) - Method in class com.cobber.fta.Trace
Record each sample - up to the number of samples we were asked to save (traceSampleCount).
REFLECTION_SAMPLES - Static variable in class com.cobber.fta.TextAnalyzer
 
regexp - Variable in class com.cobber.fta.LogicalTypeFiniteSimple
 
REGEXP - Static variable in class com.cobber.fta.plugins.CheckDigitABA
 
REGEXP - Static variable in class com.cobber.fta.plugins.CheckDigitEAN13
 
REGEXP - Static variable in class com.cobber.fta.plugins.CheckDigitISBN
 
REGEXP - Static variable in class com.cobber.fta.plugins.CheckDigitISIN
 
REGEXP - Static variable in class com.cobber.fta.plugins.CheckDigitSEDOL
 
REGEXP - Static variable in class com.cobber.fta.plugins.CountryEN
 
REGEXP - Static variable in class com.cobber.fta.plugins.EmailLT
 
REGEXP - Static variable in class com.cobber.fta.plugins.GUID
 
REGEXP - Static variable in class com.cobber.fta.plugins.IPV4Address
 
REGEXP - Static variable in class com.cobber.fta.plugins.IPV6Address
 
REGEXP - Static variable in class com.cobber.fta.plugins.LatitudeDMS
 
REGEXP - Static variable in class com.cobber.fta.plugins.LongitudeDMS
 
REGEXP - Static variable in class com.cobber.fta.plugins.NameFirstLast
 
REGEXP - Static variable in class com.cobber.fta.plugins.NameLastFirst
 
REGEXP - Static variable in class com.cobber.fta.plugins.NAStateProvince
 
REGEXP - Static variable in class com.cobber.fta.plugins.PersonName
 
REGEXP - Static variable in class com.cobber.fta.plugins.PhoneNumberLT
 
REGEXP - Static variable in class com.cobber.fta.plugins.UKPostalCode
 
REGEXP - Static variable in class com.cobber.fta.plugins.VIN
 
REGEXP_POSTAL_CODE - Static variable in class com.cobber.fta.plugins.PostalCodeFR
 
REGEXP_POSTAL_CODE - Static variable in class com.cobber.fta.plugins.PostalCodeJA
 
REGEXP_PROTOCOL - Static variable in class com.cobber.fta.plugins.URLLT
 
REGEXP_RESOURCE - Static variable in class com.cobber.fta.plugins.URLLT
 
REGEXP_VARIABLE - Static variable in class com.cobber.fta.plugins.USZip5
 
REGEXP_VARIABLE - Static variable in class com.cobber.fta.plugins.USZipPlus4
 
REGEXP_ZIP_PLUS4 - Static variable in class com.cobber.fta.plugins.USZipPlus4
 
REGEXP_ZIP5 - Static variable in class com.cobber.fta.plugins.USZip5
 
regExpReturned - Variable in class com.cobber.fta.PluginDefinition
RegExp plugins: the RegExp to be returned for this Logical Type.
regExpsToMatch - Variable in class com.cobber.fta.PluginDefinition
RegExp plugins: the RegExps to be matched to qualify as this Logical Type.
registerDefaultPlugins(Locale) - Method in class com.cobber.fta.TextAnalyzer
Register the default set of plugins for Logical Type detection.
registerPluginList(List<PluginDefinition>, String, Locale) - Method in class com.cobber.fta.Plugins
 
registerPluginListCore(List<PluginDefinition>, String, Locale, boolean) - Method in class com.cobber.fta.Plugins
 
registerPlugins(Reader, String, Locale) - Method in class com.cobber.fta.Plugins
 
registerPlugins(String, String, Locale) - Method in class com.cobber.fta.Plugins
 
registerPluginsInternal(Reader, String, Locale) - Method in class com.cobber.fta.Plugins
 
Replay - Class in com.cobber.fta.driver
 
Replay() - Constructor for class com.cobber.fta.driver.Replay
 

S

SampleBulk - Class in com.cobber.fta.examples
 
SampleBulk() - Constructor for class com.cobber.fta.examples.SampleBulk
 
SampleDate - Class in com.cobber.fta.examples
 
SampleDate() - Constructor for class com.cobber.fta.examples.SampleDate
 
SamplePlugin - Class in com.cobber.fta.examples
 
SamplePlugin() - Constructor for class com.cobber.fta.examples.SamplePlugin
 
SamplePluginFrench - Class in com.cobber.fta.examples
 
SamplePluginFrench() - Constructor for class com.cobber.fta.examples.SamplePluginFrench
 
seed(byte[]) - Method in class com.cobber.fta.LogicalTypeCode
 
seed(byte[]) - Method in class com.cobber.fta.LogicalTypeRegExp
 
seed(byte[]) - Method in interface com.cobber.fta.LTRandom
Seed the secure random number generator used to create examples.
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.Address2EN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.AddressEN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitABA
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitCUSIP
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitEAN13
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitIBAN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitISBN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitISIN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitLuhn
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CheckDigitSEDOL
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.CountryEN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.EmailLT
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.FirstName
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.Gender
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.GUID
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.identity.Aadhar_IN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.identity.IN_JA
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.identity.NHS_UK
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.identity.SSN_CH
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.identity.SSN_FR
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.IPV4Address
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.IPV6Address
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.JobTitleEN
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.LatitudeDMS
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.LongitudeDMS
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.MiddleName
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.NameFirstLast
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.NameLastFirst
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.NAStateProvince
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.PhoneNumberLT
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.PostalCodeFR
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.PostalCodeJA
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.UKPostalCode
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.URLLT
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.USZip5
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.USZipPlus4
 
SEMANTIC_TYPE - Static variable in class com.cobber.fta.plugins.VIN
 
SEMANTIC_TYPE_BASE - Static variable in class com.cobber.fta.examples.PluginColor
 
setCollectStatistics(boolean) - Method in class com.cobber.fta.AnalysisConfig
 
setCollectStatistics(boolean) - Method in class com.cobber.fta.Facts
 
setCollectStatistics(boolean) - Method in class com.cobber.fta.TextAnalyzer
Indicate whether to collect statistics or not.
setContent(String, String) - Method in class com.cobber.fta.LogicalTypeFiniteSimple
 
setDateResolutionMode(DateTimeParser.DateResolutionMode) - Method in class com.cobber.fta.AnalyzerContext
 
setDebug(int) - Method in class com.cobber.fta.TextAnalyzer
Internal Only.
setDefaultLogicalTypes(boolean) - Method in class com.cobber.fta.TextAnalyzer
Indicate whether to enable default Logical Type processing.
setDetectWindow(int) - Method in class com.cobber.fta.AnalysisConfig
 
setDetectWindow(int) - Method in class com.cobber.fta.TextAnalyzer
Set the size of the Detect Window (that is, number of samples) to collect before attempting to determine the type.
setEnableDefaultLogicalTypes(boolean) - Method in class com.cobber.fta.AnalysisConfig
 
setKeyConfidence(double) - Method in class com.cobber.fta.TextAnalyzer
Set the Key Confidence - typically used where there is an external source that indicated definitively that this is a key.
setLengthQualifier(boolean) - Method in class com.cobber.fta.TextAnalyzer
Indicate whether we should qualify the size of the RegExp.
setLocale(Locale) - Method in class com.cobber.fta.Facts
 
setLocale(Locale) - Method in class com.cobber.fta.TextAnalyzer
Override the default Locale.
setLocaleTag(String) - Method in class com.cobber.fta.AnalysisConfig
 
setMaxCardinality(int) - Method in class com.cobber.fta.AnalysisConfig
 
setMaxCardinality(int) - Method in class com.cobber.fta.TextAnalyzer
Set the maximum cardinality that will be tracked.
setMaxInputLength(int) - Method in class com.cobber.fta.AnalysisConfig
 
setMaxInputLength(int) - Method in class com.cobber.fta.TextAnalyzer
Sets the maximum input length for sampling.
setMaxOutliers(int) - Method in class com.cobber.fta.AnalysisConfig
 
setMaxOutliers(int) - Method in class com.cobber.fta.TextAnalyzer
Set the maximum number of outliers that will be tracked.
setNumericWidening(boolean) - Method in class com.cobber.fta.TextAnalyzer
If true enable Numeric widening - that is, if we see lots of integers then some doubles call it a double.
setPluginThreshold(int) - Method in class com.cobber.fta.TextAnalyzer
The percentage when we declare success 0 - 100 for Logical Type plugins.
setThreshold(int) - Method in class com.cobber.fta.AnalysisConfig
 
setThreshold(int) - Method in class com.cobber.fta.LogicalType
The percentage when we declare success 0 - 100.
setThreshold(int) - Method in class com.cobber.fta.TextAnalyzer
The percentage when we declare success 0 - 100.
setTotalCount(long) - Method in class com.cobber.fta.TextAnalyzer
Set the total number of elements in the Data Stream (if known).
setTrace(String) - Method in class com.cobber.fta.TextAnalyzer
Set tracing options.
setUniqueness(double) - Method in class com.cobber.fta.TextAnalyzer
Set the Uniqueness - typically used where there is an external source that has visibility into the entire data set and 'knows' the uniqueness of the set as a whole.
signature - Variable in class com.cobber.fta.PluginDefinition
Signature (structure) - the MD5 Hash of the Qualifier and the Base Type.
simplify() - Method in class com.cobber.fta.token.TokenStream
Simplify the Compressed TokenStream to improve the Regular Expression returned.
SingletonSet - Class in com.cobber.fta
Class used to cache large sets across multiple threads.
SingletonSet(String, String) - Constructor for class com.cobber.fta.SingletonSet
Create a SingletonSet using "#" as the comment character.
SingletonSet(String, String, String) - Constructor for class com.cobber.fta.SingletonSet
 
size() - Method in class com.cobber.fta.token.TokenStreams
Get the size of the Map.
SSN_CH - Class in com.cobber.fta.plugins.identity
Plugin to detect Swiss SSN's (AVH Number/Sozialversicherungsnummer).
SSN_CH(PluginDefinition) - Constructor for class com.cobber.fta.plugins.identity.SSN_CH
 
SSN_FR - Class in com.cobber.fta.plugins.identity
Plugin to detect French SSN's.
SSN_FR(PluginDefinition) - Constructor for class com.cobber.fta.plugins.identity.SSN_FR
 
statisticsEnabled() - Method in class com.cobber.fta.TextAnalysisResult
Was statistics collection enabled for this analysis.
subSet(String, String) - Method in class com.cobber.fta.PreSortedSet
 

T

tailSet(String) - Method in class com.cobber.fta.PreSortedSet
 
tbDouble - Variable in class com.cobber.fta.Facts
 
tbLocalDate - Variable in class com.cobber.fta.Facts
 
tbLocalDateTime - Variable in class com.cobber.fta.Facts
 
tbLocalTime - Variable in class com.cobber.fta.Facts
 
tbLong - Variable in class com.cobber.fta.Facts
 
tbOffsetDateTime - Variable in class com.cobber.fta.Facts
 
tbString - Variable in class com.cobber.fta.Facts
 
tbZonedDateTime - Variable in class com.cobber.fta.Facts
 
TextAnalysisResult - Class in com.cobber.fta
TextAnalysisResult is the result of a TextAnalyzer analysis of a data stream.
TextAnalyzer - Class in com.cobber.fta
Analyze Text data to determine type information and other key metrics associated with a text stream.
TextAnalyzer() - Constructor for class com.cobber.fta.TextAnalyzer
Construct an anonymous Text Analyzer for a data stream.
TextAnalyzer(AnalyzerContext) - Constructor for class com.cobber.fta.TextAnalyzer
Construct a Text Analyzer using the supplied context.
TextAnalyzer(String) - Constructor for class com.cobber.fta.TextAnalyzer
Construct a Text Analyzer for the named data stream.
TextAnalyzer(String, DateTimeParser.DateResolutionMode) - Constructor for class com.cobber.fta.TextAnalyzer
Construct a Text Analyzer for the named data stream with the supplied DateResolutionMode.
threshold - Variable in class com.cobber.fta.LogicalType
 
threshold - Variable in class com.cobber.fta.PluginDefinition
The required threshold to be matched (can be adjusted by presence of Hot Words.
TokenStream - Class in com.cobber.fta.token
A TokenStream (a set of Tokens) captures the Shapes and counts of the incoming data stream.
TokenStream(TokenStream) - Constructor for class com.cobber.fta.token.TokenStream
Construct a new TokenStream from an existing TokenStream.
TokenStream(String, long) - Constructor for class com.cobber.fta.token.TokenStream
Construct a new TokenStream based on the input.
TokenStreams - Class in com.cobber.fta.token
This Singleton class captures the sum of all input observed as a set of instances of the TokenStream Class.
TokenStreams(int) - Constructor for class com.cobber.fta.token.TokenStreams
Construct a TokenStreams object with a maximum number of TokenStream instances.
tooLong(String) - Static method in class com.cobber.fta.token.TokenStream
Is the input too long?
TopBottomK<T extends java.lang.Comparable<C>,​C> - Class in com.cobber.fta
Class used to track the top and bottom K values.
topK - Variable in class com.cobber.fta.Facts
The top 10 values.
topK() - Method in class com.cobber.fta.TopBottomK
Return the top K values (ordered LOWEST to HIGHEST).
topKasString() - Method in class com.cobber.fta.TopBottomK
Return the top K values as Strings (ordered HIGHEST to LOWEST).
toString() - Method in class com.cobber.fta.TextAnalysisResult
A String representation of the Analysis.
Trace - Class in com.cobber.fta
Class used to manage tracing for FTA.
Trace(String, AnalyzerContext, AnalysisConfig) - Constructor for class com.cobber.fta.Trace
 
traceOptions - Variable in class com.cobber.fta.AnalysisConfig
The current tracing options.
track(String, long) - Method in class com.cobber.fta.token.TokenStreams
Track the supplied input.
trailingWhiteSpace - Variable in class com.cobber.fta.Facts
Do any elements have trailing White Space?
train(String) - Method in class com.cobber.fta.TextAnalyzer
Train is the streaming entry point used to supply input to the Text Analyzer.
trainBulk(Map<String, Long>) - Method in class com.cobber.fta.TextAnalyzer
TrainBulk is the core bulk entry point used to supply input to the Text Analyzer.
Trivial - Class in com.cobber.fta.examples
 
Trivial() - Constructor for class com.cobber.fta.examples.Trivial
 

U

UKPostalCode - Class in com.cobber.fta.plugins
Plugin to detect valid UK Postal codes.
UKPostalCode(PluginDefinition) - Constructor for class com.cobber.fta.plugins.UKPostalCode
 
uniqueness - Variable in class com.cobber.fta.Facts
What is the uniqueness percentage of this column.
URLLT - Class in com.cobber.fta.plugins
Plugin to detect URLs.
URLLT(PluginDefinition) - Constructor for class com.cobber.fta.plugins.URLLT
 
USZip5 - Class in com.cobber.fta.plugins
Plugin to detect valid US Zip codes.
USZip5(PluginDefinition) - Constructor for class com.cobber.fta.plugins.USZip5
 
USZipPlus4 - Class in com.cobber.fta.plugins
Plugin to detect valid US Zip plus 4 codes.
USZipPlus4(PluginDefinition) - Constructor for class com.cobber.fta.plugins.USZipPlus4
 

V

Validation - Class in com.cobber.fta.examples
Simple class to demonstrate how to validate input based on the use of Semantic Types.
Validation() - Constructor for class com.cobber.fta.examples.Validation
 
validator - Variable in class com.cobber.fta.plugins.CheckDigitLT
 
validLocales - Variable in class com.cobber.fta.PluginDefinition
locales this plugin applies to - empty set, implies all locales.
variance - Variable in class com.cobber.fta.Facts
The variance of the observed values (Numeric types only).
VIN - Class in com.cobber.fta.plugins
Plugin to detect Vehicle Identification Numbers (VINs).
VIN(PluginDefinition) - Constructor for class com.cobber.fta.plugins.VIN
 

W

weightedValue(int, int, int) - Method in class com.cobber.fta.plugins.identity.NHSCheckDigit
Calculates the weighted value of a character in the code at a specified position.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages