Package com.nomagic.magicdraw.uml.text
Class TriggerTextParams
- java.lang.Object
-
- com.nomagic.magicdraw.uml.text.TriggerTextParams
-
- Direct Known Subclasses:
TransitionTextParams
@OpenApiAll public class TriggerTextParams extends java.lang.Object
Configuration for creating Trigger element text withModelTextCreator
.
-
-
Constructor Summary
Constructors Constructor Description TriggerTextParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isShowOperationsSignature()
boolean
isShowPort()
TriggerTextParams
setShowOperationsSignature(boolean showOperationsSignature)
TriggerTextParams
setShowPort(boolean showPort)
-
-
-
Method Detail
-
setShowPort
public TriggerTextParams setShowPort(boolean showPort)
-
setShowOperationsSignature
public TriggerTextParams setShowOperationsSignature(boolean showOperationsSignature)
-
isShowPort
public boolean isShowPort()
-
isShowOperationsSignature
public boolean isShowOperationsSignature()
-
-