Searched defs:output (Results 1 - 24 of 24) sorted by relevance

/owl-s/src/org/mindswap/owls/process/
H A DProduce.java18 public void addBinding(Output output, ParameterValue paramValue); argument
20 public void addBinding(Output output, Perform perform, Parameter param); argument
H A DResult.java24 public void addBinding(Output output, ParameterValue paramValue); argument
26 public void addBinding(Output output, Perform perform, Parameter param); argument
H A DProcess.java89 public void addOutput(Output output); argument
137 * Return the first output or null if there is no input.
164 * Return the parameter (input or output) with the given URI. First check if input list
165 * contains the parameter and then check the output list. A null value is returned if
230 * Removes the given output by breaking the property <code>process:hasOutput</code>
231 * The output itself is not touched at all.
233 * @param output the output to remove
235 public void removeOutput(Output output); argument
247 * @param output th
274 deleteOutput(Output output) argument
[all...]
/owl-s/src/impl/owls/process/constructs/
H A DProduceImpl.java49 public void addBinding(Output output, ParameterValue paramValue) { argument
51 binding.setParameter(output);
57 public void addBinding(Output output, Perform perform, Parameter param) { argument
62 addBinding(output, valueOf);
/owl-s/src/impl/owls/process/
H A DResultImpl.java49 public void addBinding(Output output, ParameterValue paramValue) { argument
51 binding.setParameter(output);
57 public void addBinding(Output output, Perform perform, Parameter param) { argument
62 addBinding(output, valueOf);
H A DProcessImpl.java109 public void addOutput(Output output) { argument
110 addProperty(OWLS.Process.hasOutput, output);
337 public void removeOutput(Output output) { argument
338 if (hasProperty(OWLS.Process.hasOutput, output))
339 removeProperty(OWLS.Process.hasOutput, output);
372 public void deleteOutput(Output output) { argument
373 removeOutput(output);
374 output.delete();
/owl-s/src/org/mindswap/owls/grounding/
H A DWSDLAtomicGrounding.java42 public void setOutputMessage(URI output); argument
/owl-s/src/examples/
H A DMatchmaker.java41 Output output; field in class:Matchmaker.Match
45 public Match(int matchType, Output output, Input input) { argument
47 this.outputService = output.getService();
48 this.output = output;
59 str += outputService.getLocalName() + "." + output.getLocalName();
127 Output output = (Output) binding.getIndividualValue("param").castTo(Output.class);
128 OWLType outputType = output.getParamType();
140 // output.getLocalName() + " " +
147 matches.add(new Match(matchType, output, inpu
[all...]
H A DOWLSValidator.java65 public boolean validate(String fileURI, PrintWriter output) throws Exception { argument
66 return validate(fileURI, output, false);
69 public boolean validate(String fileURI, PrintWriter output, boolean isHTML) throws Exception { argument
70 return validate(fileURI, new OutputFormatter(output, isHTML));
/owl-s/src/impl/owls/profile/
H A DProfileImpl.java106 public void addOutput(Output output) { argument
107 addProperty(OWLS.Profile.hasOutput, output);
379 public void removeOutput(Output output) { argument
380 if (hasProperty(OWLS.Profile.hasOutput, output))
381 removeProperty(OWLS.Profile.hasOutput, output);
411 public void deleteOutput(Output output) { argument
412 output.delete();
/owl-s/src/org/mindswap/owls/profile/
H A DProfile.java151 public void addOutput(Output output); argument
296 * Removes the given output by breaking the property <code>process:hasOutput</code>
297 * The output itself is not touched at all.
299 * @param output the output to remove
301 public void removeOutput(Output output); argument
313 * @param result the output to remove
336 * Deletes the given output from the ontology
338 * @param output the output t
340 deleteOutput(Output output) argument
[all...]
/owl-s/src/org/mindswap/owls/vocabulary/
H A DFLAServiceOnt.java254 // service -> output
255 public final static OWLObjectProperty output = field in class:FLAServiceOnt
256 EntityFactory.createObjectProperty(URIUtils.createURI(URI + "output"));
257 // service -> service output count
/owl-s/lib/axis/
H A Daxis-ant.jarMETA-INF/ META-INF/MANIFEST.MF axis-tasks.properties axis-test-tasks ...
H A Dcommons-httpclient-3.0-alpha1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ...
H A Dwsdl4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/wsdl/ com/ibm/wsdl/extensions/ ...
H A Dlog4j-1.2.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
/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/jena/
H A Djakarta-oro-2.0.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ...
H A Dicu4j_3_4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
H A Dlog4j-1.2.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Dstax-1.1.1-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ...
H A Djena.jarcom/ com/hp/ com/hp/hpl/ com/hp/hpl/jena/ com/hp/hpl/jena/datatypes/ com/hp/hpl/jena/ ...
/owl-s/lib/
H A Dupnp.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/fujitsu/ com/fujitsu/fla/ com/fujitsu/fla/upnp/ ...

Completed in 64 milliseconds