-
Notifications
You must be signed in to change notification settings - Fork 9
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
Labels
enhancement
New feature or request
Comments
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
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.
The text was updated successfully, but these errors were encountered: