Searched defs:bindings (Results 1 - 8 of 8) 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...]
/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/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 216 milliseconds