Lines Matching refs:bindings
73 * 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;
113 * bindings specified.