HiLeS_To_TimePetriNet/SystemToPetriNet [ Rules ]

[ Top ] [ HiLeS_To_TimePetriNet ] [ Rules ]

SUMMARY

Transform a HiLeS HilesSystem to a TPN Time Petri Net ($Rev: 447 $)

DESCRIPTION

Create a TPN Time Petri Net to hold all the elements of the HiLeS HilesSystem's ControlNet elements, with out the heirarchy.

SEE ALSO

*

DOMAIN

SPECIFICATION

        relation SystemToPetriNet
        {
            checkonly domain hiles s:HilesSystem {
                name = sn,
                initialArchitecture = sa:Architecture,
            }
            enforce domain tpn pn:PetriNet {
                name = sn,
                node = pnn:Node{},
                arc = pna:Arc{}
            }
 *