de.unihalle.informatik.Alida.workflows
Class ALDWorkflowHelper

java.lang.Object
  extended by de.unihalle.informatik.Alida.workflows.ALDWorkflowHelper

public class ALDWorkflowHelper
extends Object

Author:
posch

Constructor Summary
ALDWorkflowHelper()
           
 
Method Summary
static Collection<ALDOperatorLocation> lookupWorkflows()
          Collects work flows from files and return location objects.
static Collection<ALDOperatorLocation> lookupWorkflows(String pathnames)
          Collects work flows from files and return location objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ALDWorkflowHelper

public ALDWorkflowHelper()
Method Detail

lookupWorkflows

public static Collection<ALDOperatorLocation> lookupWorkflows()
Collects work flows from files and return location objects. TODO: which directories to consider and requirements on work flow file.

Returns:
List of work flow locations

lookupWorkflows

public static Collection<ALDOperatorLocation> lookupWorkflows(String pathnames)
Collects work flows from files and return location objects. pathnames is a colon separated list of directories to search for work flow files. TODO: which directories to consider and requirements on work flow file.

Parameters:
pathnames -
Returns:


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.