Reduce TripleStore interface names

This commit is contained in:
kortschak 2014-07-02 11:40:33 +09:30
parent 8576f66d20
commit b89d4f392c
29 changed files with 156 additions and 156 deletions

View file

@ -43,7 +43,7 @@ func NewIterator(ts *TripleStore, collection string, d graph.Direction, val grap
var m Iterator
iterator.BaseInit(&m.Base)
m.name = ts.GetNameFor(val)
m.name = ts.NameOf(val)
m.collection = collection
switch d {
case graph.Subject: