⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 solve_nb_nfg_t.java

📁 SRI international 发布的OAA框架软件
💻 JAVA
字号:
/* $Id: Solve_NB_NFG_T.java,v 1.2 2002/09/30 17:53:51 giuli Exp $*/
/*
 * The contents of this file are subject to the OAA Community Research
 * License Version 2.0 (the "License"); you may not use this file except
 * in compliance with the License. You may obtain a copy of the License
 * at http://www.ai.sri.com/~oaa/.  Software distributed under the License
 * is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * rights and limitations under the License.  Portions of the software are
 * Copyright (c) SRI International, 1999.  All rights reserved.
 * "OAA" is a registered trademark, and "Open Agent Architecture" is a
 * trademark, of SRI International, a California nonprofit public benefit
 * corporation.
 */
package com.sri.oaa2.test.client;

/**
 * Solve_NB_NFG_T is the same as Solve_NB_NFG_T but non-blocking.
 */
public class Solve_NB_NFG_T extends Solve_B_NFG_T {
    public Solve_NB_NFG_T(String name) {
        super(name);
    }

    void newAgent() {
        super.newAgent();
        oaaAgent.setBlocking(false);
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -