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

edu.stanford.protege.webprotege.persistence.UserIdWriteConverter Maven / Gradle / Ivy

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

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

/**
 * Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 8/20/13 *

* An implementation of a {@link Converter} that writes a {@link UserId} to a {@link String}. *

*/ public class UserIdWriteConverter implements Converter { public String convert(UserId userId) { return userId.id(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy