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

/owl-s/src/impl/owls/process/
H A DResultImpl.java38 return getPropertiesAs(OWLS.Process.hasEffect, Expression.class);
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java207 return getPropertiesAs(OWLS.Profile.serviceCategory, ServiceCategory.class);
232 return getPropertiesAs(OWLS.Profile.serviceParameter, ServiceParameter.class);
236 return getPropertiesAs(OWLS.Profile.contactInformation, Actor.class);
/owl-s/src/impl/owls/grounding/
H A DJavaAtomicGroundingImpl.java398 OWLIndividualList list = getPropertiesAs(MoreGroundings.hasJavaParameter, JavaParameter.class);
408 OWLIndividualList list = getPropertiesAs(MoreGroundings.hasJavaParameter, JavaParameter.class);
422 OWLIndividualList list = getPropertiesAs(MoreGroundings.hasJavaParameter, JavaParameter.class);
/owl-s/src/impl/owl/
H A DWrappedIndividual.java81 protected OWLIndividualList getPropertiesAs(OWLObjectProperty prop, Class result) { method in class:WrappedIndividual

Completed in 14 milliseconds