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

Instructions for creating queries for the ARP 4754 Tool #172

Open
pauls4GE opened this issue Feb 19, 2024 · 1 comment
Open

Instructions for creating queries for the ARP 4754 Tool #172

pauls4GE opened this issue Feb 19, 2024 · 1 comment
Assignees

Comments

@pauls4GE
Copy link
Contributor

No description provided.

@pauls4GE
Copy link
Contributor Author

pauls4GE commented Feb 19, 2024

  1. The query IDs must use the ACTUAL class names in the ontology (e.g., if Items are represented by RandomPart and Item Requirements are represented by RandomReq, then the query that connects Item Requirements to Items should read RandomReq_with_RandomPart.json)

  2. In the binary queries, the csv headers should be CLASSNAME_id

  3. In the interface to I/O query, the headers should be INTERFACE_id, Input_id, Output_id

  4. Separate queries must be created named Input.json and Output.json for whatever classes we use as inputs and outputs. The headers should be Input_id, Output_id

  5. The queries needed:

    1. ItemRequirement,arp,spaul,ItemRequirement.json,PrefabNodeGroup
    2. getDAP,arp4754,spaul,getDAP.json,PrefabNodeGroup
    3. getConfiguration,arp4754,spaul,getConfiguration.json,PrefabNodeGroup
    4. Item,arp4754,spaul,Item.json,PrefabNodeGroup
    5. DerivedItemRequirement,arp4754,spaul,DerivedItemRequirement.json,PrefabNodeGroup
    6. DerivedSystemRequirement,arp4754,spaul,DerivedSystemRequirement.json,PrefabNodeGroup
    7. Input,arp4754,spaul,Input.json,PrefabNodeGroup
    8. INTERFACE,arp4754,spaul,INTERFACE.json,PrefabNodeGroup
    9. INTERFACE_with_IO,arp4754,spaul,INTERFACE_with_IO.json,PrefabNodeGroup
    10. ItemRequirement_with_Item,arp4754,spaul,ItemRequirement_with_Item.json,PrefabNodeGroup
    11. ItemRequirement_with_SystemRequirement,arp4754,spaul,ItemRequirement_with_SystemRequirement.json,PrefabNodeGroup
    12. Output,arp4754,spaul,Output.json,PrefabNodeGroup
    13. SYSTEM,arp4754,spaul,SYSTEM.json,PrefabNodeGroup
    14. SYSTEM_with_INTERFACE,arp4754,spaul,SYSTEM_with_INTERFACE.json,PrefabNodeGroup
    15. SystemRequirement,arp4754,spaul,SystemRequirement.json,PrefabNodeGroup
    16. SystemRequirement_with_SYSTEM,arp4754,spaul,SystemRequirement_with_SYSTEM.json,PrefabNodeGroup
    17. SystemDesignDescription,arp4754,spaul,SystemDesignDescription.json,PrefabNodeGroup
    18. DOCUMENT,arp4754,spaul,DOCUMENT.json,PrefabNodeGroup
    19. RequirementCompleteCorrectReview,arp4754,spaul,RequirementCompleteCorrectReview.json,PrefabNodeGroup
    20. RequirementTraceableReview,arp4754,spaul,RequirementTraceableReview.json,PrefabNodeGroup
    21. ItemRequirement_with_RequirementCompleteCorrectReview,arp4754,spaul,ItemRequirement_with_RequirementCompleteCorrectReview.json,PrefabNodeGroup
    22. ItemRequirement_with_RequirementTraceableReview,arp4754,spaul,ItemRequirement_with_RequirementTraceableReview.json,PrefabNodeGroup
  6. Some images to help guide query creation
    image
    image
    image

@pauls4GE pauls4GE self-assigned this Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant