1
0
mirror of https://github.com/octoleo/plantuml.git synced 2024-11-22 13:05:09 +00:00

Document "PSystem" implied original meaning

This commit is contained in:
Benjamin Davies 2023-08-26 16:15:13 +12:00
parent 5386b9e7e2
commit 1a3f5dfd60
No known key found for this signature in database
GPG Key ID: 9FFDE0674336C460
3 changed files with 12 additions and 1 deletions

View File

@ -67,6 +67,15 @@ import net.sourceforge.plantuml.utils.BlocLines;
import net.sourceforge.plantuml.version.License; import net.sourceforge.plantuml.version.License;
import net.sourceforge.plantuml.version.Version; import net.sourceforge.plantuml.version.Version;
/**
* An abstract class for all diagram classes.
*
* <p>
* Short for "{@link net.sourceforge.plantuml.plasma plasma} system", although
* most newer diagram types do not use entities stored in a plasma.
*
* @see PSystemBuilder
*/
public abstract class AbstractPSystem implements Diagram { public abstract class AbstractPSystem implements Diagram {
// ::remove file when __HAXE__ // ::remove file when __HAXE__

View File

@ -114,6 +114,8 @@ import net.sourceforge.plantuml.yaml.YamlDiagramFactory;
* <p> * <p>
* Tries each of the factories (enumerated in the static block below) until one * Tries each of the factories (enumerated in the static block below) until one
* succeeds. * succeeds.
*
* @see AbstractPSystem
*/ */
public class PSystemBuilder { public class PSystemBuilder {
// ::remove file when __HAXE__ // ::remove file when __HAXE__

View File

@ -37,7 +37,7 @@ package net.sourceforge.plantuml.plasma;
/** /**
* Keeps track of the {@link Quark} objects that have a given name. Short for * Keeps track of the {@link Quark} objects that have a given name. Short for
* {@link Plasma} entry. * "{@link Plasma} entry".
* *
* <p> * <p>
* Tracks the first instace created with that name, as well as the number of * Tracks the first instace created with that name, as well as the number of