Module net.automatalib.common.util
Package net.automatalib.common.util.mapping
-
Interface Summary Interface Description Mapping<D,R> An interface for mapping objects of a certain domain type to objects of a certain range type.MutableMapping<D,R> Mutable version of aMapping
, which supports setting keys for given values. -
Class Summary Class Description ArrayMapping<K extends NumericID,V> MapMapping<D,R> Mappings Collection of various methods dealing withMapping
s.StringIndexMapping Class for transforming integer index values into string values (using latin characters, therefore effectively realizing a radix-26 representation of numbers).