Tabnine Logo
ReferenceService.referenceFromString
Code IndexAdd Tabnine to your IDE (free)

How to use
referenceFromString
method
in
net.sf.taverna.t2.reference.ReferenceService

Best Java code snippets using net.sf.taverna.t2.reference.ReferenceService.referenceFromString (Showing top 5 results out of 315)

origin: net.sf.taverna.t2.core/provenanceconnector

public Map<Port, T2Reference> getDataBindings(String dataBindingId) {
  Map<Port, String> dataBindings = pq.getDataBindings(dataBindingId);
  Map<Port, T2Reference> references = new HashMap<Port, T2Reference>();
  for (Entry<Port,String> entry : dataBindings.entrySet()) {
    T2Reference t2Ref = getProvenanceConnector().getReferenceService().referenceFromString(entry.getValue());
    references.put(entry.getKey(), t2Ref);
  }
  return references;
}
origin: net.sf.taverna.t2/provenance-client

getInvocationContext().getReferenceService().referenceFromString(bindings.get(0).getValue()), Object.class, getInvocationContext());
  T2Reference ref = getInvocationContext().getReferenceService().referenceFromString(record.getValue());
origin: net.sf.taverna.t2/provenance-client

getInvocationContext().getReferenceService().referenceFromString(bindings.get(0).getValue()), Object.class, getInvocationContext());
  T2Reference ref = getInvocationContext().getReferenceService().referenceFromString(record.getValue());
origin: net.sf.taverna.t2.core/provenanceconnector

if (isRecordArtifactValues()) {
  T2Reference ref = getInvocationContext().getReferenceService().referenceFromString(vb.getValue());
  T2Reference ref = getInvocationContext().getReferenceService().referenceFromString(resultRecord.getValue());
  Object data = ic.getReferenceService().renderIdentifier(ref, Object.class, ic); 
  logger.debug("deref value for ref: "+ref+" "+data+" of class "+data.getClass().getName());
origin: net.sf.taverna.t2/provenance-client

T2Reference ref = getInvocationContext().getReferenceService().referenceFromString(vb.getValue());			
net.sf.taverna.t2.referenceReferenceServicereferenceFromString

Popular methods of ReferenceService

  • renderIdentifier
    Resolve the given identifier, building a POJO structure where the non-list items are of the desired
  • register
    The top level registration method is used to register either as yet unregistered ErrorDocuments and
  • getErrorDocumentService
    Returns the ErrorDocumentService this ReferenceService uses, use this when you need functionality fr
  • getListService
    Returns the ListService this ReferenceService uses, use this when you need functionality from that s
  • resolveIdentifier
    Perform recursive identifier resolution, building a collection structure of Identified objects, any
  • getReferenceSetService
    Returns the ReferenceSetService this ReferenceService uses, use this when you need functionality fro
  • traverseFrom
    Initiates a traversal of the specified t2reference, traversing to whatever level of depth is require

Popular in Java

  • Updating database using SQL prepared statement
  • notifyDataSetChanged (ArrayAdapter)
  • addToBackStack (FragmentTransaction)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • BorderLayout (java.awt)
    A border layout lays out a container, arranging and resizing its components to fit in five regions:
  • Color (java.awt)
    The Color class is used to encapsulate colors in the default sRGB color space or colors in arbitrary
  • Proxy (java.net)
    This class represents proxy server settings. A created instance of Proxy stores a type and an addres
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Scanner (java.util)
    A parser that parses a text string of primitive types and strings with the help of regular expressio
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now