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

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

The newest version!
package net.sf.nakeduml.obsolete.uimetamodel;

import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;

public class UIMModel implements Serializable{
	private static final long serialVersionUID = 1219382799095571786L;
	
	private Map userInteractionsByPath = new HashMap();
	public UIMEntityUserInteraction getUserInteractionByPath(String path){
		return this.userInteractionsByPath.get(path);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy