edu.ucla.util
Interface Setting

All Known Implementing Classes:
EdgeDeletionBeliefPropagationSetting, RecoverySetting

public interface Setting

A Setting is key identifying a single configurable value. Declare an Enum to implement Setting.

Since:
20091207
Author:
keith cascio

Nested Class Summary
static interface Setting.Settings<E extends Enum<E> & Setting>
          A map of Setting keys to arbitrary values.
 
Method Summary
 Object get(PropertyKey key)
           
 Map<PropertyKey,Object> properties()
           
 

Method Detail

get

Object get(PropertyKey key)

properties

Map<PropertyKey,Object> properties()


Copyright 2010 UCLA Automated Reasoning Group