Skip to content

Commit

Permalink
add draft for Component interface elements
Browse files Browse the repository at this point in the history
add elements to Component definition:
- interfaceDefinitions
- interfacePorts
- interfaceConnections
  • Loading branch information
capsulecorplab committed Aug 22, 2021
1 parent e07e808 commit ffc7948
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions architecture/3-DataStructures/1-Component.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,20 @@ elements:
type: list
itemType: 3-DataStructures/5-Function.yaml
description: Listing of component functions.
- key: interfaces
- key: interfaceDefinitions
type: dictionary
itemType: 3-DataStructures/6-Interface.yaml
description: Listing of the component's internal interfaces. Key = interface's id. Value = interface's key data.
itemType: 3-DataStructures/6-InterfaceDefinition.yaml
description: Listing of the component's internal interface definitions. Key = interface definition's id. Value = interface definition's key data.
derivedFrom: []
- key: interfacePorts
type: dictionary
itemType: 3-DataStructures/7-InterfacePorts.yaml
description: Listing of the component's internal interface ports. Key = interface port's id. Value = interface port's key data.
derivedFrom: []
- key: interfaceConnections
type: dictionary
itemType: 3-DataStructures/8-InterfaceConnections.yaml
description: Listing of the component's internal interface connections. Key = interface connection's id. Value = interface connection's key data.
derivedFrom: []
- key: tools
type: dictionary
Expand Down

0 comments on commit ffc7948

Please sign in to comment.