Protege 3.4.4

edu.stanford.smi.protege.util.transaction.cache.serialize
Class CacheRead<S,V,R>

java.lang.Object
  extended by edu.stanford.smi.protege.util.transaction.cache.serialize.SerializedCacheUpdate<S,V,R>
      extended by edu.stanford.smi.protege.util.transaction.cache.serialize.CacheRead<S,V,R>
All Implemented Interfaces:
Serializable

public class CacheRead<S,V,R>
extends SerializedCacheUpdate<S,V,R>

See Also:
Serialized Form

Constructor Summary
CacheRead(S session, V var, CacheResult<R> value)
           
 
Method Summary
 CacheResult<R> getValue()
           
 V getVar()
           
 void performUpdate(Cache<S,V,R> cache)
           
 String toString()
           
 
Methods inherited from class edu.stanford.smi.protege.util.transaction.cache.serialize.SerializedCacheUpdate
getSession
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CacheRead

public CacheRead(S session,
                 V var,
                 CacheResult<R> value)
Method Detail

getVar

public V getVar()

getValue

public CacheResult<R> getValue()

performUpdate

public void performUpdate(Cache<S,V,R> cache)
Specified by:
performUpdate in class SerializedCacheUpdate<S,V,R>

toString

public String toString()
Overrides:
toString in class Object

Protege 3.4.4

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2010 Stanford University.