Lines Matching refs:Grounding

54 import org.mindswap.owls.grounding.Grounding;

184 OWLS_1_0.Grounding.WsdlGrounding,
197 OWLS_1_0.Grounding.WsdlAtomicProcessGrounding,
266 Grounding grounding = createGrounding(groundingInfo);
879 private Grounding createGrounding(OWLIndividual groundingInfo) {
882 return (Grounding) translated.castTo(Grounding.class);
885 Grounding grounding = (Grounding) translate(groundingInfo, Grounding.class, OWLS_1_1.Grounding.WsdlGrounding);
887 OWLIndividualList list = inputOnt.getProperties(groundingInfo, OWLS_1_0.Grounding.hasAtomicProcessGrounding);
924 if(inputOnt.isType(groundingInfo, OWLS_1_0.Grounding.WsdlAtomicProcessGrounding))
955 OWLIndividual processInfo = inputOnt.getProperty(groundingInfo, OWLS_1_0.Grounding.owlsProcess);
957 if(!inputOnt.hasProperty(groundingInfo, OWLS_1_0.Grounding.owlsProcess)) {
976 URI wsdlLoc = getGroundingURI(groundingInfo, OWLS_1_0.Grounding.wsdlDocument);
977 OWLIndividual operationInfo = inputOnt.getProperty(groundingInfo, OWLS_1_0.Grounding.wsdlOperation);
978 URI opName = getGroundingURI(operationInfo, OWLS_1_0.Grounding.operation);
979 URI portType = getGroundingURI(operationInfo, OWLS_1_0.Grounding.portType);
981 WSDLAtomicGrounding g = (WSDLAtomicGrounding) translate(groundingInfo, WSDLAtomicGrounding.class, OWLS_1_1.Grounding.WsdlAtomicProcessGrounding);
986 if(inputOnt.hasProperty(groundingInfo, OWLS_1_0.Grounding.wsdlInputMessage))
987 g.setInputMessage(getGroundingURI(groundingInfo, OWLS_1_0.Grounding.wsdlInputMessage));
989 if(inputOnt.hasProperty(groundingInfo, OWLS_1_0.Grounding.wsdlOutputMessage))
990 g.setOutputMessage(getGroundingURI(groundingInfo, OWLS_1_0.Grounding.wsdlOutputMessage));
1010 OWLIndividual processInfo = inputOnt.getProperty(groundingInfo, OWLS_1_0.Grounding.owlsProcess);
1052 OWLS_1_0.Grounding.wsdlInputs:
1053 OWLS_1_0.Grounding.wsdlOutputs;
1055 OWLS_1_0.Grounding.wsdlInputMessageParts:
1056 OWLS_1_0.Grounding.wsdlOutputMessageParts;
1057 messagePart = OWLS_1_0.Grounding.wsdlMessagePart;
1088 URI owlsParameterInfo = inputOnt.getProperty(messageMap, OWLS_1_0.Grounding.owlsParameter).getURI();
1097 if(inputOnt.hasProperty(messageMap, OWLS_1_0.Grounding.xsltTransformation)) {
1098 transformation = inputOnt.getProperty(messageMap, OWLS_1_0.Grounding.xsltTransformation).toString();
1114 " Grounding " + wsdlMessagePartInfo + "\n" +