net.sf.jga.fn.algorithm
Interface ElementOf.Visitor

All Superinterfaces:
Visitor
Enclosing class:
ElementOf<T>

public static interface ElementOf.Visitor
extends Visitor

Interface for classes that may interpret an ElementOf functor.


Method Summary
 void visit(ElementOf host)
           
 
Methods inherited from interface net.sf.jga.fn.Visitor
visit
 

Method Detail

visit

void visit(ElementOf host)


Copyright © 2002-2005 David A. Hall. All Rights Reserved.