org.jbpt.pm.bpmn.AlternativeGateway Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpt-bpm Show documentation
Show all versions of jbpt-bpm Show documentation
The jBPT code library is a compendium of technologies that support research on design, execution, and evaluation of business processes.
/**
*
*/
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