pl.edu.pjwstk.yaod.store
Interface StoreClient

All Known Implementing Classes:
PersistentStoreClient

public interface StoreClient


Method Summary
 void createAtom(Atom atm)
           
 AtomPointer createEntry()
           
 void deleteAtom(AtomPointer ptr)
           
 AtomPointer getEntry()
           
 Atom retrieveAtom(AtomPointer ptr)
           
 void updateAtom(Atom atm)
           
 

Method Detail

retrieveAtom

public Atom retrieveAtom(AtomPointer ptr)

deleteAtom

public void deleteAtom(AtomPointer ptr)

updateAtom

public void updateAtom(Atom atm)

createAtom

public void createAtom(Atom atm)

createEntry

public AtomPointer createEntry()

getEntry

public AtomPointer getEntry()