org.drools.simulation.Step Maven / Gradle / Ivy
package org.drools.simulation;
import java.util.Collection;
import org.drools.command.Command;
public interface Step {
long getTemporalDistance();
Collection getCommands();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy