Package net.sourceforge.plantuml
Class PSystemBuilder
java.lang.Object
net.sourceforge.plantuml.PSystemBuilder
Builds a diagram from pre-processed PlantUML source.
Tries each of the factories (enumerated in the static block below) until one succeeds.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Diagram
createPSystem
(List<StringLocated> source, List<StringLocated> rawSource, Map<String, String> skinMap)
-
Field Details
-
startTime
public static final long startTime
-
-
Constructor Details
-
PSystemBuilder
public PSystemBuilder()
-
-
Method Details
-
createPSystem
public final Diagram createPSystem(List<StringLocated> source, List<StringLocated> rawSource, Map<String, String> skinMap)
-