Deprecated API


Contents
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. 
jess.JessEvent.RETE_TOKEN
          Use JessEvent.RETE_TOKEN_LEFT instead 
jess.Node.TYPE_TEST
          This value is no longer used 
 

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 Value.javaObjectValue(Context) instead. 
jess.Node.getSuccessors()
          use Node.successors() instead 
jess.Activation.isInactive()
          This method always returns "false". There's no such thing as an "inactive" activation. 
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() 
jess.Rete.unDefrule(String)
          As of Jess 7.1, use removeDefrule(String) 
 


© 2013 Sandia Corporation