Uses of Interface
org.incenp.obofoundry.sssom.transform.IFormatModifierFunction
Packages that use IFormatModifierFunction
-
Uses of IFormatModifierFunction in org.incenp.obofoundry.sssom.transform
Classes in org.incenp.obofoundry.sssom.transform that implement IFormatModifierFunctionModifier and TypeClassDescriptionclass
Represents the SSSOM/T substitution modifier function "default".class
Represents the SSSOM/T modifier function "flatten".class
Represents the SSSOM/T modifier function "format".class
Represents the SSSOM/T modifier function "list_item".class
Represents the SSSOM/T substitution modifier function "short".Methods in org.incenp.obofoundry.sssom.transform with parameters of type IFormatModifierFunctionModifier and TypeMethodDescriptionMappingFormatter.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.void
MappingFormatter.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 IFormatModifierFunctionModifier and TypeClassDescriptionclass
Represents the SSSOM/T-OWL substitution modifier function "uriexpr_expand".class
Represents the SSSOM/T substitution modifier function "uriexpr_slot_value".