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

net.sf.nakeduml.obsolete.uimetamodel.UIMOperationUserInteraction Maven / Gradle / Ivy

The newest version!
package net.sf.nakeduml.obsolete.uimetamodel;
import java.util.ArrayList;
import java.util.List;
public class UIMOperationUserInteraction extends UIMEntityUserInteraction {
	/**
	 * 
	 */
	private static final long serialVersionUID = 2469246406567155215L;
	private UIMOperation operation;
	private List parameterParticipations = new ArrayList();
	public UIMOperation getOperation() {
		return this.operation;
	}
	public List getParameterParticipations() {
		return this.parameterParticipations;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy