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

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

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

import edu.stanford.protege.webprotege.issues.Milestone;


/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 2 Aug 16
 */
public class MilestoneReadConverter implements Converter {

    @Override
    public Milestone convert(String s) {
        return new Milestone(s);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy