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

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