Searched refs:bindings (Results 1 - 12 of 12) sorted by relevance

/owl-s/src/impl/owls/process/constructs/
H A DControlConstructImpl.java70 BindingList bindings = OWLSListFactory.createBindingList();
71 return getBindingsRecursively(this, bindings);
74 private BindingList getBindingsRecursively(ControlConstruct cc, BindingList bindings) { argument
78 // get bindings for flows to this perform
79 bindings.addBindingWithoutDuplicate((BindingList)perform.getBindings());
81 // get bindings for flows going out of this perform
86 bindings.addBindingWithoutDuplicate(valueOf.getEnclosingBinding());
91 bindings = getBindingsRecursively(ccs.next(), bindings);
94 return bindings;
[all...]
H A DPerformImpl.java60 BindingList bindings = getBindings();
61 return (bindings == null) ? null : (InputBinding) bindings.getBindingFor( input );
/owl-s/src/org/mindswap/owls/process/execution/
H A DProcessExecutionEngine.java73 * simply pick the first value from the possible bindings and conintue. Otherwise an
76 * @param allow If true one of the multiple bindings for a precondition is chosen else
88 * Execute the given process with no value bindings for input parameters. Process is
89 * assumed to have no input parameters or all the value bindings were already specified
93 * @return Value bindings for the output parameters after the execution. Returns null if
100 * Execute the given OWL-S process with the given input value bindings. If a value is not
105 * @param map Value bindings for the input parameters
106 * @return Value bindings for the output parameters after the execution. Returns null if
109 public ValueMap execute(Process p, ValueMap bindings) throws Exception; argument
113 * bindings specifie
[all...]
/owl-s/src/org/mindswap/owls/io/
H A DPresentationSyntaxWriter.java349 BindingList bindings = perform.getBindings();
350 writeBindings( bindings, str.length() );
355 private void writeBindings( BindingList bindings, int extraIndent ) { argument
357 for(int i = 0; i < bindings.size(); i++) {
358 Binding binding = bindings.bindingAt( i );
398 if (i < bindings.size()-1) {
400 if(bindings.size() > 1) {
500 OutputBindingList bindings = produce.getBindings();
501 if( !bindings.isEmpty() ) {
504 writeBindings( bindings, st
[all...]
/owl-s/src/impl/owls/process/execution/
H A DProcessExecutionEngineImpl.java385 OutputBindingList bindings = result.getBindings();
386 for(int i = 0; i < bindings.size(); i++) {
387 OutputBinding binding = bindings.outputBindingAt(i);
430 BindingList bindings = p.getBindings();
431 for(int i = 0; i < bindings.size(); i++) {
432 Binding binding = bindings.bindingAt(i);
482 OutputBindingList bindings = produce.getBindings();
483 for(int i = 0; i < bindings.size(); i++) {
484 OutputBinding binding = bindings.outputBindingAt(i);
632 // Get the conjunction of atoms and apply the current value bindings
[all...]
/owl-s/src/impl/jena/
H A DOWLKnowledgeBaseImpl.java650 BindingList bindings = OWLSFactory.createBindingList();
653 bindings.addAll( ((OWLOntology) iter.next()).getBindingsFor(parameter));
654 return bindings;
H A DOWLOntologyImpl.java616 BindingList bindings = OWLSFactory.createBindingList();
621 bindings.add((Binding) ind.castTo(Binding.class));
624 return bindings;
/owl-s/lib/pellet/
H A Dpellet.jarcom/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ...
/owl-s/lib/axis/
H A Dwsdl4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/wsdl/ com/ibm/wsdl/extensions/ ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
/owl-s/lib/jena/
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
H A Darq.jarMETA-INF/ META-INF/MANIFEST.MF arq/ arq/cmd/ arq/cmdline/ arq/cmdline/test/ com/ com/ ...

Completed in 36 milliseconds