| Package | Description |
|---|---|
| com.entitystream.identiza.db | |
| com.entitystream.identiza.entity.resolve.match | |
| com.entitystream.identiza.entity.resolve.storage |
| Modifier and Type | Class and Description |
|---|---|
class |
Node |
| Modifier and Type | Method and Description |
|---|---|
INode |
Relationship.getEndNode() |
INode |
IRelationship.getEndNode() |
INode |
Relationship.getOtherNode(INode node) |
INode |
IRelationship.getOtherNode(INode baseNode) |
| Modifier and Type | Method and Description |
|---|---|
List<INode> |
Relationship.getNodes() |
List<INode> |
IRelationship.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Node.applyInheritanceFrom(INode iNode2,
INode iNode,
HashSet<IPurpose> hashSet,
ISchemaMeta schDoc) |
IRelationship |
INode.createRelationshipTo(INode arg0,
String arg1,
Date when,
Map<String,Object> values) |
IRelationship |
Node.createRelationshipTo(INode arg0,
String arg1,
Date when,
Map<String,Object> values) |
INode |
Relationship.getOtherNode(INode node) |
INode |
IRelationship.getOtherNode(INode baseNode) |
static Object[] |
INode.getWords(INode node,
List<PurposeColumnMap> map,
WordList anon,
Date when) |
| Modifier and Type | Method and Description |
|---|---|
INode |
MatchRecordInterface.getBaseNode() |
INode |
MatchRecord.getNode() |
INode |
MatchRecordInterface.getNode() |
| Modifier and Type | Method and Description |
|---|---|
RecordInterface |
MatchTableInterface.getRecord(INode node) |
RecordInterface |
MatchTable.getRecord(INode node) |
| Constructor and Description |
|---|
GoldenRecord(long eid,
Collection<INode> group,
double score,
String label,
MatchSchemaInterface sch) |
| Modifier and Type | Method and Description |
|---|---|
INode |
Record.getBaseNode() |
INode |
RecordInterface.getBaseNode() |
INode |
Record.setBaseNode(INode baseNode2) |
INode |
RecordInterface.setBaseNode(INode baseNode2) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<INode,ContextMap> |
Record.getRelatedNodes(String reltype,
String direction,
Date when) |
ConcurrentHashMap<INode,ContextMap> |
RecordInterface.getRelatedNodes(String reltype,
String direction,
Date when) |
| Modifier and Type | Method and Description |
|---|---|
void |
Record.addHistoryRecord(INode newValues,
String action,
String username) |
void |
RecordInterface.addHistoryRecord(INode newValues,
String action,
String username) |
RecordInterface |
Record.assignNode(INode n) |
RecordInterface |
RecordInterface.assignNode(INode node) |
INode |
Record.setBaseNode(INode baseNode2) |
INode |
RecordInterface.setBaseNode(INode baseNode2) |
| Constructor and Description |
|---|
Record(MatchSchemaInterface matchSchema,
INode node) |
Copyright © 2021. All rights reserved.