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

org.jbpt.pm.bpmn.AlternativeGateway Maven / Gradle / Ivy

Go to download

The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes.

There is a newer version: 0.3.1
Show newest version
/**
 * 
 */
package org.jbpt.pm.bpmn;

import org.jbpt.pm.AlternativGateway;
import org.jbpt.pm.IAlternativGateway;

/**
 * Class for alternative gateways. Alternative Gateways are ExclusiveEvent-basedGateway and 
 * ParallelEvent-basedGateway.
 * @author Tobias Hoppe, Cindy Fähnrich
 *
 */
public class AlternativeGateway extends AlternativGateway implements
		IAlternativGateway {

	/**
	 * 
	 */
	public AlternativeGateway() {
		// TODO Auto-generated constructor stub
	}

	/**
	 * @param name
	 */
	public AlternativeGateway(String name) {
		super(name);
		// TODO Auto-generated constructor stub
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy