Uses of Interface
org.incenp.obofoundry.sssom.transform.IFormatModifierFunction
-
Packages that use IFormatModifierFunction Package Description org.incenp.obofoundry.sssom.transform org.incenp.obofoundry.sssom.uriexpr -
-
Uses of IFormatModifierFunction in org.incenp.obofoundry.sssom.transform
Classes in org.incenp.obofoundry.sssom.transform that implement IFormatModifierFunction Modifier and Type Class Description classBaseStringModifierFunctionBase 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.classSimpleStringModifierFunctionRepresents a simple format modifier function that does not take any argument.classSSSOMTDefaultModifierFunctionRepresents the SSSOM/T substitution modifier function "default".classSSSOMTFlattenFunctionRepresents the SSSOM/T modifier function "flatten".classSSSOMTFormatFunctionRepresents the SSSOM/T modifier function "format".classSSSOMTListItemFunctionRepresents the SSSOM/T modifier function "list_item".classSSSOMTPrefixFunctionRepresents the SSSOM/T modifier function "prefix".classSSSOMTReplaceModifierFunctionRepresents the SSSOM/T modifier function "replace".classSSSOMTShortFunctionRepresents the SSSOM/T substitution modifier function "short".classSSSOMTSuffixFunctionRepresents the SSSOM/T modifier function "suffix".Methods in org.incenp.obofoundry.sssom.transform with parameters of type IFormatModifierFunction Modifier and Type Method Description IMappingTransformer<String>MappingFormatter. getTransformer(String format, IFormatModifierFunction defaultModifier, List<String> modifierArguments)Gets a mapping transformer that can directly create a formatted string from a mapping by application of all the substitutions defined in this object.voidMappingFormatter. setModifier(IFormatModifierFunction modifier)Registers a modifier function that can be used to alter the value of a substitution. -
Uses of IFormatModifierFunction in org.incenp.obofoundry.sssom.uriexpr
Classes in org.incenp.obofoundry.sssom.uriexpr that implement IFormatModifierFunction Modifier and Type Class Description classSSSOMTUriExpressionExpandFunctionRepresents the SSSOM/T-OWL substitution modifier function "uriexpr_expand".classSSSOMTUriExpressionSlotValueFunctionRepresents the SSSOM/T substitution modifier function "uriexpr_slot_value".
-