Searched refs:OWLEntity (Results 1 - 11 of 11) sorted by relevance

/owl-s/src/org/mindswap/owl/
H A DOWLProperty.java10 public interface OWLProperty extends OWLEntity {
H A DOWLClass.java14 public interface OWLClass extends OWLEntity, OWLType {
H A DOWLEntity.java35 public interface OWLEntity extends OWLObject { interface in inherits:OWLObject
H A DOWLIndividual.java40 public interface OWLIndividual extends OWLEntity, OWLValue {
H A DOWLModel.java267 public OWLEntity getEntity(URI uri);
/owl-s/src/impl/jena/
H A DOWLConverters.java17 import org.mindswap.owl.OWLEntity;
61 converters.put(OWLEntity.class, entityConverter);
112 if(object instanceof OWLEntity) {
113 OWLEntity entity = (OWLEntity) object;
125 OWLEntity entity = (OWLEntity) object;
132 OWLEntity entity = (OWLEntity) object;
140 if(object instanceof OWLEntity) {
[all...]
H A DOWLEntityImpl.java13 import org.mindswap.owl.OWLEntity;
30 public abstract class OWLEntityImpl extends OWLObjectImpl implements OWLEntity {
H A DOWLIndividualImpl.java39 import org.mindswap.owl.OWLEntity;
61 public OWLEntity inOntology(OWLOntology ont) {
H A DOWLOntologyImpl.java22 import org.mindswap.owl.OWLEntity;
258 public OWLEntity getOntologyObject() {
H A DOWLModelImpl.java63 import org.mindswap.owl.OWLEntity;
385 public OWLEntity getEntity(URI uri) {
386 OWLEntity entity = null;
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java26 import org.mindswap.owl.OWLEntity;
107 private String qname( OWLEntity entity ) {

Completed in 57 milliseconds