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

com.emc.mongoose.scenario.json.step.CompositeStep Maven / Gradle / Ivy

There is a newer version: 4.0.0-alpha5
Show newest version
package com.emc.mongoose.scenario.json.step;

import java.util.List;

/**
 Created by andrey on 05.06.17.
 */
public interface CompositeStep
extends Step {

	List getChildSteps();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy