Package jadex.bridge

Interface IConditionalComponentStep<T>

  • All Superinterfaces:
    IComponentStep<T>

    public interface IConditionalComponentStep<T>
    extends IComponentStep<T>
    The interface for interpreter actions.
    • Method Detail

      • isValid

        boolean isValid()
        Test if the action is valid.
        Returns:
        True, if action is valid.