Package jasi.sim.basic.table

Condition tables.

See:
          Description

Class Summary
ConditionMap<K,V> Map of conditions, which provides access to an if-then-else structure.
ConditionTree A condition table, that allows to retrieve values from a set of conditions based on an if-then-else structure.
ConditionTree.Line Line in a condition table.
Tables Management class of condition tables.
 

Package jasi.sim.basic.table Description

Condition tables.

Condition tables provide data structures - a mapping of hierachical keys to values - that can be accessed by the simulation process and stored in the simulation's archive. When it happens, that a key is missing during retrieving a value, condition tables possess the posibility to provide default values at each hierachical key level.