Skip to content

Commit

Permalink
Overview Technology: tech core concepts added.
Browse files Browse the repository at this point in the history
addresses #198
  • Loading branch information
nuthub committed Jan 23, 2025
1 parent ef82909 commit 346d8a4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 1 deletion.
Binary file removed 2.1-dev/diagrams/overview_Technology.png
Binary file not shown.
2 changes: 1 addition & 1 deletion 2.1-dev/diagrams/overview_Technology.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 42 additions & 0 deletions 2.1-dev/diagrams/plantuml/overview_Technology.plantuml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,51 @@ left to right direction
class Thing #silver
package dpv {
class Technology
class Entity
class Location
}
package dpv.tech {
class Actor
class Capability
class ProvisionMethod
class CommunicationMechanism
class InputOutput
class Documentation
class DeploymentLocation
class Function
class IntendedUse
}
' Technology
Thing -- Technology: isImplementedUsingTechnology >
Technology -- Thing: implements >

' Actor
Entity <|-- Actor
Thing -- Actor: hasActor >
Thing -- Entity: hasEntity >

' Capability
Thing -- Capability: hasCapability >

' ProvisionMethod
Technology <|-- ProvisionMethod

' CommunicationMechanism
Technology <|-- CommunicationMechanism

' InputOutput

' Documentation
Thing -- Documentation: hasDocumentation >

' DeploymentLocation
Thing -- Location: hasLocation >
Location <|-- DeploymentLocation

' Function
Thing -- Function: hasFunction >

' IntendedUse
Thing -- IntendedUse: hasIntendedUse >

@enduml

0 comments on commit 346d8a4

Please sign in to comment.