Searched refs:OwnerEntity (Results 1 - 2 of 2) sorted by relevance

/owl-s/src/examples/
H A DOWLSExtensions.java43 OWLConfig.addConverter(OwnerEntity.class, new OwnerConverter());
57 OwnerEntity owner = profile.getOwner();
101 public OwnerEntity getOwner() {
103 return (ind == null ) ? null : (OwnerEntity) ind.castTo(OwnerEntity.class);
112 public static class OwnerEntity extends WrappedIndividual { class in class:OWLSExtensions
116 public OwnerEntity(OWLIndividual ind) { method in class:OWLSExtensions.OwnerEntity
135 ((OWLIndividual) object).isType(FLAServiceOnt.OwnerEntity);
142 return new OwnerEntity((OWLIndividual) object);
/owl-s/src/org/mindswap/owls/vocabulary/
H A DFLAServiceOnt.java105 // <fla:OwnerEntity rdf:ID="Owner">
108 // </fla:OwnerEntity>
116 public final static OWLClass OwnerEntity = field in class:FLAServiceOnt
117 EntityFactory.createClass(URIUtils.createURI(URI + "OwnerEntity"));

Completed in 677 milliseconds