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

/owl-s/src/impl/owls/grounding/
H A DWSDLOperationRefImpl.java18 public class WSDLOperationRefImpl extends WrappedIndividual implements WSDLOperationRef { class in inherits:WrappedIndividual,WSDLOperationRef
19 public WSDLOperationRefImpl(OWLIndividual ind) { method in class:WSDLOperationRefImpl
/owl-s/src/impl/owls/
H A DOWLSConverters.java17 import impl.owls.grounding.WSDLOperationRefImpl;
283 new GenericOWLSConverter(WSDLOperationRefImpl.class, OWLS.Grounding.WsdlOperationRef);
/owl-s/src/impl/jena/
H A DOWLModelImpl.java16 import impl.owls.grounding.WSDLOperationRefImpl;
1554 return new WSDLOperationRefImpl(createInstance(OWLS.Grounding.WsdlOperationRef));
1557 return new WSDLOperationRefImpl(createInstance(OWLS.Grounding.WsdlOperationRef, uri));

Completed in 233 milliseconds