congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
DispatchStack.getProcessor
Code IndexAdd Tabnine to your IDE (free)

How to use
getProcessor
method
in
org.apache.taverna.workflowmodel.processor.dispatch.DispatchStack

Best Java code snippets using org.apache.taverna.workflowmodel.processor.dispatch.DispatchStack.getProcessor (Showing top 3 results out of 315)

origin: org.apache.taverna.engine/taverna-workflowmodel-api

  public Processor getProcessor() {
    if (dispatchStack == null)
      return null;
    return dispatchStack.getProcessor();
  }
}
origin: org.apache.taverna.engine/taverna-workflowmodel-extensions

  @Override
  public Processor getProcessor() {
    if (dispatchStack == null)
      return null;
    return dispatchStack.getProcessor();
  }
}
origin: org.apache.taverna.engine/taverna-workflowmodel-extensions

ReferenceService rs = event.getContext().getReferenceService();
Processor p = dispatchStack.getProcessor();
Map<String, T2Reference> outputDataMap = new HashMap<>();
String[] owningProcessArray = event.getOwningProcess().split(":");
org.apache.taverna.workflowmodel.processor.dispatchDispatchStackgetProcessor

Javadoc

The dispatch stack is contained within a processor, this can be null if the stack is being used out of this context but layers may be relying on this link to get information about the processor input ports and their annotations for various reasons.

Popular methods of DispatchStack

  • getLayers
    The DispatchStack consists of an ordered list of DispatchLayer instances where the DispatchLayer at
  • layerAbove
    Return the layer above (lower index!) the specified layer, or a reference to the internal top layer
  • layerBelow
    Return the layer below (higher index) the specified layer, or null if there is no layer below this o
  • receiveMonitorableProperty
    The dispatch stack acts as an aggregator for monitorable properties exposed by the dispatch layers.

Popular in Java

  • Start an intent from android
  • compareTo (BigDecimal)
  • setContentView (Activity)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • Point (java.awt)
    A point representing a location in (x,y) coordinate space, specified in integer precision.
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • BoxLayout (javax.swing)
  • Github Copilot alternatives
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