mitoboRunner
Class Grappa_Editor

java.lang.Object
  extended by mitoboRunner.Grappa_Editor
All Implemented Interfaces:
ij.plugin.PlugIn

@ALDMetaInfo(export=MANDATORY)
public class Grappa_Editor
extends Object
implements ij.plugin.PlugIn

ImageJ plugin for running the Alida/MiToBo graphical editor "Grappa".

Author:
moeller

Constructor Summary
Grappa_Editor()
           
 
Method Summary
protected static Collection<de.unihalle.informatik.Alida.operator.ALDOperatorLocation> configureCollectionApplicationOps()
          Configure collection of operators belonging to the application set.
protected static Collection<de.unihalle.informatik.Alida.operator.ALDOperatorLocation> configureCollectionStandardOps()
          Configure collection of operators belonging to the standard set.
 void run(String arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grappa_Editor

public Grappa_Editor()
Method Detail

run

public void run(String arg0)
Specified by:
run in interface ij.plugin.PlugIn

configureCollectionStandardOps

protected static Collection<de.unihalle.informatik.Alida.operator.ALDOperatorLocation> configureCollectionStandardOps()
Configure collection of operators belonging to the standard set.

Returns:
List of standard operators.

configureCollectionApplicationOps

protected static Collection<de.unihalle.informatik.Alida.operator.ALDOperatorLocation> configureCollectionApplicationOps()
Configure collection of operators belonging to the application set.

Returns:
List of application operators.


Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.