Tabnine Logo
MergeInputPort.getDepth
Code IndexAdd Tabnine to your IDE (free)

How to use
getDepth
method
in
net.sf.taverna.t2.workflowmodel.MergeInputPort

Best Java code snippets using net.sf.taverna.t2.workflowmodel.MergeInputPort.getDepth (Showing top 1 results out of 315)

origin: net.sf.taverna.t2.ui-activities/component-activity-ui

private void transferMerge(List<Edit<?>> editList,
    Map<Object, Object> oldNewMapping, Dataflow nestedDataflow,
    Merge merge) throws EditException {
  editList.add(edits.getRemoveMergeEdit(currentDataflow, merge));
  Merge newMerge = edits.createMerge(nestedDataflow);
  edits.getAddMergeEdit(nestedDataflow, newMerge).doEdit();
  oldNewMapping.put(merge, newMerge);
  for (MergeInputPort mip : merge.getInputPorts()) {
    MergeInputPort newMip = edits.createMergeInputPort(newMerge,
        mip.getName(), mip.getDepth());
    edits.getAddMergeInputPortEdit(newMerge, newMip).doEdit();
    oldNewMapping.put(mip, newMip);
  }
  oldNewMapping.put(merge.getOutputPort(), newMerge.getOutputPort());
}
net.sf.taverna.t2.workflowmodelMergeInputPortgetDepth

Popular methods of MergeInputPort

  • getIncomingLink
  • getName
  • getMerge

Popular in Java

  • Running tasks concurrently on multiple threads
  • runOnUiThread (Activity)
  • findViewById (Activity)
  • compareTo (BigDecimal)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • FileReader (java.io)
    A specialized Reader that reads from a file in the file system. All read requests made by calling me
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • JFrame (javax.swing)
  • Top plugins for WebStorm
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