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

RSR-845 - Find DataAttributeRef from String #334

Closed
massifben opened this issue Oct 9, 2023 · 0 comments · Fixed by #335
Closed

RSR-845 - Find DataAttributeRef from String #334

massifben opened this issue Oct 9, 2023 · 0 comments · Fixed by #335
Labels
enhancement New feature or request

Comments

@massifben
Copy link
Contributor

massifben commented Oct 9, 2023

User Story

As a user of Compas-SCT library

I want a method that retrieve a DataAttributeRef from a String wich is the concatenation of all DataNames elements (Ex : "Do1.sdo1.sdo2.da2.bda1.bda2"), instead of providing a DataAttributeRef filter.

This is because I don't know where the do/sdo part ends and the da/bda parts starts, so I cannot split the String in DoTypeName and DaTypeName objects (as required by the the current NodeTypeAdapter.getDataAttributeRefs method.

@massifben massifben added the enhancement New feature or request label Oct 9, 2023
@massifben massifben changed the title COMPAS DataAttributeRef RSR-845 - Find DataAttributeRef from String Oct 9, 2023
massifben added a commit that referenced this issue Oct 9, 2023
…ameter

Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben added a commit that referenced this issue Oct 9, 2023
…ameter

Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben added a commit that referenced this issue Oct 10, 2023
…ameter

Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben added a commit that referenced this issue Oct 11, 2023
…ameter

Signed-off-by: massifben <105049157+massifben@users.noreply.github.com>
massifben added a commit that referenced this issue Oct 11, 2023
…uteRefs_from_String

feat(#334): add LNodeTypeAdapter.getDataAttributeRefs with String par…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant