/owl-s/src/impl/owls/process/binding/ |
H A D | InputBindingImpl.java | 20 public void setParameter(Parameter param) {
argument 21 if( param == null )
24 if( param instanceof Input )
25 setProperty(OWLS.Process.toParam, param);
|
H A D | OutputBindingImpl.java | 18 * @param resource
24 public void setParameter(Parameter param) {
argument 25 if(param instanceof Output)
26 setProperty(OWLS.Process.toParam, param);
|
H A D | BindingListImpl.java | 37 public Binding getBindingFor(Parameter param) {
argument 41 if( binding.getParameter().equals( param ) )
|
/owl-s/src/impl/owls/grounding/ |
H A D | UPnPMessageMapImpl.java | 61 public void setOWLSParameter(Parameter param) {
argument 62 setProperty(OWLS.Grounding.owlsParameter, param);
|
H A D | WSDLMessageMapImpl.java | 60 public void setOWLSParameter(Parameter param) {
argument 61 setProperty(OWLS.Grounding.owlsParameter, param);
|
/owl-s/src/impl/owls/process/ |
H A D | ValueOfImpl.java | 52 public void setParameter(Parameter param) {
argument 53 setProperty(OWLS.Process.theVar, param);
|
H A D | ResultImpl.java | 57 public void addBinding(Output output, Perform perform, Parameter param) {
argument 60 valueOf.setParameter(param);
|
H A D | ProcessImpl.java | 146 public void addParameter(Parameter param) {
argument 147 if(param instanceof Input)
148 addInput((Input) param);
149 else if(param instanceof Output)
150 addOutput((Output) param);
151 else if(param instanceof Local)
152 addLocal((Local) param);
154 addProperty(OWLS.Process.hasParameter, param);
|
/owl-s/src/org/mindswap/owls/grounding/ |
H A D | MessageMap.java | 36 public void setOWLSParameter(Parameter param);
argument 37 public void setGroundingParameter(String param);
argument 38 public void setTransformation(String param);
argument
|
/owl-s/src/org/mindswap/owls/process/ |
H A D | Binding.java | 13 public void setParameter(Parameter param);
argument
|
H A D | BindingList.java | 14 public Binding getBindingFor(Parameter param);
argument
|
H A D | Produce.java | 20 public void addBinding(Output output, Perform perform, Parameter param);
argument
|
H A D | ValueOf.java | 16 public void setParameter(Parameter param);
argument
|
H A D | Perform.java | 26 public void addBinding(Input input, Perform perform, Parameter param);
argument
|
H A D | Result.java | 26 public void addBinding(Output output, Perform perform, Parameter param);
argument
|
H A D | Process.java | 55 * @param service
99 public void addParameter(Parameter param);
argument 168 * @param parameterURI
187 * @param lang
211 * @param perform the perform to which this process is bound
219 * @param input the input to remove
233 * @param output the output to remove
247 * @param output the local to remove
260 * @param input the input to delete
272 * @param outpu [all...] |
/owl-s/src/org/mindswap/owls/process/execution/ |
H A D | ThreadedProcessExecutionListener.java | 44 * @param processName a string indicating the name of the executed process
50 * @param processName a string indicating the name of the executed process
56 * @param processName a string indicating the name of the executed process
62 * @param processName a string indicating the name of the executed process
68 * @param the AtomicProcess whose execution started
74 * @param the AtomicProcess whose execution ended
80 * @param process an instance of process indicating the executed process
81 * @param param the parameter which was set during the execution
82 * @param valu 84 parameterValueSet(Process process, Parameter param, String value) argument [all...] |
/owl-s/src/impl/owls/process/constructs/ |
H A D | PerformImpl.java | 43 public void addBinding(Input input, Perform perform, Parameter param) {
argument 46 valueOf.setParameter(param);
|
H A D | ProduceImpl.java | 57 public void addBinding(Output output, Perform perform, Parameter param) {
argument 60 valueOf.setParameter(param);
|
/owl-s/src/org/mindswap/wsdl/ |
H A D | WSDLTranslator.java | 90 public void addInput(WSDLParameter param, String paramName, URI paramType, String xsltTransformation) {
argument 94 // create process param
101 // add the param to process and profile
107 grounding.addMessageMap(input, param.getName(), xsltTransformation);
110 public void addOutput(WSDLParameter param, String paramName, URI paramType, String xsltTransformation) {
argument 114 // create process param
121 // add the param to process and profile
127 grounding.addMessageMap(output, param.getName(), xsltTransformation);
|
/owl-s/lib/axis/ |
H A D | axis-ant.jar | ... .String, java.lang.String) String argument
String param
protected void addArgs (java.lang.String, java. ... |
H A D | commons-httpclient-3.0-alpha1.jar | ... i
org.apache.commons.httpclient.NameValuePair param
public static java.util.Map parseChallenges (org. ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
/owl-s/lib/jena/ |
H A D | jena.jar | com/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ... |
/owl-s/lib/xsdlib/ |
H A D | xsdlib.jar | ... reserved
String uric
String fragment
String query
String pchar
String param
String segment
String pathSegments
String port
String __upTo3digits
String IPv4address ... |