Quintiq file version 2.0
|
#parent: #root
|
Method CanExcludeIncludeOptimizerPuzzle (
|
output String feedback_o
|
) declarative remote as Boolean
|
{
|
Description: 'Check whether an entity can be include or exclude from optimizer puzzle'
|
TextBody: 'return feedback_o.Length()=0;'
|
InterfaceProperties { Accessibility: 'Module' }
|
}
|