Salt  3.4.2
A powerful, tagset-independent and theory-neutral meta model and API for storing, manipulating, and representing nearly all types of linguistic data .
org.corpus_tools.salt.util.Difference Class Reference

Objects of this class are produces by SDocumentGraph#findDiffs(SDocumentGraph) to determine differences between two SDocumentGraph objects. More...

Inherits Serializable.

Public Member Functions

void addSubDiffs (Set< Difference > subDiffs)
 
 Difference (Object templateObject, Object otherObject, Object container, DIFF_TYPES diffType)
 
String toString ()
 

Public Attributes

Object templateObject
 Object of graph template, if this difference type has one.
 
Object otherObject
 Object of graph other, if this difference type has one.
 
Object container
 Object containing the given object, e.g. More...
 
DIFF_TYPES diffType
 type of the difference
 
Set< DifferencesubDiffs = null
 

Detailed Description

Objects of this class are produces by SDocumentGraph#findDiffs(SDocumentGraph) to determine differences between two SDocumentGraph objects.

Author
florian

Member Data Documentation

◆ container

Object org.corpus_tools.salt.util.Difference.container

Object containing the given object, e.g.

used for layers