Package de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
package de.uni_mannheim.informatik.dws.melt.matching_base.typetransformer
-
ClassDescriptionDue to the fact that a matcher can only return one value, but alignment and parameters can be changed, an extra object is necessary.This matcher caller expects some matcher object and all other paramters as objects as well and call it with appropriate type transformers such that the call can actually happen.This matcher caller expects some matcher object and all other paramters as objects as well and call it with apropiate type transformers such that the call can actually happen.The exception which is thrown if a transformation does not work.TypeTransformer<S,
T> TypeTransformer interface.Implement this interface to register multiple TypeTransformers.The TypeTransformerRegistry is a registry for TypeTransformer which can transform an objetc of one type/class to another.