3132333435363738
public AbstractFluentKnowledgeBase(CommandScript cmdScript) { this.cmdScript = cmdScript; } public T addKnowledgePackages() { cmdScript.addCommand( new KnowledgeBaseAddKnowledgePackagesCommand() ); return (T) this; }
4041424344454647
simulationFluent.addCommand(command); return this; } public KnowledgeBaseSimFluent addKnowledgePackages() { addCommand(new KnowledgeBaseAddKnowledgePackagesCommand()); return this; }