Skip to content

Commit

Permalink
Improvements to diagrams and text
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed May 26, 2021
1 parent 38d1b3f commit 641ade8
Show file tree
Hide file tree
Showing 5 changed files with 77 additions and 70 deletions.
17 changes: 8 additions & 9 deletions images/discovery-class-diagram-ontology.puml
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
@startuml
hide members
skinparam classBackgroundColor Azure

class Thing as "td:Thing"
note left: Thing Description (TD)
class ThingDirectory as "discovery:ThingDirectory"
class ThingLink as "discovery:ThingLink"

class RegInfo as "discovery:RegistrationInformation" #Azure {
discovery:created : xsd:datetime
discovery:modified : xsd:datetime
discovery:expires : xsd:datetime
discovery:ttl : xsd:integer
discovery:retrieved : xsd:datetime
discovery:created : xsd:dateTime
discovery:modified : xsd:dateTime
discovery:expires : xsd:dateTime
discovery:ttl : xsd:unsignedInt
discovery:retrieved : xsd:dateTime
}
show RegInfo attributes

note left of Thing
Thing Description (TD)
end note

Thing <|-- ThingDirectory
Thing <|-- ThingLink
Thing --> RegInfo : "discovery:hasRegistrationInformation"
Expand Down
33 changes: 16 additions & 17 deletions images/discovery-class-diagram-ontology.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions images/exploration-class-diagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
hide methods
hide members

class Thing <<service>>
class Thing <<(S,#eb937f) service>>
together {
class SelfDesc as "Self-describing Thing" <<service>>
class Directory <<service>>
class SelfDesc as "Self-describing Thing" <<(S,#eb937f) service>>
class Directory <<(S,#eb937f) service>>
}

class TD as "Thing Description"
class TD as "td:Thing" #Azure
note left: Thing Description (TD)

/' relations '/
Thing <|-- SelfDesc
Expand Down
Loading

0 comments on commit 641ade8

Please sign in to comment.