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

12

/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidatorReport.java43 while (kIter.hasNext())
56 while (mIter.hasNext())
/owl-s/src/impl/owls/process/execution/
H A DThreadedProcessExecutionEngineImpl.java175 for(Iterator i = monitors.iterator(); i.hasNext();) {
185 for(Iterator i = monitors.iterator(); i.hasNext();) {
195 for(Iterator i = monitors.iterator(); i.hasNext();) {
H A DProcessExecutionEngineImpl.java146 while(i.hasNext()) {
157 while (i.hasNext()) {
168 while (i.hasNext())
196 for(Iterator i = monitors.iterator(); i.hasNext();) {
217 for(Iterator i = monitors.iterator(); i.hasNext();) {
226 for(Iterator i = monitors.iterator(); i.hasNext();) {
234 for(Iterator i = monitors.iterator(); i.hasNext();) {
241 for(Iterator i = monitors.iterator(); i.hasNext();) {
459 for( Iterator i = selfBinding.getVariables().iterator(); i.hasNext(); ) {
626 for( Iterator i = process.getConditions().iterator(); i.hasNext(); ) {
[all...]
/owl-s/src/examples/
H A DMatchmaker.java125 while( i.hasNext() ) {
131 while( j.hasNext() ) {
155 if(i.hasNext()) {
156 while (i.hasNext())
H A DPreconditionUsage.java97 for(Iterator i = values.getVariables().iterator(); i.hasNext();) {
106 for(Iterator i = allowedValues.keySet().iterator(); i.hasNext();) {
110 for(Iterator j = set.iterator(); j.hasNext();) {
113 if( j.hasNext() )
H A DServiceParameterExample.java70 for(Iterator i = params.iterator(); i.hasNext();) {
82 for(Iterator i = categories.iterator(); i.hasNext();) {
H A DOWLSValidator.java108 if(i.hasNext()) {
111 while(i.hasNext()) {
H A DExecutionMonitor.java119 for(Iterator i = process.getInputs().iterator(); i.hasNext();) {
154 for(Iterator i = process.getOutputs().iterator(); i.hasNext();) {
/owl-s/src/impl/owl/
H A DCastingList.java72 public boolean hasNext() {return i.hasNext();}
/owl-s/src/org/mindswap/wsdl/
H A DWSDLOperation.java112 for(Iterator i = inputs./*values().*/iterator(); i.hasNext(); ) {
115 if(i.hasNext()) s += ", ";
119 for(Iterator i = outputs./*values().*/iterator(); i.hasNext(); ) {
122 if(i.hasNext()) s += ", ";
165 System.out.println("result has children? " + e.getChildElements().hasNext());
166 if(e.getChildElements().hasNext()) {
173 if( children.hasNext() ) {
212 for(Iterator i = inputs.iterator(); i.hasNext(); ) {
H A DWSDLService.java115 while (i.hasNext()) {
219 while (iterator.hasNext()) {
238 while (valueIterator.hasNext()) {
/owl-s/src/org/mindswap/query/
H A DValueMap.java140 for( Iterator i = getVariables().iterator(); i.hasNext(); ) {
209 for( Iterator i = getVariables().iterator(); i.hasNext(); ) {
221 if( i.hasNext() ) sb.append ("&");
/owl-s/src/org/mindswap/owls/process/execution/
H A DDefaultProcessMonitor.java37 for(Iterator i = process.getInputs().iterator(); i.hasNext();) {
62 for(Iterator i = process.getOutputs().iterator(); i.hasNext();) {
H A DSimpleThreadedMonitor.java46 while (iter.hasNext()) {
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java203 for(Iterator i = ont.getImports().iterator(); i.hasNext(); ) {
254 for(Iterator i = ontology.getImports().iterator(); i.hasNext(); ) {
300 for(Iterator i = ontologies.iterator(); i.hasNext(); ) {
530 while (iter.hasNext())
560 while (iter.hasNext()) {
593 while (iter.hasNext()) {
605 while (iter.hasNext()) {
617 while (iter.hasNext()) {
629 while (iter.hasNext()) {
641 while (iter.hasNext()) {
[all...]
H A DOWLWriterImpl.java85 while (iter.hasNext()) {
117 for(Iterator i = prefixMap.entrySet().iterator(); i.hasNext(); ) {
164 if (theModel.listSubjectsWithProperty(RDF.type,OWL.Ontology).hasNext())
180 while (aIter.hasNext()) {
190 // while (aIter.hasNext())
H A DOWLEntityImpl.java189 while(i.hasNext()) {
213 while(i.hasNext()) {
233 while(i.hasNext()) {
H A DRDQLParser.java76 for( Iterator i = rdql.getTriplePatterns().iterator(); i.hasNext(); ) {
125 for( Iterator i = rdql.getConstraints().iterator(); i.hasNext(); ) {
151 for( Iterator i = rdql.getResultVars().iterator(); i.hasNext(); ) {
H A DOWLIndividualImpl.java233 for( Iterator i = props.keySet().iterator(); i.hasNext(); ){
236 for(Iterator j = values.iterator(); j.hasNext();) {
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxExpressionWriter.java54 for(Iterator it = atoms.iterator(); it.hasNext(); ) {
62 if( it.hasNext() )
H A DPresentationSyntaxWriter.java198 for(Iterator i = processes.iterator(); i.hasNext();) {
223 for(Iterator i = prefixSet.iterator(); i.hasNext(); ) {
228 if( i.hasNext() )
467 for( Iterator i = components.iterator(); i.hasNext(); ) {
471 if( i.hasNext() )
/owl-s/src/org/mindswap/utils/
H A DProcessUtils.java118 for(Iterator i = results.iterator(); i.hasNext();) {
120 for(Iterator j = allowedValues.keySet().iterator(); j.hasNext();) {
H A DXSLTEngine.java66 for(Iterator i = parameters.getVariables().iterator(); i.hasNext();) {
/owl-s/src/impl/owls/process/constructs/
H A DControlConstructImpl.java90 while (ccs.hasNext())
/owl-s/lib/axis/
H A Dcommons-discovery.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/discovery/ ...

Completed in 47 milliseconds

12