public interface StoreFactory
Modifier and Type | Method and Description |
---|---|
Store |
create() |
Store |
create(Atom atom) |
Store |
create(Atom[] atoms) |
Store |
create(AtomSet src) |
Store |
create(CloseableIterator<Atom> atoms) |
Store |
create(CloseableIteratorWithoutException<Atom> atoms) |
Store |
create(InMemoryAtomSet src) |
Store create() throws AtomSetException
AtomSetException
Store create(Atom[] atoms) throws AtomSetException
AtomSetException
Store create(AtomSet src) throws AtomSetException, IteratorException
AtomSetException
IteratorException
Store create(InMemoryAtomSet src) throws AtomSetException
AtomSetException
Store create(CloseableIterator<Atom> atoms) throws AtomSetException, IteratorException
AtomSetException
IteratorException
Store create(CloseableIteratorWithoutException<Atom> atoms) throws AtomSetException
AtomSetException
Store create(Atom atom) throws AtomSetException
AtomSetException
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.