Reduce TripleStore interface names
This commit is contained in:
parent
8576f66d20
commit
b89d4f392c
29 changed files with 156 additions and 156 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue