Class PcmSystemDiagramIntent

java.lang.Object
net.sourceforge.plantuml.util.AbstractDiagramIntent<T>
net.sourceforge.plantuml.text.AbstractDiagramIntent<org.palladiosimulator.pcm.system.System>
org.palladiosimulator.view.plantuml.PcmSystemDiagramIntent
All Implemented Interfaces:
net.sourceforge.plantuml.util.DiagramIntent

public class PcmSystemDiagramIntent extends net.sourceforge.plantuml.text.AbstractDiagramIntent<org.palladiosimulator.pcm.system.System>
  • Field Summary

    Fields inherited from class net.sourceforge.plantuml.text.AbstractDiagramIntent

    RELATION_LINE

    Fields inherited from class net.sourceforge.plantuml.util.AbstractDiagramIntent

    DEFAULT_PRIORITY, NORMAL_PRIORITY, SELECTED_PRIORITY
  • Constructor Summary

    Constructors
    Constructor
    Description
    PcmSystemDiagramIntent(org.palladiosimulator.pcm.system.System source)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class net.sourceforge.plantuml.text.AbstractDiagramIntent

    appendLink, appendNameLink, appendRelation, appendSkinParams, appendSkinParams, ensureDiagramText, getEndPlantUml, getLogicalName, getSimpleName, getStartPlantUml, includes, indent, indent

    Methods inherited from class net.sourceforge.plantuml.util.AbstractDiagramIntent

    getContextProperties, getIntentProperties, getLabel, getPriority, getResourceInfo, getSource, setPriority, setResourceInfo, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PcmSystemDiagramIntent

      public PcmSystemDiagramIntent(org.palladiosimulator.pcm.system.System source)
  • Method Details

    • getDiagramText

      public String getDiagramText()
      Specified by:
      getDiagramText in interface net.sourceforge.plantuml.util.DiagramIntent
      Overrides:
      getDiagramText in class net.sourceforge.plantuml.util.AbstractDiagramIntent<org.palladiosimulator.pcm.system.System>