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

/owl-s/src/examples/
H A DOWLSExtensions.java44 // Override the default Profile converter to return ExtendedProfile descriptions
54 // Cast the profile to an ExtendedProfile (since default converter is overridden)
55 ExtendedProfile profile = (ExtendedProfile) s.getProfile();
85 public static class ExtendedProfile extends ProfileImpl { class in class:OWLSExtensions
91 public ExtendedProfile(OWLIndividual ind) { method in class:OWLSExtensions.ExtendedProfile
147 * A simple converter that will wrap existing OWLIndividuals as ExtendedProfile objects.
161 return new ExtendedProfile((OWLIndividual) object);

Completed in 9 milliseconds