| BaseStringModifierFunction |
Base class for format modifier functions that can act both on a single value
and on a list of values, where all values in the list are to be processed in
the same way as single values.
|
| FilterSet |
A set of filters.
|
| MappingEditor |
A mapping transformer that applies arbitrary changes to a mapping.
|
| MappingFormatter |
Helper class to format mappings into strings.
|
| MappingProcessingRule<T> |
This class represents an arbitrary treatment applied to a mapping.
|
| MappingProcessor<T> |
|
| NamedFilter |
A filter that has a string representation.
|
| NamedMappingProcessorCallback |
A processor callback that has a string representation.
|
| NamedMappingTransformer<T> |
A mapping transformer that has a string representation.
|
| SimpleStringModifierFunction |
Represents a simple format modifier function that does not take any argument.
|
| SSSOMTAssignFunction |
Represents the SSSOM/T standard preprocessor function "assign".
|
| SSSOMTConfidenceFilterFunction |
Represents the SSSOM/T filter function "confidence".
|
| SSSOMTDefaultModifierFunction |
Represents the SSSOM/T substitution modifier function "default".
|
| SSSOMTDuplicateFunction |
Represents the SSSOM/T filter function "is_duplicate".
|
| SSSOMTFlattenFunction |
Represents the SSSOM/T modifier function "flatten".
|
| SSSOMTFormatFunction |
Represents the SSSOM/T modifier function "format".
|
| SSSOMTHasExtensionFunction |
Represents the SSSOM/T filter function "has_extension".
|
| SSSOMTInferCardinalityFunction |
Represents the SSSOM/T standard callback function “infer_cardinality”.
|
| SSSOMTInvertFunction |
Represents the SSSOM/T standard preprocessor function "invert".
|
| SSSOMTListItemFunction |
Represents the SSSOM/T modifier function "list_item".
|
| SSSOMTPrefixFunction |
Represents the SSSOM/T modifier function "prefix".
|
| SSSOMTransformApplication<T> |
Represents a SSSOM/Transform application, that is, a specialisation of the
SSSOM/Transform language (also called a “SSSOM/Transform dialect”) with its
own functions and that produces its own type of mapping-derived objects.
|
| SSSOMTransformReader<T> |
A parser to read mapping processing rules in the SSSOM Transform language.
|
| SSSOMTReplaceFunction |
Represents the SSSOM/T standard preprocessor function "replace".
|
| SSSOMTReplaceModifierFunction |
Represents the SSSOM/T modifier function "replace".
|
| SSSOMTSetvarCallbackFunction |
Represents the SSSOM/T standard callback function "set_var".
|
| SSSOMTSetvarFunction |
Represents the SSSOM/T standard directive function "set_var".
|
| SSSOMTShortFunction |
Represents the SSSOM/T substitution modifier function "short".
|
| SSSOMTStopFunction |
Represents the SSSOM/T standard preprocessor function "stop".
|
| SSSOMTSuffixFunction |
Represents the SSSOM/T modifier function "suffix".
|
| VariableManager |
A helper class to track variables that can have a different value
depending on the mapping that is currently being processed.
|