public abstract class AddTripleDelta extends Delta implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
subjectItemNr
The numeric identifier of the subject in its source
|
long |
tripleNr
The numeric identifier of the triple in its source
|
long |
verbItemNr
The numeric identifier of the verb in its source
|
long |
verbSourceNr
The numeric identifier of the source of the verb
|
Constructor and Description |
---|
AddTripleDelta(long tripleNr,
long subjectItemNr,
long verbSourceNr,
long verbItemNr)
Create a record of a change that adds a triple to a source
|
public long tripleNr
public long subjectItemNr
public long verbSourceNr
public long verbItemNr
public AddTripleDelta(long tripleNr, long subjectItemNr, long verbSourceNr, long verbItemNr)
tripleNr
- the numeric identifier in the source of the
triple to be added.subjectItemNr
- the numeric identifier in the source of the
subject of the triple to be added.verbSourceNr
- the numeric identifier of the source of the
verb of the triple to be added.verbItemNr
- the numeric identifier in its source of the
verb of the triple to be added.