As far as I can tell, PlantUML automatically determines the type of chart for a given document (sequence chart, Usecase chart, class chart, activity chart, etc.). This seems to work quite well, but sometimes I find that by editing the diagram, I will make some minor changes, and suddenly my activity diagram will become a class diagram (for example).
I would like to tell PlantUML what a chart type is and compile if the syntax is not valid for the selected chart type, but I could not find anything similar in the PlantUML documentation. Does such a chart type identifier exist?
source
share