Searched refs:next (Results 1 - 25 of 52) sorted by relevance

123

/owl-s/src/impl/owl/
H A DOWLObjectImpl.java37 private OWLObject next; field in class:OWLObjectImpl
40 next = this;
44 return next;
48 next = nextView;
52 newView.setNextView(next);
53 next = newView;
H A DCastingList.java73 public Object next() {
74 i.next();
/owl-s/src/org/mindswap/owls/validator/
H A DOWLSValidatorReport.java45 Object key = kIter.next();
58 Object msg = mIter.next();
/owl-s/src/impl/owls/process/execution/
H A DThreadedProcessExecutionEngineImpl.java176 ProcessMonitor monitor = (ProcessMonitor) i.next();
186 ProcessMonitor monitor = (ProcessMonitor) i.next();
196 ProcessMonitor monitor = (ProcessMonitor) i.next();
H A DProcessExecutionEngineImpl.java147 ProcessExecutionListener l = (ProcessExecutionListener) i.next();
158 ProcessExecutionListener l = (ProcessExecutionListener) i.next();
170 ProcessExecutionListener l = (ProcessExecutionListener) i.next();
197 ProcessMonitor monitor = (ProcessMonitor) i.next();
218 ProcessMonitor monitor = (ProcessMonitor) i.next();
227 ProcessMonitor monitor = (ProcessMonitor) i.next();
235 ProcessMonitor monitor = (ProcessMonitor) i.next();
242 ProcessMonitor monitor = (ProcessMonitor) i.next();
460 Parameter param = (Parameter) i.next();
628 Condition cond = (Condition) i.next();
[all...]
/owl-s/src/org/mindswap/wsdl/
H A DWSDLOperation.java113 WSDLParameter param = (WSDLParameter) i.next();
120 WSDLParameter param = (WSDLParameter) i.next();
151 SOAPElement response = (SOAPElement) soapBody.getChildElements().next();
157 SOAPElement e = (SOAPElement) messageParts.next();
167 Node child = (Node) e.getChildElements().next();
174 Node child = (Node) e.getChildElements().next();
213 WSDLParameter param = (WSDLParameter) i.next();
H A DWSDLService.java116 Operation o = (Operation) i.next();
220 Map.Entry entry = (Map.Entry) iterator.next();
239 String name = (String) valueIterator.next();
/owl-s/src/examples/
H A DMatchmaker.java126 ValueMap binding = (ValueMap) i.next();
132 binding = (ValueMap) j.next() ;
157 System.out.println( i.next() );
H A DPreconditionUsage.java98 Input input = (Input) i.next();
107 Input input = (Input) i.next();
111 OWLIndividual value = (OWLIndividual) j.next();
H A DServiceParameterExample.java71 ServiceParameter param = (ServiceParameter) i.next();
83 ServiceCategory category = (ServiceCategory) i.next();
H A DExecutionMonitor.java120 Input input = (Input) i.next();
155 Output output = (Output) i.next();
170 println( "Click 'Continue' to go to next process execution" );
H A DOWLSExtensions.java67 ServiceParameter param = (ServiceParameter) i.next();
H A DOWLSValidator.java112 String error = (String) i.next();
H A DQuickTest.java75 OWLProperty prop = (OWLProperty) iter.next();
/owl-s/src/org/mindswap/owls/process/execution/
H A DDefaultProcessMonitor.java38 Input input = (Input) i.next();
63 Output output = (Output) i.next();
H A DSimpleThreadedMonitor.java47 Variable var = (Variable) iter.next();
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java204 OWLOntology imported = (OWLOntology) i.next();
255 OWLOntology importOnt = (OWLOntology) i.next();
301 ont = (OWLOntology) i.next();
531 inds.addAll(getInstances((OWLClass) iter.next()));
561 Service service = (Service) iter.next();
594 OWLOntology ont = (OWLOntology) iter.next();
606 OWLOntology ont = (OWLOntology) iter.next();
618 OWLOntology ont = (OWLOntology) iter.next();
630 OWLOntology ont = (OWLOntology) iter.next();
642 OWLOntology ont = (OWLOntology) iter.next();
[all...]
H A DOWLWriterImpl.java86 OWLOntology aOnt = (OWLOntology)iter.next();
118 Map.Entry entry = (Map.Entry) i.next();
181 OWLOntology aOnt = (OWLOntology)aIter.next();
192 // OWLOntology aOntology = (OWLOntology)aIter.next();
H A DRDQLParser.java77 Triple t = (Triple) i.next();
126 Expression expr = (Expression) i.next();
152 String var = (String) i.next();
H A DOWLIndividualImpl.java234 OWLProperty p = (OWLProperty) i.next();
237 OWLValue value = (OWLValue) j.next();
/owl-s/src/org/mindswap/query/
H A DValueMap.java141 Variable var = (Variable) i.next();
210 Variable var = (Variable) i.next();
/owl-s/src/org/mindswap/utils/
H A DProcessUtils.java119 ValueMap binding = (ValueMap) i.next();
121 Input input = (Input) j.next();
H A DXSLTEngine.java67 Parameter param = (Parameter) i.next();
/owl-s/src/impl/owls/process/constructs/
H A DControlConstructImpl.java91 bindings = getBindingsRecursively(ccs.next(), bindings);
/owl-s/lib/pellet/
H A Daterm-java-1.6.jarMETA-INF/MANIFEST.MF jjtraveler/util/ToATermString.class ToATermString.java package jjtraveler.util public ...

Completed in 49 milliseconds

123