Class Clips

Class Clips

java.lang.Object
   |
   +----Clips

class Clips
extends Object
The class Clips is a wrapper for the Clips
Version:
1.0
Author:
Henrik Eriksson

CLIPSFunctionCall(String, String)
Calls the Clips API function CLIPSFunctionCall().
Clear()
Calls the Clips API function Clear()
CommandLoop()
Calls the Clips API function CommandLoop()
InitializeCLIPS()
Calls the Clips API function InitializeCLIPS()
Load(String)
Calls the Clips API function Load(filename)
Reset()
Calls the Clips API function Reset()
main(String[])
The main method for the Clips wrapper.

InitializeCLIPS
  public void InitializeCLIPS()
Calls the Clips API function InitializeCLIPS()

CommandLoop

  public void CommandLoop()
Calls the Clips API function CommandLoop()

Load

  public int Load(String filename)
Calls the Clips API function Load(filename)

Clear

  public void Clear()
Calls the Clips API function Clear()

Reset

  public void Reset()
Calls the Clips API function Reset()

CLIPSFunctionCall

  public void CLIPSFunctionCall(String functionName,
                                String arguments)
Calls the Clips API function CLIPSFunctionCall(). Use this method to invoke Clips functions from java.

main

  public static void main(String args[])
The main method for the Clips wrapper. It is called automatically when the class is invoked by the java interpreter (java)