Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • E Eclipse eTrice
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse Projects
  • Eclipse eTrice™
  • Eclipse eTrice
  • Issues
  • #39

Closed
Open
Created Apr 28, 2022 by Eyrak Paen-Rochlitz@epaenDeveloper

TransitionPoints can be connected outside of the subgraph in the textual model, causing behavior diagram to be unopenable

  • this looks like it should be invalid according to ROOM spec
  • generated transition behaves like a group transition

Example:

RoomModel m {
    ProtocolClass p {
        incoming {
            Message msg
        }
    }

    ActorClass a {
        Structure {
            Port p: pc
        }
        Behavior {
            StateMachine {
                State s1 {
                    subgraph {
                        State s11
                        Transition init: initial -> s11
                        TransitionPoint trp
                    }
                }
                State s2
                Transition init: initial -> s1
                Transition t: trp of s1 -> s2 {triggers { <msg: p> }}
            }
        }
    }
}
Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent