01: /* 02: * 03: * Copyright (c) 2002 Adrian Price. All rights reserved. 04: */ 05: 06: package org.wfmc.wapi2; 07: 08: /** 09: * A WAPI2 process definition component. 10: * 11: * @author Adrian Price 12: */ 13: public interface WMEntity { 14: }