Module: Mbpm_startNode
- Defined in:
- lib/ontomde-uml2-jpdl/jpdl.rb,
lib/ontomde-uml2-jpdl/main.rb,
lib/ontomde-uml2-jpdl/graphic.rb
Constant Summary collapse
- BPM_JPDL_TYPE_NAME =
"start-state"
Instance Method Summary collapse
Instance Method Details
#bpm_dotStyle ⇒ Object
24 25 26 |
# File 'lib/ontomde-uml2-jpdl/graphic.rb', line 24 def bpm_dotStyle return %{label="#{bpm_nodeName}"} end |
#bpm_getJPDLTypeName ⇒ Object
248 249 250 |
# File 'lib/ontomde-uml2-jpdl/jpdl.rb', line 248 def bpm_getJPDLTypeName return BPM_JPDL_TYPE_NAME end |
#bpm_nodeName ⇒ Object
293 294 295 |
# File 'lib/ontomde-uml2-jpdl/main.rb', line 293 def bpm_nodeName return "start" end |