xArch/xADL 2.0 Data Binding Library

edu.uci.isr.xarch
Class XArchContextCache.ContextCacheKey

java.lang.Object
  extended byedu.uci.isr.xarch.XArchContextCache.ContextCacheKey
Enclosing class:
XArchContextCache

static class XArchContextCache.ContextCacheKey
extends Object


Constructor Summary
XArchContextCache.ContextCacheKey(IXArch xArchRef, String contextKind)
           
 
Method Summary
 boolean equals(Object o)
           
 String getContextKind()
           
 IXArch getXArch()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XArchContextCache.ContextCacheKey

public XArchContextCache.ContextCacheKey(IXArch xArchRef,
                                         String contextKind)
Method Detail

getXArch

public IXArch getXArch()

getContextKind

public String getContextKind()

hashCode

public int hashCode()

equals

public boolean equals(Object o)

xArch/xADL 2.0 Data Binding Library