Package it.hakvoort.neuroclient.agent

Examples of it.hakvoort.neuroclient.agent.ControlAgent


 
  }
 
  public static void main(String[] args) {
    // create a new ControlAgent
    ControlAgent agent = new ControlAgent("localhost", 8336);
   
    // close the agent and disconnect from NeuroServer.
    agent.close();
  }
View Full Code Here

TOP

Related Classes of it.hakvoort.neuroclient.agent.ControlAgent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.