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

net.bpelunit.model.bpel._2_0.Empty Maven / Gradle / Ivy

The newest version!
package net.bpelunit.model.bpel._2_0;

import net.bpelunit.model.bpel.IEmpty;

import org.oasis_open.docs.wsbpel._2_0.process.executable.TEmpty;

class Empty extends AbstractBasicActivity implements IEmpty {

	Empty(TEmpty newEmpty, BpelFactory f) {
		super(newEmpty, f, IEmpty.class);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy