* @param roleId
* @return
* @see com.sogou.qadev.service.cynthia.bean.Flow#hasRight(java.lang.String, com.sogou.qadev.service.cynthia.bean.UUID, com.sogou.qadev.service.cynthia.bean.UUID)
*/
public boolean hasRight(String username, UUID templateId, UUID roleId){
return this.rightSet.contains(new Right(username, templateId, roleId));
}