| http://www.w3.org/ns/prov#value | - Definition: Two of the components of a method declaration comprise the method signature???the method's name and the parameter types. from here: docs.oracle.com/javase/tutorial/java/javaOO/methods.html - so it includes method name and number and types of parameters, no return type unfortunately/fortunately (there is a whole different question on this).
|