INodeAssociation

A node association is responsible for storing the mapping between a source node and the imported target node. Provides efficient lookup of the mapping from previous synchronization runs.

Functions

Link copied to clipboard
abstract fun associate(sourceNode: INode, targetNode: INode)
Link copied to clipboard
abstract fun resolveTarget(sourceNode: INode): INode?