Uses of Class
org.bibalex.daf.entities.phase.PhaseAction

Packages that use PhaseAction
org.bibalex.daf.entities.phase   
 

Uses of PhaseAction in org.bibalex.daf.entities.phase
 

Subclasses of PhaseAction in org.bibalex.daf.entities.phase
 class DatabaseAction
          Responsible for applying the Database actions associted with a phase.
 class MockPhaseAction
          Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
 class MockPhaseAction_1
          Mocking PhaseAction and throws exception when applying action.
 class PhysicalAction
          Responsible for applying the physical actions associted with a phase.
 class ReflectionAction
          Responsible for applying the Reflection actions associted with a phase.
 

Fields in org.bibalex.daf.entities.phase with type parameters of type PhaseAction
private  java.util.ArrayList<PhaseAction> PhaseActionPerformer.actions
          Holds the actions to be performed in order.
 

Methods in org.bibalex.daf.entities.phase with parameters of type PhaseAction
 void PhaseActionPerformer.addAction(PhaseAction action)
          Adds an action to the list of actions associated with this instance.