Expand description
Definition of the main Translator
trait and the simplified version
BasicTranslator
.
Structs§
- Variable
Name Info - Provides a way for translators to “change” the name of variables in the variable list. Most translators should not produce VariableNameInfo since it is a global thing that is done on all variables, not just those which have had the translator applied.
Enums§
Traits§
- Basic
Translator - A translator that only produces non-hierarchical values
- Translator
- The most general translator trait.
Functions§
- map_
vector_ 🔒variable - Turn vector variable string into name and corresponding kind if it includes values other than 0 and 1. If only 0 and 1, return None.
- translates_
all_ bit_ types