Class PcmComponentDiagramIntent

java.lang.Object
net.sourceforge.plantuml.util.AbstractDiagramIntent<T>
net.sourceforge.plantuml.text.AbstractDiagramIntent<org.palladiosimulator.pcm.repository.Repository>
org.palladiosimulator.view.plantuml.PcmComponentDiagramIntent
All Implemented Interfaces:
net.sourceforge.plantuml.util.DiagramIntent

public class PcmComponentDiagramIntent extends net.sourceforge.plantuml.text.AbstractDiagramIntent<org.palladiosimulator.pcm.repository.Repository>
  • 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
    PcmComponentDiagramIntent(org.palladiosimulator.pcm.repository.Repository 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

    • PcmComponentDiagramIntent

      public PcmComponentDiagramIntent(org.palladiosimulator.pcm.repository.Repository 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.repository.Repository>