Class PcmAllocationDiagramIntent
java.lang.Object
net.sourceforge.plantuml.util.AbstractDiagramIntent<T>
net.sourceforge.plantuml.text.AbstractDiagramIntent<org.palladiosimulator.pcm.allocation.Allocation>
org.palladiosimulator.view.plantuml.PcmAllocationDiagramIntent
- All Implemented Interfaces:
net.sourceforge.plantuml.util.DiagramIntent
public class PcmAllocationDiagramIntent
extends net.sourceforge.plantuml.text.AbstractDiagramIntent<org.palladiosimulator.pcm.allocation.Allocation>
-
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
ConstructorDescriptionPcmAllocationDiagramIntent
(org.palladiosimulator.pcm.allocation.Allocation 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
-
PcmAllocationDiagramIntent
public PcmAllocationDiagramIntent(org.palladiosimulator.pcm.allocation.Allocation source)
-
-
Method Details
-
getDiagramText
- Specified by:
getDiagramText
in interfacenet.sourceforge.plantuml.util.DiagramIntent
- Overrides:
getDiagramText
in classnet.sourceforge.plantuml.util.AbstractDiagramIntent<org.palladiosimulator.pcm.allocation.Allocation>
-