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

edu.stanford.protege.webprotege.entity.EntityDisplay Maven / Gradle / Ivy

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

import javax.annotation.Nonnull;
import java.util.Optional;

/**
 * Matthew Horridge
 * Stanford Center for Biomedical Informatics Research
 * 26 Mar 2017
 */
public interface EntityDisplay {

    void setDisplayedEntity(@Nonnull Optional entityData);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy