Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unique IDs for vertices #223

Open
Entenwilli opened this issue Nov 26, 2024 · 1 comment · May be fixed by #229
Open

Unique IDs for vertices #223

Entenwilli opened this issue Nov 26, 2024 · 1 comment · May be fixed by #229
Assignees
Labels
core Related to the core DFD/PCM data flow analysis enhancement New feature or request
Milestone

Comments

@Entenwilli
Copy link
Member

Every vertex for Flow Graphs should have a unique ID that identifies the vertex in the context of the TFG.
For example, Calling and Returning PCM Vertices of the same element should have a different unique ID

@Entenwilli Entenwilli self-assigned this Nov 26, 2024
@Entenwilli Entenwilli added enhancement New feature or request core Related to the core DFD/PCM data flow analysis labels Nov 26, 2024
@Entenwilli Entenwilli added this to the 4.0.0 milestone Nov 26, 2024
@01Parzival10
Copy link
Contributor

Needed information to uniquely identify a DFD Vertex:

ID of Previous Elements
ID of Following Element
ID of incoming flows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core Related to the core DFD/PCM data flow analysis enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants