Searched refs:getValue (Results 1 - 25 of 46) sorted by relevance

12

/owl-s/src/org/mindswap/owl/
H A DOWLDataValue.java37 public Object getValue(); method in interface:OWLDataValue
/owl-s/src/org/mindswap/owls/process/
H A DBinding.java15 public ParameterValue getValue(); method in interface:Binding
/owl-s/src/org/mindswap/owls/profile/
H A DServiceCategory.java40 public String getValue(); method in interface:ServiceCategory
/owl-s/src/impl/jena/
H A DOWLDataValueImpl.java46 * @see org.mindswap.owl.OWLDataValue#getValue()
48 public Object getValue() { method in class:OWLDataValueImpl
49 return literal.getValue();
58 return getValue().toString();
H A DOWLWriterImpl.java119 aOutModel.setNsPrefix(entry.getKey().toString(), entry.getValue().toString());
/owl-s/src/org/mindswap/query/
H A DValueMap.java90 public OWLValue getValue(Variable var) { method in class:ValueMap
106 return (OWLDataValue) getValue( var );
114 return getValue( var ).toString();
129 return (OWLIndividual) getValue( var );
139 public OWLValue getValue(String varName) { method in class:ValueMap
143 return getValue( var );
211 OWLValue val = getValue( var );
/owl-s/src/impl/owls/profile/
H A DServiceCategoryImpl.java67 * @see org.mindswap.owls.profile.ServiceCategory#getValue()
69 public String getValue() { method in class:ServiceCategoryImpl
/owl-s/src/org/mindswap/owl/list/
H A DRDFList.java58 public OWLValue getValue(int index); method in interface:RDFList
/owl-s/src/org/mindswap/owls/process/execution/
H A DDefaultProcessMonitor.java40 OWLValue value = inputs.getValue( input );
65 OWLValue value = outputs.getValue( output );
/owl-s/src/org/mindswap/wsdl/
H A DWSDLParameter.java54 public Object getValue() { return value; } method in class:WSDLParameter
H A DWSDLOperation.java162 System.out.println("getValue " + e.getValue());
164 System.out.println("getValue is null? " + (e.getValue() == null));
214 Object paramValue = param.getValue();
/owl-s/src/impl/owls/process/binding/
H A DBindingImpl.java27 public ParameterValue getValue() { method in class:BindingImpl
/owl-s/src/impl/owl/list/
H A DRDFListImpl.java141 return (OWLIndividual) getValue(index);
144 public OWLValue getValue(int index) { method in class:RDFListImpl
148 return (index == 0) ? getFirstValue() : getRest().getValue(index - 1);
/owl-s/src/impl/owls/grounding/
H A DUPnPAtomicGroundingImpl.java146 Object value = values.getValue(param);
179 outputValue = out.getValue();
181 outputValue = XSLTEngine.transform(out.getValue().toString(), mp.getTransformation());
H A DWSDLAtomicGroundingImpl.java158 OWLValue value = values.getValue(param);
203 Object outputValue = out.getValue();
/owl-s/src/examples/
H A DRunService.java301 outValue = values.getValue(process.getOutputs().getParameter("OutputString")).toString();
331 outValue = values.getValue(process.getOutput()).toString();
349 OWLDataValue out = (OWLDataValue) values.getValue(process.getOutput());
H A DServiceParameterExample.java88 System.out.println(" Value : " + trimString( category.getValue() ));
H A DExecutionMonitor.java122 OWLValue value = inputs.getValue( input );
157 OWLValue value = outputs.getValue( output );
/owl-s/src/impl/owls/process/execution/
H A DProcessExecutionEngineImpl.java390 ParameterValue paramValue = binding.getValue();
399 value = performResult.getValue(param);
434 ParameterValue paramValue = binding.getValue();
446 OWLValue value = performResult.getValue(otherParam);
461 Parameter otherParam = (Parameter) selfBinding.getValue( param );
463 OWLValue value = values.getValue( otherParam );
487 ParameterValue paramValue = binding.getValue();
499 values.setValue(output, performResult.getValue(otherParam));
/owl-s/src/org/mindswap/utils/
H A DUtils.java56 if(entry.getValue().equals(value))
197 str += URIUtils.getLocalName(((Attr)rdfResource).getValue());
H A DProcessUtils.java122 OWLValue value = binding.getValue( input );
/owl-s/src/impl/swrl/
H A DAtomListImpl.java106 OWLIndividual ind = (OWLIndividual) binding.getValue( (Variable) arg );
115 OWLDataValue dv = (OWLDataValue) binding.getValue( (Variable) arg );
H A DBuiltinAtomImpl.java64 OWLValue arg = args.getValue( index );
/owl-s/lib/jena/
H A Dxml-apis.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/XMLConstants.class <Unknown> package ...
/owl-s/lib/axis/
H A Dsaaj.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/soap/ javax/xml/soap/AttachmentPart ...

Completed in 74 milliseconds

12