org.inxar.affirm
Interface Input


public interface Input

The Input interface acts as a very simple and general interface for any entity which produces data that needs to be verified/affirmed/proclaimed. A single get() method is defined. Implement this interface on any desired input source


Method Summary
 java.lang.Object get(java.lang.Object key)
          Returns the value mapped to the given key.
 

Method Detail

get

public java.lang.Object get(java.lang.Object key)
Returns the value mapped to the given key.