Lines Matching refs:Profile
19 import org.mindswap.owls.profile.Profile;
28 * This example shows how the default Profile implementation can be extended to support
44 // Override the default Profile converter to return ExtendedProfile descriptions
45 OWLConfig.addConverter(Profile.class, new ExtendedProfileConverter());
82 * An extension to existing Profile implmentation to return contact information.
148 * Very similar to the default Profile converter.
154 ((OWLIndividual) object).isType(OWLS.Profile.Profile);
159 throw new ConversionException("OWLObject " + object + " cannot be cast to Profile class");
166 ((OWLIndividual) object).addType(OWLS.Profile.Profile);