Lines Matching refs:name
44 * <li>fully qualified class name</li>
45 * <li>method name</li>
57 * Sets the name of the class, on which the method in the Grounding should be executed
59 * @param claz Fully qualified name of the Java class, which implements the method to invoke
63 * Returns the name of the class, on which the method in the Grounding should be executed
70 * Sets the name of the method which should be executed
76 * Returns the name of the method which should be executed
84 * @param name Name of the OWL-S JavaVariable instance
88 public void setOutput(String name, String type, Output owlsParameter);
92 * @param name Name of the OWL-S JavaParameter instance
97 public void setInputParameter(String name, String type, int index, Input owlsParameter);