net.sourceforge.cilib.neuralnetwork.foundation
Class NeuralNetworkRetrievalVisitor

java.lang.Object
  extended by net.sourceforge.cilib.container.visitor.Visitor<Problem>
      extended by net.sourceforge.cilib.problem.ProblemVisitor
          extended by net.sourceforge.cilib.neuralnetwork.foundation.NeuralNetworkRetrievalVisitor

public class NeuralNetworkRetrievalVisitor
extends ProblemVisitor


Constructor Summary
NeuralNetworkRetrievalVisitor()
           
 
Method Summary
 EvaluationMediator getMediator()
           
 void visit(Problem o)
          Visit the provided object.
 
Methods inherited from class net.sourceforge.cilib.container.visitor.Visitor
isDone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeuralNetworkRetrievalVisitor

public NeuralNetworkRetrievalVisitor()
Method Detail

visit

public void visit(Problem o)
Description copied from class: ProblemVisitor
Visit the provided object.

Specified by:
visit in class ProblemVisitor
Parameters:
o - The object to visit.

getMediator

public EvaluationMediator getMediator()


Copyright © 2009 CIRG. All Rights Reserved.