Lines Matching defs:method
35 * <p>A JavaAtomicGrounding grounds an OWL-S Service to a Java method invocation. The method call
36 * is specified by its method signature in an OWL-S Ontology.</p>
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
72 * @param method Name of the method to invoke
74 public void setMethod(String method);
76 * Returns the name of the method which should be executed
78 * @return Name of the method specified in the JavaAtomicProcessGrounding
82 * Sets the Output part of the Java Grounding. Declares the return value of the Java method to invoke
85 * @param type Fully qualified Java type of the return value of the method to invoke
90 * Sets an Input Parameter of the Java Grounding. Declares one Parameter of the Jave method to invoke
106 * Returns the input parameters for this java method in correct order
108 * @return a list with all inputs for this java method in correct order