Searched defs:method (Results 1 - 11 of 11) sorted by relevance

/owl-s/src/org/mindswap/owls/grounding/
H A DJavaAtomicGrounding.java35 * <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 t
74 setMethod(String method) argument
[all...]
/owl-s/src/impl/owls/grounding/
H A DJavaAtomicGroundingImpl.java36 * A JavaAtomicGrounding grounds an OWL-S Service to a Java method invocation. The method call
37 * is specified by its method signature in an OWL-S Ontology. The driving parts are:
40 * <li>method name</li>
77 public void setMethod(String method) { argument
78 setProperty(MoreGroundings.javaMethod, method);
128 Method method = null;
138 // get and check method
149 // get class and method reference
152 method
[all...]
/owl-s/lib/axis/
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 Dcommons-logging.jar ... msg Throwable ex Throwable dummyException StackTraceElement[] locations String cname String method StackTraceElement caller public void debug (java.lang.Object ...
H A Daxis.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/axis/ org/apache/axis/attachments/ ...
H A Dcommons-discovery.jar ... .Class) String msg java.lang.reflect.Method setLog String msg SecurityException se Class clazz public static org ...
H A Dlog4j-1.2.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/owl-s/lib/jena/
H A Dcommons-logging.jar ... protected Class[] logConstructorSignature protected java.lang.reflect.Method logMethod protected Class[] logMethodSignature static Class class$java$ ...
H A Dlog4j-1.2.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
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 41 milliseconds