net.sf.taverna.t2.provenance.lineageservice.utils
Interface DataValueExtractor


public interface DataValueExtractor

Author:
paolo

Method Summary
 java.lang.String extractString(java.lang.Object complexContent)
          extracts a printable string from a more complex object.
 

Method Detail

extractString

java.lang.String extractString(java.lang.Object complexContent)
extracts a printable string from a more complex object. This is not the same as toString() as it is applied to an object, rather than being a method on the object itself

Parameters:
complexContent - should really be a byte array FIXME
Returns: