Package org.uengine.processpublisher.invert.exporter

Source Code of org.uengine.processpublisher.invert.exporter.AllActivityAdapter

package org.uengine.processpublisher.invert.exporter;

import org.uengine.kernel.AllActivity;
import org.uengine.kernel.ComplexActivity;

 
/**
* @author Jinyoung Jang
*/
  
public class AllActivityAdapter extends ComplexActivityAdapter{
 
  protected ComplexActivity createDestinationActivity() {
    return new AllActivity();
  }

}
TOP

Related Classes of org.uengine.processpublisher.invert.exporter.AllActivityAdapter

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.