350351352353354355356
public Object getObject(FactHandle factHandle) { return commandService.execute( new GetObjectCommand( factHandle ) ); } public Environment getEnvironment() { return commandService.execute( new GetEnvironmentCommand() ); }
409410411412413414415