/owl-s/src/org/mindswap/owls/process/ |
H A D | Produce.java | 18 public void addBinding(Output output, ParameterValue paramValue);
argument 20 public void addBinding(Output output, Perform perform, Parameter param);
argument
|
H A D | Result.java | 24 public void addBinding(Output output, ParameterValue paramValue);
argument 26 public void addBinding(Output output, Perform perform, Parameter param);
argument
|
H A D | Process.java | 89 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 D | ProduceImpl.java | 49 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 D | ResultImpl.java | 49 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 D | ProcessImpl.java | 109 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 D | WSDLAtomicGrounding.java | 42 public void setOutputMessage(URI output);
argument
|
/owl-s/src/examples/ |
H A D | Matchmaker.java | 41 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 D | OWLSValidator.java | 65 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 D | ProfileImpl.java | 106 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 D | Profile.java | 151 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 D | FLAServiceOnt.java | 254 // 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 D | axis-ant.jar | META-INF/ META-INF/MANIFEST.MF axis-tasks.properties axis-test-tasks ... |
H A D | commons-httpclient-3.0-alpha1.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/httpclient/ ... |
H A D | wsdl4j.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/wsdl/ com/ibm/wsdl/extensions/ ... |
H A D | log4j-1.2.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
H A D | axis.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ... |
/owl-s/lib/pellet/ |
H A D | pellet.jar | com/ com/lre/ com/lre/graph/ com/lre/graph/Edge.class Edge.java package com.lre ... |
/owl-s/lib/jena/ |
H A D | jakarta-oro-2.0.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/oro/ org/apache/oro/io/ ... |
H A D | icu4j_3_4.jar | META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ... |
H A D | log4j-1.2.12.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
H A D | stax-1.1.1-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/bea/ com/bea/xml/ com/bea/xml/stream/ ... |
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/ |
H A D | upnp.jar | META-INF/ META-INF/MANIFEST.MF com/ com/fujitsu/ com/fujitsu/fla/ com/fujitsu/fla/upnp/ ... |