Module: Mbpm_decision_Node
- Defined in:
- lib/ontomde-uml2-jpdl/main.rb,
lib/ontomde-uml2-jpdl/graphic.rb
Instance Method Summary collapse
Instance Method Details
#bpm_dotStyle ⇒ Object
14 15 16 |
# File 'lib/ontomde-uml2-jpdl/graphic.rb', line 14 def bpm_dotStyle return %{label="? #{bpm_nodeName} ?"} end |
#not_used_bpm_createConnectorForNodeAction! ⇒ Object
264 265 266 267 268 269 270 271 272 273 274 275 276 |
# File 'lib/ontomde-uml2-jpdl/main.rb', line 264 def not_used_bpm_createConnectorForNodeAction! mrdf=context[:umlModel,self.rdf_model] #muml=mrdf.umlx_reserved_model j=muml.umlx_getOrCreateClass("#{bpm_qualifiedName} Connector") j.umlx_external="false" m=j.umlx_createAndAddOperation("#{self.rdf_uri}_connectorMethod","execute") i=muml.umlx_getOrCreateInterface("jpdl.anInterface_tbd") i.umlx_external="true" j.umlx_createAndAddImplementation(i) end |