Uses of Class
org.incenp.obofoundry.sssom.transform.MappingProcessingRule
-
Packages that use MappingProcessingRule Package Description org.incenp.obofoundry.sssom.transform -
-
Uses of MappingProcessingRule in org.incenp.obofoundry.sssom.transform
Fields in org.incenp.obofoundry.sssom.transform with type parameters of type MappingProcessingRule Modifier and Type Field Description protected List<MappingProcessingRule<T>>SSSOMTransformReader. rulesMethods in org.incenp.obofoundry.sssom.transform that return types with arguments of type MappingProcessingRule Modifier and Type Method Description List<MappingProcessingRule<T>>SSSOMTransformReader. getRules()Gets the SSSOM/T rules that have been parsed from the underlying source.Methods in org.incenp.obofoundry.sssom.transform with parameters of type MappingProcessingRule Modifier and Type Method Description voidMappingProcessor. addRule(MappingProcessingRule<T> rule)Adds a rule to be applied to mappings.voidIMappingProcessorListener. generated(MappingProcessingRule<T> rule, Mapping mapping, T product)This method is called whenever a rule is applied to a mapping and produces an object.protected voidMappingProcessor. onGeneratedProduct(MappingProcessingRule<T> rule, Mapping mapping, T product)Called when a rule generates an object from a mapping.Method parameters in org.incenp.obofoundry.sssom.transform with type arguments of type MappingProcessingRule Modifier and Type Method Description voidMappingProcessor. addRules(List<MappingProcessingRule<T>> rules)Adds a list of rules to be applied.
-