ModelTransform interface

The base interface for all model transformations.

Operations

NameReturnsDescription
transform(source)

ModelTransform.transform

X

Transforms the source model into the target model.

Parameters
NameTypeDescription
sourceTSource 
Return value
Type: TTarget 
TTarget Transforms the source model into the target model.