jess
Interface Visitable

All Known Implementing Classes:
Deffacts, Deffunction, Defglobal, Deftemplate, HasLHS, Pattern, Test1

public interface Visitable

A visitable Jess class. Lets you, for example, print out compelx structures ithout putting the printing code in the structures themselves. $Id: Visitable.java,v 1.1.1.1 2003/01/08 04:47:21 ejfried Exp $ (C) 2001 E.J. Friedman-Hill and Sandia National Laboratories


Method Summary
 java.lang.Object accept(Visitor v)
           
 

Method Detail

accept

public java.lang.Object accept(Visitor v)

© 2001 E.J. Friedman-Hill and Sandia Corporation