All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.requirementsascode.flowposition.Anytime Maven / Gradle / Ivy

There is a newer version: 2.0
Show newest version
package org.requirementsascode.flowposition;

import org.requirementsascode.ModelRunner;

public class Anytime extends FlowPosition{
	public Anytime() {
		super(null);
	}

	@Override
	protected boolean isRunnerAtRightPositionFor(ModelRunner modelRunner) {
		return true;
	}

  @Override
  public void resolveSteps() {    
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy