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

edu.stanford.protege.webprotege.mansyntax.render.AbstractSectionRenderer Maven / Gradle / Ivy

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

import org.semanticweb.owlapi.model.OWLObject;

import java.util.List;

/**
 * @author Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group, Date: 24/02/2014
 */
public abstract class AbstractSectionRenderer implements FrameSectionRenderer {

    @Override
    public String getSeparatorAfter(int renderableIndex, List renderables) {
        return ", ";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy