com.bigdata.rdf.changesets
Class ChangeRecord

java.lang.Object
  extended by com.bigdata.rdf.changesets.ChangeRecord
All Implemented Interfaces:
IChangeRecord

public class ChangeRecord
extends Object
implements IChangeRecord


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.bigdata.rdf.changesets.IChangeRecord
IChangeRecord.ChangeAction
 
Field Summary
static Comparator<IChangeRecord> COMPARATOR
           
 
Constructor Summary
ChangeRecord(ISPO stmt, IChangeRecord.ChangeAction action)
           
 
Method Summary
 boolean equals(Object o)
           
 IChangeRecord.ChangeAction getChangeAction()
          Return the change action for this change record.
 ISPO getStatement()
          Return the ISPO that is the focus of this change record.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

COMPARATOR

public static final Comparator<IChangeRecord> COMPARATOR
Constructor Detail

ChangeRecord

public ChangeRecord(ISPO stmt,
                    IChangeRecord.ChangeAction action)
Method Detail

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.