Deprecated API

Deprecated Classes
jess.awt.ActionListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.AdjustmentListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.ComponentListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.ContainerListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.FocusListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.ItemListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.KeyListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.MouseListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.MouseMotionListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.TextListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
jess.awt.WindowListener
          Since Jess 7.0, superceded by the implement and lambda functions in Jess. 
 

Deprecated Fields
jess.RU.ATOM
          use SYMBOL instead 
jess.RU.EXTERNAL_ADDRESS
          Since Jess 7, use JAVA_OBJECT instead. 
 

Deprecated Methods
jess.Rete.addDefmodule(String)
          As of Jess 7, use addDefmodule(Defmodule). 
jess.Rete.addDefmodule(String, String)
          As of Jess 7, use addDefmodule(Defmodule). 
jess.Value.atomValue(Context)
          use symbolValue instead 
jess.Rete.executeCommand(String)
          Use eval() instead. 
jess.Rete.executeCommand(String, Context)
          Use eval() instead. 
jess.Value.externalAddressValue(Context)
          As of Jess 7, use javaObjectValue() instead. 
jess.Rete.runQuery(String, ValueVector)
          Since Jess 7.0, superceded by runQueryStar() 
jess.Rete.runQuery(String, ValueVector, Context)
          Since Jess 7.0, superceded by runQueryStar() 
 

Deprecated Constructors
jess.Token(Fact, int)
          See #Token(Fact) 
 


© 2006 Sandia Corporation