01: package org.openwfe.gpe.model; 02: 03: /** 04: * @author christelle 05: */ 06: public class NoChild extends FlowElement { 07: 08: public NoChild() { 09: } 10: 11: }