Uses of Class
de.unihalle.informatik.Alida.operator.ALDOperatorLocation

Packages that use ALDOperatorLocation
de.unihalle.informatik.Alida.grappa Contains all resources for the graphical programming editor Grappa. 
de.unihalle.informatik.Alida.gui Package containing GUI components for interactive operator selection/control. 
de.unihalle.informatik.Alida.helpers Contains miscellaneous helper classes used in Alida. 
de.unihalle.informatik.Alida.operator Contains the core of Alida, i.e. the operator concept and processing graph stuff. 
de.unihalle.informatik.Alida.tools Tools for generic operator execution. 
de.unihalle.informatik.Alida.workflows Classes related to workflows in Alida. 
 

Uses of ALDOperatorLocation in de.unihalle.informatik.Alida.grappa
 

Fields in de.unihalle.informatik.Alida.grappa declared as ALDOperatorLocation
protected  ALDOperatorLocation ALDGrappaFrame.lastSelectedLocation
          Stores the recently selected path in the chooser tree.
 

Methods in de.unihalle.informatik.Alida.grappa that return ALDOperatorLocation
 ALDOperatorLocation ALDGrappaFrame.popRecentlySelectedOperatorLocation()
           
 ALDOperatorLocation ALDGrappaWorkbench.popRecentlySelectedOperatorPath()
           
 

Methods in de.unihalle.informatik.Alida.grappa with parameters of type ALDOperatorLocation
 void ALDGrappaWorkbench.addNodeToWorkflow(ALDOperatorLocation opNamePath)
           
protected  void ALDGrappaWorkbenchTab.createNewWorkflowNode(ALDOperatorLocation loc, int posX, int posY)
          Creates a new workflow node.
 

Constructor parameters in de.unihalle.informatik.Alida.grappa with type arguments of type ALDOperatorLocation
ALDGrappaFrame(Collection<ALDOperatorLocation> standardLocations, Collection<ALDOperatorLocation> applicationLocations)
          Default constructor
ALDGrappaFrame(Collection<ALDOperatorLocation> standardLocations, Collection<ALDOperatorLocation> applicationLocations)
          Default constructor
 

Uses of ALDOperatorLocation in de.unihalle.informatik.Alida.gui
 

Fields in de.unihalle.informatik.Alida.gui declared as ALDOperatorLocation
protected  ALDOperatorLocation ALDChooseOpNameFrame.opLocation
          Location of recently selected operator.
 

Methods in de.unihalle.informatik.Alida.gui that return ALDOperatorLocation
 ALDOperatorLocation ALDOperatorChooserTreeNode.getLocation()
          Get location object.
 

Methods in de.unihalle.informatik.Alida.gui that return types with arguments of type ALDOperatorLocation
protected  Collection<ALDOperatorLocation> ALDChooseOpNameFrame.additionalOperators(ALDAOperator.Level level)
          This method may be overridden in extending classes to add operators to the list of available operators.
 

Methods in de.unihalle.informatik.Alida.gui with parameters of type ALDOperatorLocation
protected  void ALDOperatorGUIExecutionProxy.createNewWorkflowNode(ALDOperatorLocation loc)
          Creates a new workflow node.
protected  void ALDChooseOpNameFrame.executeOperator(ALDOperatorLocation opLoc)
          Executes the chosen operator, i.e. opens the config/control window.
protected  void ALDOperatorGUIExecutionProxy.initOperatorWorkflow(ALDOperatorLocation opLocation)
          Adds the operator as node to the workflow.
 

Constructors in de.unihalle.informatik.Alida.gui with parameters of type ALDOperatorLocation
ALDOperatorGUIExecutionProxy(ALDOperatorLocation opLocation)
          Default constructor.
 

Constructor parameters in de.unihalle.informatik.Alida.gui with type arguments of type ALDOperatorLocation
ALDOperatorChooserTree(Collection<ALDOperatorLocation> standardLocations, Collection<ALDOperatorLocation> applicationLocations)
          Constructor.
ALDOperatorChooserTree(Collection<ALDOperatorLocation> standardLocations, Collection<ALDOperatorLocation> applicationLocations)
          Constructor.
 

Uses of ALDOperatorLocation in de.unihalle.informatik.Alida.helpers
 

Methods in de.unihalle.informatik.Alida.helpers that return types with arguments of type ALDOperatorLocation
static Collection<ALDOperatorLocation> ALDClassInfo.lookupOperators(ALDAOperator.Level level, ALDAOperator.ExecutionMode executionMode)
          Collects all ALDOperators annotated with the requested level and execution mode and all ALDOperators found in a package specified by a JVM property alida_oprunner_favoriteops or the environment variable ALIDA_OPRUNNER_OPERATORPATH as a colon separated list of package names.
 

Uses of ALDOperatorLocation in de.unihalle.informatik.Alida.operator
 

Methods in de.unihalle.informatik.Alida.operator that return ALDOperatorLocation
static ALDOperatorLocation ALDOperatorLocation.createClassLocation(String className)
          Creates and returns a new location for an class extending ALDOperator.
static ALDOperatorLocation ALDOperatorLocation.createWorkflowFileLocation(String filename)
          Creates and returns a new location for a file holding a work flow.
 

Uses of ALDOperatorLocation in de.unihalle.informatik.Alida.tools
 

Methods in de.unihalle.informatik.Alida.tools that return types with arguments of type ALDOperatorLocation
protected static Collection<ALDOperatorLocation> ALDGrappaRunner.configureCollectionApplicationOps()
          Configure collection of operators belonging to the application set.
protected static Collection<ALDOperatorLocation> ALDGrappaRunner.configureCollectionStandardOps()
          Configure collection of operators belonging to the standard set.
 

Uses of ALDOperatorLocation in de.unihalle.informatik.Alida.workflows
 

Methods in de.unihalle.informatik.Alida.workflows that return types with arguments of type ALDOperatorLocation
static Collection<ALDOperatorLocation> ALDWorkflowHelper.lookupWorkflows()
          Collects work flows from files and return location objects.
static Collection<ALDOperatorLocation> ALDWorkflowHelper.lookupWorkflows(String pathnames)
          Collects work flows from files and return location objects.
 

Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDOperatorLocation
 ALDWorkflowNodeID ALDWorkflow.createNode(ALDOperatorLocation location)
          Add a new operator node to this workflow.
 



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