de.unihalle.informatik.Alida.tools
Class PrintOperatorInterface

java.lang.Object
  extended by de.unihalle.informatik.Alida.tools.PrintOperatorInterface

public class PrintOperatorInterface
extends Object

Prints the interface of an operator (inputs/outputs/parameters) to console.

Usage: java PrintOperatorInterface 'classname'

Author:
posch

Constructor Summary
PrintOperatorInterface()
           
 
Method Summary
static void main(String[] args)
          Extracts operator interface from given class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintOperatorInterface

public PrintOperatorInterface()
Method Detail

main

public static void main(String[] args)
Extracts operator interface from given class.

Parameters:
args - Name of operator class.


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