Class TLcdDataModelMappingValidator

java.lang.Object
com.luciad.datamodel.transformation.TLcdDataModelMappingValidator

public class TLcdDataModelMappingValidator extends Object

The responsibility of this class is to validate a TLcdDataModelMapping. Given such a mapping, instances of this class perform a number of checks to see if the mapping is type safe and complete.

This class is typically used during development when a data model mapping is created. It helps to find out where the mapping is still incomplete. This is especially useful when larger models need to be transformed. In general it doesn't make much sense to use this class in production code.

Since:
11.0
See Also: