Esempio n. 1
0
 /**
  * Description of the adapted UI.
  *
  * @param role the role id
  * @param contextId the context id
  * @return a map describing for each activity ui the specific content in the final code
  */
 public Map<String, String> adaptationDesc(String role, String contextId) {
   AuiRoleMapper roleMapper = roleMapping.get(role);
   if (roleMapper == null) return null;
   return codeGen.codeAdaptation(roleMapper, contextId);
 }