StateMachine.JbpmProcess.vsl Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of metamodel Show documentation
Show all versions of metamodel Show documentation
A uml code generator and execution engine
The newest version!
#macro(nameOfTarget $state)
#if($state.actionType && $state.isImplicitJoin())artificial_join_for_${state.mappingInfo.persistentName}#elseartificial_join_for_${state.mappingInfo.persistentName}#end
#end
#if(!$stateMachine.isProcess())
#set($shouldGenerate=false)
#else
#set($shouldGenerate=true)
#set($regionContainer = $stateMachine)
#parse("StateMachine/RegionContainer.vsf")
#end