public class ChangeRecord extends Object implements IChangeRecord
| Modifier and Type | Field and Description |
|---|---|
static Comparator<IChangeRecord> |
COMPARATOR
Comparator imposes an
ISPO order. |
| Constructor and Description |
|---|
ChangeRecord(ISPO stmt,
ChangeAction action) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ChangeAction |
getChangeAction()
Return the change action for this change record.
|
ISPO |
getStatement()
Return the ISPO that is the focus of this change record.
|
int |
hashCode() |
String |
toString() |
public static final Comparator<IChangeRecord> COMPARATOR
ISPO order.public ChangeRecord(ISPO stmt, ChangeAction action)
public ChangeAction getChangeAction()
IChangeRecordgetChangeAction in interface IChangeRecordChangeActionpublic ISPO getStatement()
IChangeRecordgetStatement in interface IChangeRecordISPOCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.