SysML_To_HiLeS/Structure [ Modules ]

[ Top ] [ SysML_To_HiLeS ] [ Modules ]

SUMMARY

SysML2HilesStructure -- Consolidation of rules that must be executed to transform the structural componentes of a SysML model to a HiLeS model. ($Rev: 126 $)

DESCRIPTION

Imports each of the source files that contain etl rules to perform the model-to-model transformation of the structural elements.

SEE ALSO

SysML_To_HiLeS/Behavior, SysML_To_HiLeS/Merge

INPUTS

    sysmlModel The SysML model (conforms to http://www.topcased.org/2.0/sysML)
    hilesS The HiLeS Structural Model (conforms to https://hiles.uniandes.edu.co/1.0/HiLeS)

RESULT

A HiLeS model containing structure elements.

USAGE

    <target name="SysML2HilesStructure">
      <epsilon.etl src="SysML2HilesStructure.etl">
        <model ref="sysmlModel"/>
        <model ref="hilesS"/>
    <\target>

USES

SysMLModelQueries.eol ModelToSystem.etl InitialArchitecture.etl StructuralBlock.etl Ports.etl Services.etl Payloads.etl