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
ConstructorDescriptionPcmComponentDiagramIntent
(org.palladiosimulator.pcm.repository.Repository source) -
Method Summary
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
-
Constructor Details
-
PcmComponentDiagramIntent
public PcmComponentDiagramIntent(org.palladiosimulator.pcm.repository.Repository source)
-
-
Method Details
-
getDiagramText
- Specified by:
getDiagramText
in interfacenet.sourceforge.plantuml.util.DiagramIntent
- Overrides:
getDiagramText
in classnet.sourceforge.plantuml.util.AbstractDiagramIntent<org.palladiosimulator.pcm.repository.Repository>
-