| Package | Description |
|---|---|
| com.entitystream.identiza.entity.resolve.match | |
| com.entitystream.identiza.entity.resolve.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
MatchSchemaSimpleImpl |
| Modifier and Type | Method and Description |
|---|---|
static MatchSchemaInterface |
MatchSchemaSimpleImpl.build(ISchemaMeta meta) |
| Modifier and Type | Method and Description |
|---|---|
static MatchRecordInterface |
MatchRecord.fromTask(MatchSchemaInterface schema,
Task task) |
RecordInterface |
MatchRecord.getBaseRecord(MatchSchemaInterface schema) |
RecordInterface |
MatchRecordInterface.getBaseRecord(MatchSchemaInterface schema) |
RecordInterface |
MatchRecord.getRecord(MatchSchemaInterface schema) |
RecordInterface |
MatchRecordInterface.getRecord(MatchSchemaInterface schema) |
void |
MatchTableInterface.initialise(ITable table,
MatchSchemaInterface msc) |
void |
MatchTable.initialise(ITable table,
MatchSchemaInterface msc) |
void |
MatchTableInterface.initialise(String tablename,
MatchSchemaInterface msc) |
void |
MatchTable.initialise(String tablename,
MatchSchemaInterface msc) |
| Constructor and Description |
|---|
GoldenRecord(long eid,
Collection<INode> group,
double score,
String label,
MatchSchemaInterface sch) |
MatchCriteria(RecordInterface record,
MatchSchemaInterface schema) |
MatchCriteria(RecordValues recordValues,
String tableName,
MatchSchemaInterface schema) |
MatchIndex(IIndex index,
MatchSchemaInterface schema) |
| Modifier and Type | Method and Description |
|---|---|
static RecordInterface |
Record.build(MatchSchemaInterface matchSchema2) |
static RecordInterface |
RecordInterface.build(MatchSchemaInterface matchSchema) |
static Task |
Task.build(MatchSchemaInterface schema,
Document aTaskNode) |
static List<Standardized> |
Record.standardise(RecordInterface rec,
MatchSchemaInterface schema,
String purposeName,
MatchProcInterface proc,
List<PurposeColumnMap> pcm,
WordList anon) |
| Constructor and Description |
|---|
Record(ITable table,
Map<Object,Object> newvals,
MatchSchemaInterface schema) |
Record(MatchCriteria matchcrits,
MatchSchemaInterface matchSchema) |
Record(MatchSchemaInterface matchSchema1) |
Record(MatchSchemaInterface matchSchema,
INode node) |
Record(String tableName,
String pkey,
MatchSchemaInterface matchSchema) |
Result(MatchSchemaInterface schema,
Node node) |
Copyright © 2021. All rights reserved.