Hi!
I am trying to visualize a finite state machine with EA 9.0 by importing an xmi. I can see everthing, but not the triggers. Does someone knows how to do?
Thank you in advance for your time.
My xmi sounds like this:
?xml version="1.0" encoding="windows-1252"?>
<xmi:XMI xmi:version="2.1" xmlns:uml="
http://schema.omg.org/spec/UML/2.1" xmlns:xmi="
http://schema.omg.org/spec/XMI/2.1">
<uml:Model xmi:type="uml:Model" name="EA_Model" >
<uml:Package xmi:type="uml:Package" xmi:id="pkg1" name="ok" >
<uml:StateMachine xmi:type="uml:StateMachine" xmi:id="fsm1" name="EA_StateMachine1" >
<subvertex xmi:type="uml:State" xmi:id="st1" name="State1"/>
<transition xmi:type="uml:Transition" xmi:id="tr1" source="st1" target="st1" >
<trigger xmi:type="uml:Trigger" xmi:id="trig1" name="label" />
</transition>
</uml:StateMachine>
</uml:Package>
</uml:Model>
</xmi:XMI>
This is the log of the import:
Importing Model from XMI
Root Package: ok
Add Classifier: EA_StateMachine1
Add Classifier: State1
Resolving Classifiers
Resolving Owners
Resolving Attribute Types
Resolving Parameter Types
Resolving Association-Classes
Resolving InteractionOccurences
Fixup external references
Import Complete!