Package net.sourceforge.plantuml
Class PSystemBuilder
- java.lang.Object
-
- net.sourceforge.plantuml.PSystemBuilder
-
public class PSystemBuilder extends java.lang.Object
Builds a diagram from pre-processed PlantUML source.Tries each of the factories (enumerated in the static block below) until one succeeds.
- See Also:
AbstractPSystem
-
-
Field Summary
Fields Modifier and Type Field Description static long
startTime
-
Constructor Summary
Constructors Constructor Description PSystemBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Diagram
createPSystem(java.util.List<StringLocated> source, java.util.List<StringLocated> rawSource, java.util.Map<java.lang.String,java.lang.String> skinParam)
-
-
-
Method Detail
-
createPSystem
public final Diagram createPSystem(java.util.List<StringLocated> source, java.util.List<StringLocated> rawSource, java.util.Map<java.lang.String,java.lang.String> skinParam)
-
-