155156157158159160161
addCommand(new NewKnowledgeBuilderCommand(null, null ) ); addCommand( new SetVariableCommandFromLastReturn( KnowledgeBuilder.class.getName() ) ); activeKnowledgeBaseId = null; return new DefaultKnowledgeBuilderSimFluent( this ); }
164165166167168169170
assureActiveStep(); if (activeKnowledgeBuilderId == null) { throw new IllegalStateException("There is no activeKnowledgeBuilder. Call newKnowledgeBuilder() instead."); } activeKnowledgeBaseId = null; return new DefaultKnowledgeBuilderSimFluent( this ); }
174175176177178179180
activeKnowledgeBuilderId = id; addCommand(new GetVariableCommand(id)); addCommand(new SetVariableCommandFromLastReturn( KnowledgeBuilder.class.getName() ) ); activeKnowledgeBaseId = null; return new DefaultKnowledgeBuilderSimFluent( this ); }
163164165166167168169
172173174175176177178
182183184185186187188