public Command newKnowledgeBuilderSetPropertyCommand(String id, String name, String value) {
return new KBuilderSetPropertyCommand(id, name, value);
}
public Command newNewKnowledgeBuilderConfigurationCommand(String localId){
return new NewKnowledgeBuilderConfigurationCommand(localId);
}