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

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

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

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

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

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

*/ public class ProjectIdWriteConverter implements Converter { public String convert(ProjectId projectId) { return projectId.id(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy