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

jadex.rules.eca.RuleIntermediateEvent Maven / Gradle / Ivy

There is a newer version: 4.0.267
Show newest version
package jadex.rules.eca;

/**
 *  Indicates a rule action intermediate result.
 */
public class RuleIntermediateEvent extends RuleEvent
{
	/**
	 *  Create a new RuleIntermediateEvent.
	 */
	public RuleIntermediateEvent()
	{
		super();
	}

	/**
	 *  Create a new RuleIntermediateEvent.
	 */
	public RuleIntermediateEvent(String rulename, Object result)
	{
		super(rulename, result);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy