public class AddNonItemTripleDelta extends AddTripleDelta implements java.io.Serializable
subjectItemNr, tripleNr, verbItemNr, verbSourceNr
Constructor and Description |
---|
AddNonItemTripleDelta(long tripleNr,
long subjectItemNr,
long verbSourceNr,
long verbItemNr,
Datum object)
Create a record of a change that adds a non-item triple
|
Modifier and Type | Method and Description |
---|---|
Datum |
getObject() |
public AddNonItemTripleDelta(long tripleNr, long subjectItemNr, long verbSourceNr, long verbItemNr, Datum object)
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.object
- the object of the triple. This must not be an item.public Datum getObject()