rename to quads

This commit is contained in:
Barak Michener 2014-08-04 00:44:25 -04:00
parent cedaac35d0
commit 81b3bf9881
4 changed files with 91 additions and 88 deletions

View file

@ -41,7 +41,7 @@ type Value interface{}
type TripleStore interface {
// The only way in is through building a transaction, which
// is done by a replication strategy.
ApplyTransactions([]*Transaction) error
ApplyDeltas([]*Delta) error
// Given an opaque token, returns the triple for that token from the store.
Quad(Value) *quad.Quad