##velocity macro describe how to display port information
#macro(portInformation $ports)
#end
Stare monitor quick help
$!{executor.model.name}
$!{executor.model.description}
Input ports:
#portInformation(${executor.input})
Output ports:
#portInformation(${executor.output})
Parameters:
#foreach($control in $executor.controls)
-
$control.type
$control.name
-
#if (!$control.caption.isEmpty())
$control.caption
#else
$control.name
#end
#if (!$control.description.isEmpty())
$control.description
#end
#if (!$control.hint.isEmpty())
${control.hint}
#end
Edit as $control.type
#if($control.defaultValue.isEmpty())
Default value is empty string
#else
Default value is $control.defaultValue
#end
#end
#if(${executor.uuid})
|
block ID
System information
|
$!{executor.uuid} |
#end
#if(${executor.systemName})
| executor.systemName |
$!{executor.systemName} |
#end
| executor ID |
$!{executor.model.uuid} |
| category |
$!{executor.model.category} |
| model.name |
$!{executor.model.name}
#if(${executor.caption})
(${executor.caption})
#end
|
| model.language |
$!{executor.language.name} $!{executor.language.clazz} |
#if(${executor.model.tags})
| tags |
#foreach($tag in $executor.model.tags)
${tag}
#end
|
#end