it.amattioli.workstate.wfunit
Class StateFinder

Show UML class diagram
java.lang.Object
  extended by it.amattioli.workstate.wfunit.StateFinder
All Implemented Interfaces:
Visitor

public class StateFinder
extends Object
implements Visitor

Author:
a.mattioli

Constructor Summary
StateFinder(String stateName)
           
 
Method Summary
 boolean found()
           
 void visit(Receiver receiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateFinder

public StateFinder(String stateName)
Method Detail

visit

public void visit(Receiver receiver)
Specified by:
visit in interface Visitor

found

public boolean found()


Copyright © 2011. All Rights Reserved.