Searched refs:ProfileImpl (Results 1 - 4 of 4) sorted by relevance

/owl-s/src/examples/
H A DOWLSExtensions.java7 import impl.owls.profile.ProfileImpl;
85 public static class ExtendedProfile extends ProfileImpl {
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java59 public class ProfileImpl extends WrappedIndividual implements Profile { class in inherits:WrappedIndividual,Profile
63 public ProfileImpl(OWLIndividual ind) { method in class:ProfileImpl
/owl-s/src/impl/owls/
H A DOWLSConverters.java44 import impl.owls.profile.ProfileImpl;
155 new GenericOWLSConverter(ProfileImpl.class, OWLS.Profile.Profile);
/owl-s/src/impl/jena/
H A DOWLModelImpl.java38 import impl.owls.profile.ProfileImpl;
1459 return new ProfileImpl(ind);

Completed in 479 milliseconds