com.pmease.quickbuild.setting.step.successcondition
Interface SuccessCondition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AllChildStepsSuccessful, AlwaysFailed, AlwaysSuccessful, AndSuccessCondition, AnyChildStepSuccessful, NotSuccessCondition, OrSuccessCondition, ScriptSuccessCondition, VariableSuccessCondition

public interface SuccessCondition
extends java.io.Serializable


Method Summary
 boolean satisfied(CompositeStep step)
           
 

Method Detail

satisfied

boolean satisfied(CompositeStep step)


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.