This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The name for this gist (starts with exclamation mark, because the name of the gist is the name of the first file in ASCIIbetical order) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@startuml | |
together { | |
Path <|-- RolePath | |
Path <|-- ItemPath | |
Path <|-- DomainPath | |
} | |
ItemPath <|-- AgentPath | |
ItemPath -[hidden]left-> RolePath |