Class ClipsSimulatorServer

Class ClipsSimulatorServer

java.lang.Object
   |
   +----net.NetworkServer
           |
           +----SimulatorServer
                   |
                   +----ClipsSimulatorServer

class ClipsSimulatorServer
extends SimulatorServer
The class ClipsSimulatorServer is a wrapper for the Clips-based simulator
Version:
1.0
Author:
Henrik Eriksson

c
The Clips object

blow(String)
Blow a plant component.
main(String[])
The main method for the server.
start()
Start the server.
timeStep()
Perform one time step.

c
  protected static Clips c
The Clips object

start
  public synchronized void start()
Start the server. Callsthe Clips function ClipsSimulatorServer_start(), which process the start service request
Overrides:
start in class SimulatorServer

timeStep

  public synchronized void timeStep()
Perform one time step. Calls the Clips function ClipsSimulatorServer_timeStep(), which computes the next plant state.
Overrides:
timeStep in class SimulatorServer

blow

  public synchronized void blow(String device)
Blow a plant component. Calls the Clips function ClipsSimulatorServer_blow(device), which processes the blow request.
Overrides:
blow in class SimulatorServer

main

  public static void main(String args[])
The main method for the server. It is called automatically when the server is invoked