com.bigdata.rdf.changesets
Class ChangeRecord
java.lang.Object
com.bigdata.rdf.changesets.ChangeRecord
- All Implemented Interfaces:
- IChangeRecord
public class ChangeRecord
- extends Object
- implements IChangeRecord
COMPARATOR
public static final Comparator<IChangeRecord> COMPARATOR
ChangeRecord
public ChangeRecord(ISPO stmt,
IChangeRecord.ChangeAction action)
getChangeAction
public IChangeRecord.ChangeAction getChangeAction()
- Description copied from interface:
IChangeRecord
- Return the change action for this change record.
- Specified by:
getChangeAction in interface IChangeRecord
- Returns:
- the
IChangeRecord.ChangeAction
getStatement
public ISPO getStatement()
- Description copied from interface:
IChangeRecord
- Return the ISPO that is the focus of this change record.
- Specified by:
getStatement in interface IChangeRecord
- Returns:
- the
ISPO
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2012 SYSTAP, LLC. All Rights Reserved.