public final ElementArrayProperty requiredActualParameters = new ElementArrayProperty( this, "requiredActualParameters", null, Variable[].class );
public final ElementArrayProperty keywordActualParameters = new ElementArrayProperty( this, "keywordActualParameters", null, Variable[].class );
public Object getValue() {
UserDefinedQuestion userDefinedQuestionValue = userDefinedQuestion.getUserDefinedQuestionValue();
Behavior currentBehavior = null;
World world = getWorld();
if( world != null ) {
Sandbox sandbox = world.getCurrentSandbox();
if( sandbox!=null ) {
currentBehavior = sandbox.getCurrentBehavior();
} else {
//System.err.println( "current sandbox is null" );
}