SysML_To_HiLeS/Merge [ Modules ]

[ Top ] [ SysML_To_HiLeS ] [ Modules ]

SUMMARY

Merge structural and behavior HiLeS models ($Rev: 136 $).

DESCRIPTION

The Merge rules are intended for use when mergin a HiLeS model with structural information and a HiLeS model with behavior information. Before using this merge the models should be matched. NOTE: The HiLeS Structure and Behavior models should be loaded with the "hilesSB" alias.

SEE ALSO

SysML_To_HiLeS/Match

INPUTS

          * hilesS The HiLeS Structural Model (conforms to https://hiles.uniandes.edu.co/1.0/HiLeS)
          * hilesB The HiLeS Behavior Model (conforms to https://hiles.uniandes.edu.co/1.0/HiLeS)
          * hiles  The HiLeS Model (conforms to https://hiles.uniandes.edu.co/1.0/HiLeS)

RESULT

An HiLeS model resulting of the merge

USAGE

    <target name="HilesMerge">
        <epsilon.eml src="HilesMerge.eml" useMatchTrace="true">
            <model ref="hilesB"/>
            <model ref="hilesS"/>
            <model ref="hiles"/>
        </epsilon.eml>
    </target>

USES

MergeArchitecture.eml