基于BDI的无人机论文
基于BDI的无人机任务管理系统,够了吧, protected void copyContentFrom(OAVCapabilityModel model) { // // Todo: use state factory. // this.state = OAVStateFactory.createOAVState(model.getTypeModel()); // this.handle = model.getState().cloneObject(model.getHandle(), this.state); // this.types = model.getTypes(); // this.rulebase = model.getRulebas e(); this.state = model.getState(); this.handle = model.getHandle(); this.types = model.getTypes(); this.typemodel = model.getTypeModel(); this.rulebase = model.getRulebase(); }*/ e(); this.state = model.getState(); this.handle = model.getHandle(); this.types = model.getTypes(); this.typemodel = model.getTypeModel(); this.rulebase = model.getRulebase(); }*/
暂无评论