org.shapelogic.calculation
Interface ContextGettable<K,V>

Type Parameters:
K - Key type
V - Value type of result
All Superinterfaces:
RecursiveContext<K>
All Known Implementing Classes:
AddListStream, AndListStream, ArrayOutputListStream, BaseCommonNumberedStream, BaseCommonStream, BaseListCommonStream, BaseListFilterStream, BaseListFilterTransformerStream, BaseListIndexedStream1, BaseListStream0, BaseListStream1, BaseListStream2, BaseListStreamList, BaseNumberedStream1, CalcNumberedStream1, IteratorStream, ListCalcIndexStream1, ListCalcStream1, ListFilterCalcStream1, NamedListCalcStream1, NaturalNumberStream, NumericTruthTableStream, PredicateListFilterStream, PrimeNumberStream, SingleListStream, SVGReader, WrappedListStream, XOrListStream

public interface ContextGettable<K,V>
extends RecursiveContext<K>

ContextGettable has contexts and ability to do a get in them.
Will often use QueryCalc but this is not used for anything else.

Author:
Sami Badawi

Method Summary
 V getInContext(K key)
           
 
Methods inherited from interface org.shapelogic.calculation.RecursiveContext
getContext, getParentContext
 

Method Detail

getInContext

V getInContext(K key)


Copyright © 2009. All Rights Reserved.