Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • startTime

        public static final long startTime
    • Constructor Detail

      • PSystemBuilder

        public PSystemBuilder()
    • 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)