Class TestEval.ValueStore

java.lang.Object
org.djutils.eval.TestEval.ValueStore
All Implemented Interfaces:
RetrieveValue
Enclosing class:
TestEval

class TestEval.ValueStore extends Object implements RetrieveValue
Value store for testing the value retrieval system.
  • Constructor Details

    • ValueStore

      ValueStore(Map<String,Object> map)
      Create a new ValueStore.
      Parameters:
      map - Map<String,Object>; map that translates names to value (not deep-copied; therefore, if this map is changed at a later time that will affect subsequent lookup results).
  • Method Details