Module: Mbpm_asynchronousNode
- Defined in:
- lib/ontomde-uml2-jpdl/jpdl.rb,
lib/ontomde-uml2-jpdl/graphic.rb
Constant Summary collapse
- BPM_JPDL_TYPE_NAME =
"state"
Instance Method Summary collapse
Instance Method Details
#bpm_dotStyle ⇒ Object
34 35 36 |
# File 'lib/ontomde-uml2-jpdl/graphic.rb', line 34 def bpm_dotStyle return %{label="#{bpm_nodeName}"} end |
#bpm_getJPDLTypeName ⇒ Object
272 273 274 |
# File 'lib/ontomde-uml2-jpdl/jpdl.rb', line 272 def bpm_getJPDLTypeName return BPM_JPDL_TYPE_NAME end |
#bpmNodeName ⇒ Object
275 276 277 278 279 |
# File 'lib/ontomde-uml2-jpdl/jpdl.rb', line 275 def bpmNodeName #On rajoute state pour que l'ex�cuteur de process fasse la diff�rence entre #un state et un node return "state:#{self.bpm_nodeName}" end |