
edu.stanford.protege.webprotege.frame.ObjectPropertyValue Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of webprotege-entity-frames Show documentation
Show all versions of webprotege-entity-frames Show documentation
Data structures for dealing with entity frames
The newest version!
package edu.stanford.protege.webprotege.frame;
import edu.stanford.protege.webprotege.entity.OWLObjectPropertyData;
/**
* Author: Matthew Horridge
* Stanford University
* Bio-Medical Informatics Research Group
* Date: 21/11/2012
*/
public abstract class ObjectPropertyValue extends PropertyValue {
@Override
public abstract OWLObjectPropertyData getProperty();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy