org.jbpt.pm.bpmn.CatchingEvent Maven / Gradle / Ivy
/**
*
*/
package org.jbpt.pm.bpmn;
/**
* Class for BPMN Catching Event.
* @author Cindy Fähnrich
*
*/
public class CatchingEvent extends BpmnEvent implements ICatchingEvent{
/**
* Constructor
*/
public CatchingEvent() {
super();
}
/**
* @param name the name/title of this event
*/
public CatchingEvent(String name) {
super(name);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy