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

edu.stanford.protege.webprotege.HasUserId Maven / Gradle / Ivy

The newest version!
package edu.stanford.protege.webprotege;

import edu.stanford.protege.webprotege.common.UserId;

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 20/03/2013 */ public interface HasUserId { /** * Gets the {@link UserId} pertaining to this object. * @return The {@link UserId}. Not {@code null}. */ UserId getUserId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy