文件名称:基于BDI的无人机论文
文件大小:791KB
文件格式:PDF
更新时间:2012-09-21 17:43:22
agent
基于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.getRulebase(); this.state = model.getState(); this.handle = model.getHandle(); this.types = model.getTypes(); this.typemodel = model.getTypeModel(); this.rulebase = model.getRulebase(); }*/