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

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

/**
 * 
 */
package org.jbpt.pm.bpmn;

/**
 * Class for BPMN Start Event.
 * 
 * @author Cindy Fähnrich
 *
 */
public class StartEvent extends BpmnEvent implements IStartEvent{

	/**
	 * Constructor
	 */
	public StartEvent() {
		super();
	}

	/**
	 * Constructor setting the name/title of this event.
	 * @param name
	 */
	public StartEvent(String name) {
		super(name);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy