Package com.semedy.reasoner.core.locks
Interface CoreLock
- All Known Implementing Classes:
PredicateCoreLock
,SimpleCoreLock
public interface CoreLock
- Author:
- Juergen
-
Method Details
-
readLock
CoreReadLock readLock()get the read lock- Returns:
-
writeLock
CoreWriteLock writeLock()get the write lock- Returns:
-
lock
void lock() -
unlock
void unlock()
-