TOP

default.comparison

Description

Default processing of comparison results. Binds the lists of orphans in the project properties as <new>.orphans and <old>.orphans; Executes the nested tasks for each pair of recognized corresponding (equal or moved) elements, held in <new>.element and <old>.element Allowed are any nested tasks to execute for each pair of corresponding model elements.

Implementation class

net.mdatools.modelant.core.task.comparison.DefaultComparison

Parameters

Attribute Description Type
new The prefix name <new> of the property <new>.element where to bind the element from that model before executing the nested tasks (if any). Default: NEW String
old The prefix name <old> of the property <old>.element where to bind the element from that model, that corresponds to the new model element, before executing the nested tasks (if any). Default: OLD String

Nested elements

Element Description
Any task These are tasks to execute in a separate local environment for each pair of corresponding objects.

Use <typedef resource="net/mdatools/modelant/core/antlib.xml"/>
Documentation generated by ant.doc Ant macro from ModelAnt by MDA Tools